Searched refs:TTY_NULL (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c216 struct tty *tp = TTY_NULL;
223 if (sess && (tp = SESSION_TP(sess)) != TTY_NULL) {
232 tp = TTY_NULL;
H A Dkern_acct.c280 if ((p->p_flag & P_CONTROLT) && (sessp != SESSION_NULL) && ((tp = SESSION_TP(sessp)) != TTY_NULL)) {
H A Dkern_exit.c595 if ((tp != TTY_NULL) && (tp->t_session == sessp)) {
607 sessp->s_ttyp = TTY_NULL;
612 if (tp != TTY_NULL) {
1744 if ((tp != TTY_NULL) && (tp->t_session == sessp)) {
1756 sessp->s_ttyp = TTY_NULL;
1761 if (tp != TTY_NULL) {
H A Dkern_proc.c1073 sess->s_ttyp = TTY_NULL;
1191 if (ttyp != TTY_NULL) {
1215 if (ttyp != TTY_NULL) {
H A Dproc_info.c249 (tp = SESSION_TP(p->p_pgrp->pg_session)) == TTY_NULL ||
H A Dkern_sysctl.c1210 (tp = SESSION_TP(p->p_pgrp->pg_session)) == TTY_NULL ||
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h150 #define TTY_NULL (struct tty *)0 macro
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1795 sessp->s_ttyp = TTY_NULL;

Completed in 127 milliseconds