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

/darwin-on-arm/xnu/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.c280 if ((p->p_flag & P_CONTROLT) && (sessp != SESSION_NULL) && ((tp = SESSION_TP(sessp)) != TTY_NULL)) {
H A Dkern_exit.c594 tp = SESSION_TP(sessp);
601 tp = SESSION_TP(sessp);
1743 tp = SESSION_TP(sessp);
1750 tp = SESSION_TP(sessp);
H A Dkern_proc.c1190 ttyp = SESSION_TP(pgrp->pg_session);
1212 ttyp = SESSION_TP(sessp);
H A Dproc_info.c249 (tp = SESSION_TP(p->p_pgrp->pg_session)) == TTY_NULL ||
576 if ((p->p_flag & P_CONTROLT) && (sessionp != SESSION_NULL) && (tp = SESSION_TP(sessionp))) {
H A Dkern_sysctl.c1210 (tp = SESSION_TP(p->p_pgrp->pg_session)) == TTY_NULL ||
1535 (tp = SESSION_TP(sessp))) {
1595 (tp = SESSION_TP(sessp))) {
/darwin-on-arm/xnu/bsd/sys/
H A Dproc_internal.h149 #define SESSION_TP(sp) (((sp)->s_ttyvp != 0) ? (sp)->s_ttyp : 0) macro
/darwin-on-arm/xnu/bsd/miscfs/specfs/
H A Dspec_vnops.c1792 tp = SESSION_TP(sessp);

Completed in 101 milliseconds