Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/security/mac/
HDmac_sysv_msg.c205 mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr) in mac_sysvmsq_check_msgrmid() function
HDmac_framework.h449 int mac_sysvmsq_check_msgrmid(struct ucred *cred, struct msg *msgptr);
/freebsd-14-stable/sys/kern/
HDsysv_msg.c566 error = mac_sysvmsq_check_msgrmid(td->td_ucred, msghdr); in kern_msgctl()