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

/freebsd-11.0-release/sys/security/mac_biba/
H A Dmac_biba.c534 * biba_element_to_string() accepts an sbuf and Biba element. It converts
539 biba_element_to_string(struct sbuf *sb, struct mac_biba_element *element) function
575 panic("biba_element_to_string: invalid type (%d)",
592 if (biba_element_to_string(sb, &mb->mb_effective) == -1)
600 if (biba_element_to_string(sb, &mb->mb_rangelow) == -1)
606 if (biba_element_to_string(sb, &mb->mb_rangehigh) == -1)

Completed in 108 milliseconds