Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/kern/
H A Dsubr_prf.c138 pca->tty = sessp->s_ttyp; in putchar_args_init()
H A Dkern_proc.c2666 old = sessp->s_ttyp; in session_set_tty_locked()
2668 sessp->s_ttyp = tp; in session_set_tty_locked()
2677 struct tty *tp = sessp->s_ttyp; in session_clear_tty_locked()
2682 sessp->s_ttyp = TTY_NULL; in session_clear_tty_locked()
2701 assert(sess->s_ttyp == TTY_NULL); in session_destroy()
4421 if (sessp->s_ttyp && sessp->s_ttyp->t_session == sessp) { in session_replace_leader()
4422 ttyp = sessp->s_ttyp; in session_replace_leader()
H A Dkern_exit.c2338 if (sessp->s_ttyp && sessp->s_ttyp->t_session == sessp) { in proc_exit()
2339 tpgrp = tty_pgrp_locked(sessp->s_ttyp); in proc_exit()
/xnu-12377.41.6/bsd/dev/dtrace/scripts/
H A Ddarwin.d211 P->p_pgrp.__smr_ptr->pg_session->s_ttyp->t_dev;
/xnu-12377.41.6/bsd/sys/
H A Dproc_internal.h144 struct tty *s_ttyp; /* (SL) Controlling terminal */ member