Searched refs:labelp (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/security/ |
| H A D | mac_label.c | 71 mac_labelzone_alloc_for_owner(struct label **labelp, int flags, 76 if (labelp) { 81 tmp_label.l_owner = labelp; 95 mac_labelzone_alloc_owned(struct label **labelp, int flags, 100 label = mac_labelzone_alloc_for_owner(labelp, flags, extra_setup); 102 if (labelp) { 103 *labelp = label; 120 mac_labelzone_free_owned(struct label **labelp, 125 label = mac_label_verify(labelp); 131 os_atomic_store(labelp, NULL, release); [all …]
|
| H A D | mac_policy.h | 6604 struct label * mac_label_verify(struct label **labelp); 6611 struct label * mac_labelzone_alloc_for_owner(struct label **labelp, int flags, 6613 struct label * mac_labelzone_alloc_owned(struct label **labelp, int flags, 6616 void mac_labelzone_free_owned(struct label **labelp,
|