Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h120 (l1)->_comps.c1 == (l2)->_comps.c1 && \
121 (l1)->_comps.c2 == (l2)->_comps.c2 && \
122 (l1)->_comps.c3 == (l2)->_comps.c3 && \
123 (l1)->_comps.c4 == (l2)->_comps.c4 && \
124 (l1)->_comps.c5 == (l2)->_comps.c5 && \
125 (l1)->_comps.c6 == (l2)->_comps.c6 && \
126 (l1)->_comps.c7 == (l2)->_comps.c7 && \
127 (l1)->_comps.c8 == (l2)->_comps.c8)
154 #define _comps compartments macro
170 #define _icomps _bslev_il._comps
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dlabelsys.c1416 name, bli->id, LCLASS(bli), ntohl(bli->_comps.c1), in tsol_print_label()
1417 ntohl(bli->_comps.c2), ntohl(bli->_comps.c3), ntohl(bli->_comps.c4), in tsol_print_label()
1418 ntohl(bli->_comps.c5), ntohl(bli->_comps.c6), ntohl(bli->_comps.c7), in tsol_print_label()
1419 ntohl(bli->_comps.c8)); in tsol_print_label()
/titanic_50/usr/src/common/tsol/
H A Dstol.c116 lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_comps); in htol()