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

/freebsd-11-stable/sys/security/mac_lomac/
H A Dmac_lomac.c635 lomac_element_to_string(struct sbuf *sb, struct mac_lomac_element *element) function
652 panic("lomac_element_to_string: invalid type (%d)",
662 if (lomac_element_to_string(sb, &ml->ml_single) == -1)
670 if (lomac_element_to_string(sb, &ml->ml_auxsingle) == -1)
681 if (lomac_element_to_string(sb, &ml->ml_rangelow) == -1)
687 if (lomac_element_to_string(sb, &ml->ml_rangehigh) == -1)

Completed in 146 milliseconds