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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h90 } _bclabel_impl_t; typedef in typeref:struct:_binary_cmw_label_impl
200 (((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_ID || \
201 ((_bclabel_impl_t *)(l))->_bcl_sl.id == SUN_SL_UN) && \
202 (((_bclabel_impl_t *)(l))->_bcl_il._iid == SUN_IL_ID || \
203 ((_bclabel_impl_t *)(l))->_bcl_il._iid == SUN_IL_UN) : \
339 #define BCLTOSL(l) ((bslabel_t *)&((_bclabel_impl_t *)(l))->_bcl_sl)
342 #define BCLTOIL(l) ((_bilabel_impl_t *)&((_bclabel_impl_t *)(l))->_bcl_il)
346 (*((_bslabel_impl_t *)(l1)) = ((_bclabel_impl_t *)(l2))->_bcl_sl)
350 (((_bclabel_impl_t *)(l1))->_bcl_sl = *((_bslabel_impl_t *)(l2)))
353 #define SETBLTYPE(l, t) (((_bclabel_impl_t *)(
[all...]

Completed in 65 milliseconds