Home
last modified time | relevance | path

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

/xnu-8019.80.24/security/
H A D_label.h72 #define MAC_MAX_SLOTS 7 macro
75 #define MAC_MAX_SLOTS 4 macro
77 #define MAC_MAX_SLOTS 3 macro
83 void *l_perpolicy[MAC_MAX_SLOTS];
H A Dmac_base.c137 #if MAC_MAX_SLOTS > 32
141 static unsigned int mac_max_slots = MAC_MAX_SLOTS;
142 static unsigned int mac_slot_offsets_free = (1 << MAC_MAX_SLOTS) - 1;