Searched refs:cansee (Results 1 – 1 of 1) sorted by relevance
1324 bool cansee; in sysctl_kern_ttys() local1340 cansee = (p_cansee(td, p) == 0); in sysctl_kern_ttys()1343 cansee = !jailed(td->td_ucred); in sysctl_kern_ttys()1345 if (cansee) { in sysctl_kern_ttys()