Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_prot.c72 if (cr_canseeotheruids(cred, inp->inp_cred)) in cr_canseeinpcb()
/f-stack/freebsd/kern/
H A Dkern_prot.c1349 cr_canseeotheruids(struct ucred *u1, struct ucred *u2) in cr_canseeotheruids() function
1446 if ((error = cr_canseeotheruids(u1, u2))) in cr_cansee()
1509 if ((error = cr_canseeotheruids(cred, proc->p_ucred))) in cr_cansignal()
1626 if ((error = cr_canseeotheruids(td->td_ucred, p->p_ucred))) in p_cansched()
1696 if ((error = cr_canseeotheruids(td->td_ucred, p->p_ucred))) in p_candebug()
1790 if (cr_canseeotheruids(cred, so->so_cred)) in cr_canseesocket()
1822 if ((error = cr_canseeotheruids(td->td_ucred, p->p_ucred))) in p_canwait()
/f-stack/freebsd/sys/
H A Dproc.h1068 int cr_canseeotheruids(struct ucred *u1, struct ucred *u2);