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

/xnu-2782.1.97/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)
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Ddarwin.d212 P->p_pgrp->pg_session->s_ttyp->t_dev;
/xnu-2782.1.97/bsd/kern/
H A Dtty.c372 oldtp = sessp->s_ttyp;
374 sessp->s_ttyp = tp;
1437 oldtp = sessp->s_ttyp;
1439 sessp->s_ttyp = tp;
H A Dkern_exit.c654 sessp->s_ttyp = TTY_NULL;
1894 sessp->s_ttyp = TTY_NULL;
H A Dkern_proc.c1205 sess->s_ttyp = TTY_NULL;
/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2160 sessp->s_ttyp = TTY_NULL;

Completed in 48 milliseconds