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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty_compat.c479 if (tp->t_session == NULL)
482 if (tp->t_session->s_leader == NULL)
485 *(int *) data = tp->t_session->s_leader->p_pid;
H A Dtty.c369 tp->t_session == NULL ) { /* and tty not controlling */
379 oldsess = tp->t_session;
382 tp->t_session = sessp;
452 oldsessp = tp->t_session;
454 tp->t_session = NULL;
1391 ((sessp->s_ttyvp || tp->t_session) &&
1392 (tp->t_session != sessp))) {
1404 oldsessp = tp->t_session;
1409 tp->t_session = sessp;
1880 if (tp->t_session
[all...]
H A Dkern_exit.c595 if ((tp != TTY_NULL) && (tp->t_session == sessp)) {
1744 if ((tp != TTY_NULL) && (tp->t_session == sessp)) {
H A Dkern_proc.c1217 if (ttyp->t_session == sessp)
1218 ttyp->t_session = NULL;
/darwin-on-arm/xnu/bsd/sys/
H A Dtty.h129 struct session *t_session; /* Enclosing session. */ member in struct:tty

Completed in 76 milliseconds