Searched refs:_bclabel_impl_t (Results 1 – 1 of 1) sorted by relevance
90 } _bclabel_impl_t; typedef200 (((_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 *)(l))->_bcl_sl.id = (t))[all …]