Searched refs:s_ttyp (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h127 struct tty * s_ttyp; /* Controlling terminal. (SL + ttyvp != NULL) */ member in struct:session
140 * accessor for s_ttyp which treats it as invalid if s_ttyvp is not valid;
141 * note that s_ttyp is not a reference in the session structre, so it can
149 #define SESSION_TP(sp) (((sp)->s_ttyvp != 0) ? (sp)->s_ttyp : 0)
/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c372 oldtp = sessp->s_ttyp;
374 sessp->s_ttyp = tp;
1414 oldtp = sessp->s_ttyp;
1416 sessp->s_ttyp = tp;
H A Dkern_exit.c607 sessp->s_ttyp = TTY_NULL;
1756 sessp->s_ttyp = TTY_NULL;
H A Dkern_proc.c1073 sess->s_ttyp = TTY_NULL;
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1795 sessp->s_ttyp = TTY_NULL;

Completed in 82 milliseconds