Home
last modified time | relevance | path

Searched refs:cr_bsd_visible (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Din_prot.c70 if (cr_bsd_visible(cred, inp->inp_cred)) in cr_canseeinpcb()
/freebsd/sys/kern/
H A Dkern_prot.c1899 cr_bsd_visible(struct ucred *u1, struct ucred *u2) in cr_bsd_visible() function
1933 if ((error = cr_bsd_visible(u1, u2))) in cr_cansee()
1994 if ((error = cr_bsd_visible(cred, proc->p_ucred))) in cr_cansignal()
2109 if ((error = cr_bsd_visible(td->td_ucred, p->p_ucred))) in p_cansched()
2178 if ((error = cr_bsd_visible(td->td_ucred, p->p_ucred))) in p_candebug()
2268 if (cr_bsd_visible(cred, so->so_cred)) in cr_canseesocket()
2298 if ((error = cr_bsd_visible(td->td_ucred, p->p_ucred))) in p_canwait()
/freebsd/sys/sys/
H A Dproc.h1152 int cr_bsd_visible(struct ucred *u1, struct ucred *u2);
/freebsd/share/man/man9/
H A DMakefile73 cr_bsd_visible.9 \