Searched refs:mac_labelzone_alloc_for_owner (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/security/ |
| H A D | mac_label.c | 71 mac_labelzone_alloc_for_owner(struct label **labelp, int flags, struct 100 label = mac_labelzone_alloc_for_owner(labelp, flags, extra_setup); argument
|
| H A D | mac_mach.c | 310 …return mac_labelzone_alloc_for_owner(action ? &action->label : NULL, MAC_WAITOK, ^(struct label *l… in mac_exc_create_label()
|
| H A D | mac_policy.h | 6407 struct label * mac_labelzone_alloc_for_owner(struct label **labelp, int flags,
|
| H A D | mac_vfs.c | 176 return mac_labelzone_alloc_for_owner(vp ? &vp->v_label : NULL, MAC_WAITOK, ^(struct label *label) { in mac_vnode_label_alloc()
|