Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/security/mac/
Dmac_sysv_msg.c207 mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr) in mac_sysvmsq_check_msgrmid() function
Dmac_framework.h332 int mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr);
/freebsd-12-stable/sys/kern/
Dsysv_msg.c572 error = mac_sysvmsq_check_msgrmid(td->td_ucred, msghdr); in kern_msgctl()