Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h130 #define SUN_SL_UN 0xF1 /* undefined Sensitivity Label */ macro
199 ((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_UN) && \
331 #define BSLUNDEF(l) (((_bslabel_impl_t *)(l))->id = SUN_SL_UN)
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c9200 if (bltype(&bs_label, SUN_SL_UN)) { in check_ext_attr()