Home
last modified time | relevance | path

Searched refs:PR_ALLOW_SYSVIPC (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/kern/
HDsysv_shm.c286 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_shmdt_locked()
337 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_shmat_locked()
441 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_shmctl_locked()
724 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_shmget()
963 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in oshmctl()
1023 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_shmsys()
HDsysv_msg.c406 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
567 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
692 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
1058 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
1519 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
HDsysv_sem.c583 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in kern_semctl()
858 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_semget()
997 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC)) in sys_semop()
1401 if (!prison_allow(td->td_ucred, PR_ALLOW_SYSVIPC))
HDkern_jail.c4270 NULL, PR_ALLOW_SYSVIPC, sysctl_jail_default_allow, "I",
/NextBSD/sys/sys/
HDjail.h221 #define PR_ALLOW_SYSVIPC 0x0002 macro