Searched defs:_bslabel_impl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h79 _bslabel_impl_t, /* Sensitivity Label */ typedef
88 _bslabel_impl_t bcl_sensitivity_label;
281 #define BSLLOW(l) _BSLLOW((_bslabel_impl_t *)(l))
290 #define BSLHIGH(l) _BSLHIGH((_bslabel_impl_t *)(l))
333 #define BSLUNDEF(l) (((_bslabel_impl_t *)(l))->id = SUN_SL_UN)
346 (*((_bslabel_impl_t *)(l1)) = ((_bclabel_impl_t *)(l2))->_bcl_sl)
350 (((_bclabel_impl_t *)(l1))->_bcl_sl = *((_bslabel_impl_t *)(l2)))

Completed in 46 milliseconds