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

/freebsd-10.2-release/sys/security/mac_lomac/
H A Dmac_lomac.c641 lomac_element_to_string(struct sbuf *sb, struct mac_lomac_element *element) function
658 panic("lomac_element_to_string: invalid type (%d)",
668 if (lomac_element_to_string(sb, &ml->ml_single) == -1)
676 if (lomac_element_to_string(sb, &ml->ml_auxsingle) == -1)
687 if (lomac_element_to_string(sb, &ml->ml_rangelow) == -1)
693 if (lomac_element_to_string(sb, &ml->ml_rangehigh) == -1)

Completed in 50 milliseconds