Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_sysv_msg.c205 mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr) in mac_sysvmsq_check_msgrmid() function
H A Dmac_framework.h445 int mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr);
/freebsd/sys/kern/
H A Dsysv_msg.c567 error = mac_sysvmsq_check_msgrmid(td->td_ucred, msghdr); in kern_msgctl()