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

/freebsd-11.0-release/sys/security/mac/
H A Dmac_framework.c130 #if MAC_MAX_SLOTS > 32
131 #error "MAC_MAX_SLOTS too large"
134 static unsigned int mac_max_slots = MAC_MAX_SLOTS;
135 static unsigned int mac_slot_offsets_free = (1 << MAC_MAX_SLOTS) - 1;
H A Dmac_internal.h152 #define MAC_MAX_SLOTS 4 macro
156 intptr_t l_perpolicy[MAC_MAX_SLOTS];

Completed in 54 milliseconds