Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_prot.c74 if (cr_canseeothergids(cred, inp->inp_cred)) in cr_canseeinpcb()
/f-stack/freebsd/kern/
H A Dkern_prot.c1379 cr_canseeothergids(struct ucred *u1, struct ucred *u2) in cr_canseeothergids() function
1448 if ((error = cr_canseeothergids(u1, u2))) in cr_cansee()
1511 if ((error = cr_canseeothergids(cred, proc->p_ucred))) in cr_cansignal()
1628 if ((error = cr_canseeothergids(td->td_ucred, p->p_ucred))) in p_cansched()
1698 if ((error = cr_canseeothergids(td->td_ucred, p->p_ucred))) in p_candebug()
1792 if (cr_canseeothergids(cred, so->so_cred)) in cr_canseesocket()
/f-stack/freebsd/sys/
H A Dproc.h1067 int cr_canseeothergids(struct ucred *u1, struct ucred *u2);