Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_biba/
H A Dmac_biba.h67 struct mac_biba_element { struct
81 struct mac_biba_element mb_effective; argument
82 struct mac_biba_element mb_rangelow, mb_rangehigh;
H A Dmac_biba.c174 biba_dominate_element(struct mac_biba_element *a, struct mac_biba_element *b) in biba_dominate_element()
228 struct mac_biba_element *element; in biba_subject_dominate_high()
277 biba_equal_element(struct mac_biba_element *a, struct mac_biba_element *b) in biba_equal_element()
536 biba_element_to_string(struct sbuf *sb, struct mac_biba_element *element) in biba_element_to_string()
629 biba_parse_element(struct mac_biba_element *element, char *string) in biba_parse_element()