Home
last modified time | relevance | path

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

/freebsd-14.2/sys/security/mac_mls/
H A Dmac_mls.c503 mls_element_to_string(struct sbuf *sb, struct mac_mls_element *element) in mls_element_to_string() function
556 if (mls_element_to_string(sb, &mm->mm_effective) == -1) in mls_to_string()
564 if (mls_element_to_string(sb, &mm->mm_rangelow) == -1) in mls_to_string()
570 if (mls_element_to_string(sb, &mm->mm_rangehigh) == -1) in mls_to_string()