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

/freebsd-11.0-release/sys/security/mac_mls/
H A Dmac_mls.c499 * mls_element_to_string() accepts an sbuf and MLS element. It converts the
504 mls_element_to_string(struct sbuf *sb, struct mac_mls_element *element) function
540 panic("mls_element_to_string: invalid type (%d)",
557 if (mls_element_to_string(sb, &mm->mm_effective) == -1)
565 if (mls_element_to_string(sb, &mm->mm_rangelow) == -1)
571 if (mls_element_to_string(sb, &mm->mm_rangehigh) == -1)

Completed in 132 milliseconds