Searched refs:cansee (Results 1 – 1 of 1) sorted by relevance
1319 bool cansee; in sysctl_kern_ttys() local1335 cansee = (p_cansee(td, p) == 0); in sysctl_kern_ttys()1338 cansee = !jailed(td->td_ucred); in sysctl_kern_ttys()1340 if (cansee) { in sysctl_kern_ttys()