Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsubr_prf.c161 if (pca->tty != TTY_NULL) { in putchar_args_init()
170 if (pca->tty != TTY_NULL) { in putchar_args_destroy()
H A Dkern_proc.c2243 sessp->s_ttyp = TTY_NULL; in session_clear_tty_locked()
2262 assert(sess->s_ttyp == TTY_NULL); in session_destroy()
H A Dkern_exit.c1594 if (tp != TTY_NULL) { in proc_exit()
H A Dtty.c343 struct tty *freetp = TTY_NULL; in ttyclose()
/xnu-8019.80.24/bsd/sys/
H A Dtty.h155 #define TTY_NULL (struct tty *)NULL macro
/xnu-8019.80.24/bsd/miscfs/specfs/
H A Dspec_vnops.c2730 struct tty *tp = TTY_NULL; in spec_close()
2739 if (tp != TTY_NULL) { in spec_close()