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

/freebsd-10-stable/sys/security/mac_mls/
H A Dmac_mls.h72 #define MAC_MLS_MAX_COMPARTMENTS 256 macro
77 u_char mme_compartments[MAC_MLS_MAX_COMPARTMENTS >> 3];
94 * The range is 1 to MAC_MLS_MAX_COMPARTMENTS.
H A Dmac_mls.c122 static int max_compartments = MAC_MLS_MAX_COMPARTMENTS;
136 for (i = 0; i < MAC_MLS_MAX_COMPARTMENTS >> 3; i++)
202 for (bit = 1; bit <= MAC_MLS_MAX_COMPARTMENTS; bit++)
526 for (i = 1; i <= MAC_MLS_MAX_COMPARTMENTS; i++) {
643 if (value < 1 || value > MAC_MLS_MAX_COMPARTMENTS)

Completed in 113 milliseconds