Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac/
H A Dmac_sysv_msg.c207 mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr) in mac_sysvmsq_check_msgrmid() function
H A Dmac_framework.h382 int mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr);
/f-stack/freebsd/kern/
H A Dsysv_msg.c569 error = mac_sysvmsq_check_msgrmid(td->td_ucred, msghdr); in kern_msgctl()