Home
last modified time | relevance | path

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

/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.h74 struct mac_mls_element { struct
88 struct mac_mls_element mm_effective; argument
89 struct mac_mls_element mm_rangelow, mm_rangehigh;
H A Dmac_mls.c167 mls_dominate_element(struct mac_mls_element *a, struct mac_mls_element *b) in mls_dominate_element()
257 mls_equal_element(struct mac_mls_element *a, struct mac_mls_element *b) in mls_equal_element()
505 mls_element_to_string(struct sbuf *sb, struct mac_mls_element *element) in mls_element_to_string()
599 mls_parse_element(struct mac_mls_element *element, char *string) in mls_parse_element()