Searched refs:msgptr (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/security/ |
| H A D | mac_sysv_msg.c | 78 mac_sysvmsg_label_init(struct msg *msgptr) in mac_sysvmsg_label_init() argument 86 mac_sysvmsg_label(struct msg *msgptr) in mac_sysvmsg_label() argument 88 return mac_label_verify(&msgptr->label); in mac_sysvmsg_label() 107 struct msg *msgptr) in mac_sysvmsg_label_associate() argument 110 msgptr, mac_sysvmsg_label(msgptr)); in mac_sysvmsg_label_associate() 120 mac_sysvmsg_label_recycle(struct msg *msgptr) in mac_sysvmsg_label_recycle() argument 122 MAC_PERFORM(sysvmsg_label_recycle, mac_sysvmsg_label(msgptr)); in mac_sysvmsg_label_recycle() 144 MAC_CHECK(sysvmsq_check_enqueue, cred, msgptr, mac_sysvmsg_label(msgptr), msqptr, in mac_sysvmsq_check_enqueue() 151 mac_sysvmsq_check_msgrcv(kauth_cred_t cred, struct msg *msgptr) in mac_sysvmsq_check_msgrcv() argument 162 MAC_CHECK(sysvmsq_check_msgrcv, cred, msgptr, mac_sysvmsg_label(msgptr)); in mac_sysvmsq_check_msgrcv() [all …]
|
| H A D | mac_framework.h | 397 struct msqid_kernel *msqptr, struct msg *msgptr); 398 void mac_sysvmsg_label_init(struct msg *msgptr); 399 struct label *mac_sysvmsg_label(struct msg *msgptr); 400 void mac_sysvmsg_label_recycle(struct msg *msgptr); 401 int mac_sysvmsq_check_enqueue(kauth_cred_t cred, struct msg *msgptr, 403 int mac_sysvmsq_check_msgrcv(kauth_cred_t cred, struct msg *msgptr) __result_use_check; 404 int mac_sysvmsq_check_msgrmid(kauth_cred_t cred, struct msg *msgptr) __result_use_check;
|
| H A D | mac_policy.h | 3228 struct msg *msgptr, 3280 struct msg *msgptr, 3299 struct msg *msgptr, 3318 struct msg *msgptr,
|