Searched refs:s_ttyp (Results 1 – 5 of 5) sorted by relevance
138 pca->tty = sessp->s_ttyp; in putchar_args_init()
2666 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()
2338 if (sessp->s_ttyp && sessp->s_ttyp->t_session == sessp) { in proc_exit()2339 tpgrp = tty_pgrp_locked(sessp->s_ttyp); in proc_exit()
211 P->p_pgrp.__smr_ptr->pg_session->s_ttyp->t_dev;
144 struct tty *s_ttyp; /* (SL) Controlling terminal */ member