Home
last modified time | relevance | path

Searched refs:xt_sid (Results 1 – 3 of 3) sorted by relevance

/src/sys/sys/
H A Dtty.h152 pid_t xt_sid; /* Session. */ member
/src/usr.sbin/pstat/
H A Dpstat.c343 MIN(xt->xt_column, 99999), xt->xt_sid, xt->xt_pgid); in ttyprt()
/src/sys/kern/
H A Dtty.c1306 xt->xt_sid = tp->t_session ? tp->t_session->s_sid : 0; in tty_to_xtty()