Home
last modified time | relevance | path

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

/f-stack/freebsd/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];
H A Dmac_mls.c120 static int max_compartments = MAC_MLS_MAX_COMPARTMENTS;
134 for (i = 0; i < MAC_MLS_MAX_COMPARTMENTS >> 3; i++) in mls_bit_set_empty()
200 for (bit = 1; bit <= MAC_MLS_MAX_COMPARTMENTS; bit++) in mls_dominate_element()
524 for (i = 1; i <= MAC_MLS_MAX_COMPARTMENTS; i++) { in mls_element_to_string()
641 if (value < 1 || value > MAC_MLS_MAX_COMPARTMENTS) in mls_parse_element()