Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_lomac/
H A Dmac_lomac.h67 struct mac_lomac_element { struct
82 struct mac_lomac_element ml_single; argument
83 struct mac_lomac_element ml_rangelow, ml_rangehigh;
84 struct mac_lomac_element ml_auxsingle;
H A Dmac_lomac.c164 lomac_dominate_element(struct mac_lomac_element *a, in lomac_dominate_element()
165 struct mac_lomac_element *b) in lomac_dominate_element()
271 lomac_equal_element(struct mac_lomac_element *a, struct mac_lomac_element *b) in lomac_equal_element()
643 lomac_element_to_string(struct sbuf *sb, struct mac_lomac_element *element) in lomac_element_to_string()
722 lomac_parse_element(struct mac_lomac_element *element, char *string) in lomac_parse_element()