Home
last modified time | relevance | path

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

/freebsd/sys/security/mac_mls/
H A Dmac_mls.c501 mls_element_to_string(struct sbuf *sb, struct mac_mls_element *element) in mls_element_to_string() function
554 if (mls_element_to_string(sb, &mm->mm_effective) == -1) in mls_to_string()
562 if (mls_element_to_string(sb, &mm->mm_rangelow) == -1) in mls_to_string()
568 if (mls_element_to_string(sb, &mm->mm_rangehigh) == -1) in mls_to_string()