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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dsubr_prf.c170 pca.tty = SESSION_TP(sessp);
223 if (sess && (tp = SESSION_TP(sess)) != TTY_NULL) {
H A Dkern_acct.c303 if ((p->p_flag & P_CONTROLT) && (sessp != SESSION_NULL) && ((tp = SESSION_TP(sessp)) != TTY_NULL)) {
H A Dkern_exit.c628 tp = SESSION_TP(sessp);
646 tp = SESSION_TP(sessp);
1868 tp = SESSION_TP(sessp);
1886 tp = SESSION_TP(sessp);
H A Dkern_sysctl.c614 (tp = SESSION_TP(p->p_pgrp->pg_session)) == TTY_NULL ||
937 (tp = SESSION_TP(sessp))) {
997 (tp = SESSION_TP(sessp))) {
H A Dkern_proc.c1322 ttyp = SESSION_TP(pgrp->pg_session);
1344 ttyp = SESSION_TP(sessp);
H A Dproc_info.c308 (tp = SESSION_TP(p->p_pgrp->pg_session)) == TTY_NULL ||
638 if ((p->p_flag & P_CONTROLT) && (sessionp != SESSION_NULL) && (tp = SESSION_TP(sessionp))) {
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dproc_internal.h149 #define SESSION_TP(sp) (((sp)->s_ttyvp != 0) ? (sp)->s_ttyp : 0) macro
/macosx-10.10/xnu-2782.1.97/bsd/miscfs/specfs/
H A Dspec_vnops.c2157 tp = SESSION_TP(sessp);

Completed in 127 milliseconds