Home
last modified time | relevance | path

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

/freebsd/sys/security/mac/
H A Dmac_framework.c162 #if MAC_MAX_SLOTS > 32
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.h154 #define MAC_MAX_SLOTS 4 macro
158 intptr_t l_perpolicy[MAC_MAX_SLOTS];