Searched refs:MAC_MAX_SLOTS (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/xnu-2782.1.97/security/
H A D_label.h71 #define MAC_MAX_SLOTS 7 macro
80 } l_perpolicy[MAC_MAX_SLOTS];
H A Dmac_base.c142 #if MAC_MAX_SLOTS > 32
143 #error "MAC_MAX_SLOTS too large"
146 static unsigned int mac_max_slots = MAC_MAX_SLOTS;
147 static unsigned int mac_slot_offsets_free = (1 << MAC_MAX_SLOTS) - 1;

Completed in 88 milliseconds