Searched refs:prison_check (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | in_prot.c | 63 error = prison_check(cred, inp->inp_cred); in cr_canseeinpcb()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_prot.c | 1440 if ((error = prison_check(u1, u2))) in cr_cansee() 1502 error = prison_check(cred, proc->p_ucred); in cr_cansignal() 1620 if ((error = prison_check(td->td_ucred, p->p_ucred))) in p_cansched() 1690 if ((error = prison_check(td->td_ucred, p->p_ucred))) in p_candebug() 1782 error = prison_check(cred, so->so_cred); in cr_canseesocket() 1814 if ((error = prison_check(td->td_ucred, p->p_ucred))) in p_canwait()
|
| H A D | kern_jail.c | 3037 prison_check(struct ucred *cred1, struct ucred *cred2) in prison_check() function
|
| H A D | vfs_subr.c | 929 if (prison_check(td->td_ucred, mp->mnt_cred) != 0) in vfs_suser()
|
| /f-stack/freebsd/sys/ |
| H A D | jail.h | 395 int prison_check(struct ucred *cred1, struct ucred *cred2);
|