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

/freebsd-13-stable/sys/security/mac/
H A Dmac_framework.c162 #if MAC_MAX_SLOTS > 32
163 #error "MAC_MAX_SLOTS too large"
166 static unsigned int mac_max_slots = MAC_MAX_SLOTS;
167 static unsigned int mac_slot_offsets_free = (1 << MAC_MAX_SLOTS) - 1;
H A Dmac_internal.h156 #define MAC_MAX_SLOTS 4 macro
160 intptr_t l_perpolicy[MAC_MAX_SLOTS];

Completed in 164 milliseconds