Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/kern/
H A Dsubr_prf.c143 if (pca->tty != TTY_NULL) { in putchar_args_init()
152 if (pca->tty != TTY_NULL) { in putchar_args_destroy()
H A Dkern_proc.c2326 sessp->s_ttyp = TTY_NULL; in session_clear_tty_locked()
2345 assert(sess->s_ttyp == TTY_NULL); in session_destroy()
3973 struct tty *ttyp = TTY_NULL; in session_replace_leader()
H A Dtty.c342 struct tty *freetp = TTY_NULL; in ttyclose()
H A Dkern_exit.c2255 if (tp != TTY_NULL) { in proc_exit()
/xnu-8796.121.2/bsd/sys/
H A Dtty.h155 #define TTY_NULL (struct tty *)NULL macro
/xnu-8796.121.2/bsd/miscfs/specfs/
H A Dspec_vnops.c2736 struct tty *tp = TTY_NULL; in spec_close()
2745 if (tp != TTY_NULL) { in spec_close()