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

/freebsd-13-stable/sys/security/mac/
H A Dmac_label.c79 label->l_flags = MAC_FLAG_INITIALIZED;
86 KASSERT(label->l_flags & MAC_FLAG_INITIALIZED,
92 label->l_flags &= ~MAC_FLAG_INITIALIZED;
H A Dmac_internal.h157 #define MAC_FLAG_INITIALIZED 0x0000001 /* Is initialized for use. */ macro

Completed in 108 milliseconds