Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Djail.h224 #define PR_ALLOW_SYSVIPC 0x00000002 macro
/freebsd-12.1/sys/kern/
H A Dsysv_msg.c294 if ((pr->pr_allow & PR_ALLOW_SYSVIPC) && pr->pr_ref > 0) { in msginit()
H A Dsysv_shm.c974 if ((pr->pr_allow & PR_ALLOW_SYSVIPC) && pr->pr_ref > 0) { in shminit()
H A Dkern_jail.c187 {"allow.sysvipc", "allow.nosysvipc", PR_ALLOW_SYSVIPC},
3626 NULL, PR_ALLOW_SYSVIPC, sysctl_jail_default_allow, "I",
H A Dsysv_sem.c322 if ((pr->pr_allow & PR_ALLOW_SYSVIPC) && pr->pr_ref > 0) { in seminit()