Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/security/mac_mls/
Dmac_mls.h72 #define MAC_MLS_MAX_COMPARTMENTS 256 macro
77 u_char mme_compartments[MAC_MLS_MAX_COMPARTMENTS >> 3];
Dmac_mls.c122 static int max_compartments = MAC_MLS_MAX_COMPARTMENTS;
136 for (i = 0; i < MAC_MLS_MAX_COMPARTMENTS >> 3; i++) in mls_bit_set_empty()
202 for (bit = 1; bit <= MAC_MLS_MAX_COMPARTMENTS; bit++) in mls_dominate_element()
526 for (i = 1; i <= MAC_MLS_MAX_COMPARTMENTS; i++) { in mls_element_to_string()
643 if (value < 1 || value > MAC_MLS_MAX_COMPARTMENTS) in mls_parse_element()