Home
last modified time | relevance | path

Searched refs:mac_labelzone_alloc_for_owner (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/security/
H A Dmac_label.c71 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 Dmac_mach.c310 …return mac_labelzone_alloc_for_owner(action ? &action->label : NULL, MAC_WAITOK, ^(struct label *l… in mac_exc_create_label()
H A Dmac_policy.h6407 struct label * mac_labelzone_alloc_for_owner(struct label **labelp, int flags,
H A Dmac_vfs.c176 return mac_labelzone_alloc_for_owner(vp ? &vp->v_label : NULL, MAC_WAITOK, ^(struct label *label) { in mac_vnode_label_alloc()