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

/macosx-10.5.8/xnu-1228.15.4/security/
H A D_label.h72 #define MAC_MAX_SLOTS 8 macro
81 } l_perpolicy[MAC_MAX_SLOTS];
H A Dmac_base.c137 #if MAC_MAX_SLOTS > 32
138 #error "MAC_MAX_SLOTS too large"
141 static unsigned int mac_max_slots = MAC_MAX_SLOTS;
142 static unsigned int mac_slot_offsets_free = (1 << MAC_MAX_SLOTS) - 1;

Completed in 77 milliseconds