Home
last modified time | relevance | path

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

/xnu-11417.121.6/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 Dtty.c380 struct tty *freetp = TTY_NULL; in ttyclose()
381 struct tty *constty = TTY_NULL; in ttyclose()
H A Dkern_proc.c2450 sessp->s_ttyp = TTY_NULL; in session_clear_tty_locked()
2469 assert(sess->s_ttyp == TTY_NULL); in session_destroy()
4185 struct tty *ttyp = TTY_NULL; in session_replace_leader()
H A Dkern_exit.c2309 if (tp != TTY_NULL) { in proc_exit()
/xnu-11417.121.6/bsd/sys/
H A Dtty.h156 #define TTY_NULL (struct tty *)NULL macro
/xnu-11417.121.6/bsd/miscfs/specfs/
H A Dspec_vnops.c2819 struct tty *tp = TTY_NULL; in spec_close()
2828 if (tp != TTY_NULL) { in spec_close()