Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dtty.c1192 if (tp->t_session == sess) { in tty_rel_sess()
1193 tp->t_session = NULL; in tty_rel_sess()
1305 xt->xt_sid = tp->t_session ? tp->t_session->s_sid : 0; in tty_to_xtty()
1839 MPASS(tp->t_session); in tty_generic_ioctl()
1858 if (tp->t_session != NULL && tp->t_session == p->p_session) { in tty_generic_ioctl()
1865 (tp->t_session != NULL && tp->t_session->s_ttyvp != NULL && in tty_generic_ioctl()
2435 if (tp->t_session != NULL) in DB_SHOW_COMMAND()
2437 tp->t_session->s_count, tp->t_session->s_leader, in DB_SHOW_COMMAND()
2438 tp->t_session->s_ttyp, tp->t_session->s_sid, in DB_SHOW_COMMAND()
2439 tp->t_session->s_login); in DB_SHOW_COMMAND()
[all …]
H A Dtty_pts.c344 if (tp->t_session == NULL) in ptsdev_ioctl()
347 *(int *)data = tp->t_session->s_sid; in ptsdev_ioctl()
H A Dtty_info.c311 if (tp->t_session == NULL) { in tty_info()
H A Dkern_proc.c951 if (tp->t_session == sp) in killjobc()
1238 if (tp->t_session) in fill_kinfo_proc_pgrp()
1239 kp->ki_tsid = tp->t_session->s_sid; in fill_kinfo_proc_pgrp()
/freebsd-14.2/lib/libkvm/
H A Dkvm_proc.c308 if (tty.t_session != NULL) { in kvm_proclist()
309 if (KREAD(kd, (u_long)tty.t_session, &sess)) { in kvm_proclist()
312 tty.t_session); in kvm_proclist()
/freebsd-14.2/sys/sys/
H A Dtty.h127 struct session *t_session; /* (t) Associated session. */ member