Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h88 } _bclabel_impl_t; typedef
198 (((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_ID || \
199 ((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_UN) && \
200 (((_bclabel_impl_t *)(l))->_bcl_il._iid == SUN_IL_ID || \
201 ((_bclabel_impl_t *)(l))->_bcl_il._iid == SUN_IL_UN) : \
337 #define BCLTOSL(l) ((bslabel_t *)&((_bclabel_impl_t *)(l))->_bcl_sl)
340 #define BCLTOIL(l) ((_bilabel_impl_t *)&((_bclabel_impl_t *)(l))->_bcl_il)
344 (*((_bslabel_impl_t *)(l1)) = ((_bclabel_impl_t *)(l2))->_bcl_sl)
348 (((_bclabel_impl_t *)(l1))->_bcl_sl = *((_bslabel_impl_t *)(l2)))
351 #define SETBLTYPE(l, t) (((_bclabel_impl_t *)(l))->_bcl_sl.id = (t))
[all …]