Searched refs:biba_element_to_string (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/security/mac_biba/
H A Dmac_biba.c541 * biba_element_to_string() accepts an sbuf and Biba element. It converts
546 biba_element_to_string(struct sbuf *sb, struct mac_biba_element *element) function
582 panic("biba_element_to_string: invalid type (%d)",
599 if (biba_element_to_string(sb, &mb->mb_effective) == -1)
607 if (biba_element_to_string(sb, &mb->mb_rangelow) == -1)
613 if (biba_element_to_string(sb, &mb->mb_rangehigh) == -1)

Completed in 44 milliseconds