Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty.c421 return (p->p_session == tp->t_session && p->p_flag & P_CONTROLT); in tty_wait_background()
1197 if (tp->t_session == sess) { in tty_rel_sess()
1198 tp->t_session = NULL; in tty_rel_sess()
1270 if (tp->t_session == session) { in tty_drop_ctty()
1271 tp->t_session = NULL; in tty_drop_ctty()
1314 xt->xt_sid = tp->t_session ? tp->t_session->s_sid : 0;
1341 if (tp->t_session != NULL && in sysctl_kern_ttys()
1342 (p = atomic_load_ptr(&tp->t_session->s_leader)) != NULL) { in sysctl_kern_ttys()
1523 * session leader. Note that we are not holding t_session' in tty_signal_sessleader()
[all...]
H A Dtty_pts.c343 if (tp->t_session == NULL) in ptsdev_ioctl()
346 *(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()
1234 if (tp->t_session) in fill_kinfo_proc_pgrp()
1235 kp->ki_tsid = tp->t_session->s_sid; in fill_kinfo_proc_pgrp()
/freebsd/lib/libkvm/
H A Dkvm_proc.c310 if (tty.t_session != NULL) { in kvm_proclist()
311 if (KREAD(kd, (u_long)tty.t_session, &sess)) { in kvm_proclist()
314 tty.t_session); in kvm_proclist()
/freebsd/sys/sys/
H A Dtty.h127 struct session *t_session; /* (t) Associated session. */ member