Home
last modified time | relevance | path

Searched refs:TTY_NULL (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.81.5/bsd/kern/
H A Dsubr_prf.c139 if (pca->tty != TTY_NULL) { in putchar_args_init()
148 if (pca->tty != TTY_NULL) { in putchar_args_destroy()
H A Dkern_proc.c2331 sessp->s_ttyp = TTY_NULL; in session_clear_tty_locked()
2350 assert(sess->s_ttyp == TTY_NULL); in session_destroy()
3989 struct tty *ttyp = TTY_NULL; in session_replace_leader()
H A Dtty.c380 struct tty *freetp = TTY_NULL; in ttyclose()
381 struct tty *constty = TTY_NULL; in ttyclose()
H A Dkern_exit.c2292 if (tp != TTY_NULL) { in proc_exit()
/xnu-10002.81.5/bsd/sys/
H A Dtty.h156 #define TTY_NULL (struct tty *)NULL macro
/xnu-10002.81.5/bsd/miscfs/specfs/
H A Dspec_vnops.c2802 struct tty *tp = TTY_NULL; in spec_close()
2811 if (tp != TTY_NULL) { in spec_close()