Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty.c1190 if (tp->t_session == sess) { in tty_rel_sess()
1191 tp->t_session = NULL; in tty_rel_sess()
1302 xt->xt_sid = tp->t_session ? tp->t_session->s_sid : 0; in tty_to_xtty()
1802 MPASS(tp->t_session); in tty_generic_ioctl()
1821 if (tp->t_session != NULL && tp->t_session == p->p_session) { in tty_generic_ioctl()
1828 (tp->t_session != NULL && tp->t_session->s_ttyvp != NULL && in tty_generic_ioctl()
2402 if (tp->t_session != NULL) in DB_SHOW_COMMAND()
2404 tp->t_session->s_count, tp->t_session->s_leader, in DB_SHOW_COMMAND()
2405 tp->t_session->s_ttyp, tp->t_session->s_sid, in DB_SHOW_COMMAND()
2406 tp->t_session->s_login); in DB_SHOW_COMMAND()
[all …]
H A Dtty_pts.c352 if (tp->t_session == NULL) in ptsdev_ioctl()
355 *(int *)data = tp->t_session->s_sid; in ptsdev_ioctl()
H A Dtty_info.c309 if (tp->t_session == NULL) { in tty_info()
H A Dkern_proc.c914 if (tp->t_session == sp) in killjobc()
1201 if (tp->t_session) in fill_kinfo_proc_pgrp()
1202 kp->ki_tsid = tp->t_session->s_sid; in fill_kinfo_proc_pgrp()
/f-stack/freebsd/sys/
H A Dtty.h129 struct session *t_session; /* (t) Associated session. */ member