Symbol: _comps
usr/src/common/tsol/stol.c
116
lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_comps);
usr/src/uts/common/os/labelsys.c
1414
name, bli->id, LCLASS(bli), ntohl(bli->_comps.c1),
usr/src/uts/common/os/labelsys.c
1415
ntohl(bli->_comps.c2), ntohl(bli->_comps.c3), ntohl(bli->_comps.c4),
usr/src/uts/common/os/labelsys.c
1416
ntohl(bli->_comps.c5), ntohl(bli->_comps.c6), ntohl(bli->_comps.c7),
usr/src/uts/common/os/labelsys.c
1417
ntohl(bli->_comps.c8));
usr/src/uts/common/sys/tsol/label_macro.h
118
(l1)->_comps.c1 == (l2)->_comps.c1 && \
usr/src/uts/common/sys/tsol/label_macro.h
119
(l1)->_comps.c2 == (l2)->_comps.c2 && \
usr/src/uts/common/sys/tsol/label_macro.h
120
(l1)->_comps.c3 == (l2)->_comps.c3 && \
usr/src/uts/common/sys/tsol/label_macro.h
121
(l1)->_comps.c4 == (l2)->_comps.c4 && \
usr/src/uts/common/sys/tsol/label_macro.h
122
(l1)->_comps.c5 == (l2)->_comps.c5 && \
usr/src/uts/common/sys/tsol/label_macro.h
123
(l1)->_comps.c6 == (l2)->_comps.c6 && \
usr/src/uts/common/sys/tsol/label_macro.h
124
(l1)->_comps.c7 == (l2)->_comps.c7 && \
usr/src/uts/common/sys/tsol/label_macro.h
125
(l1)->_comps.c8 == (l2)->_comps.c8)
usr/src/uts/common/sys/tsol/label_macro.h
168
#define _icomps _bslev_il._comps
usr/src/uts/common/sys/tsol/label_macro.h
183
(l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
usr/src/uts/common/sys/tsol/label_macro.h
184
(l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
usr/src/uts/common/sys/tsol/label_macro.h
189
(l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
usr/src/uts/common/sys/tsol/label_macro.h
190
(l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
usr/src/uts/common/sys/tsol/label_macro.h
210
(l1)->_comps.c1 == (l2)->_comps.c1 && \
usr/src/uts/common/sys/tsol/label_macro.h
211
(l1)->_comps.c2 == (l2)->_comps.c2 && \
usr/src/uts/common/sys/tsol/label_macro.h
212
(l1)->_comps.c3 == (l2)->_comps.c3 && \
usr/src/uts/common/sys/tsol/label_macro.h
213
(l1)->_comps.c4 == (l2)->_comps.c4 && \
usr/src/uts/common/sys/tsol/label_macro.h
214
(l1)->_comps.c5 == (l2)->_comps.c5 && \
usr/src/uts/common/sys/tsol/label_macro.h
215
(l1)->_comps.c6 == (l2)->_comps.c6 && \
usr/src/uts/common/sys/tsol/label_macro.h
216
(l1)->_comps.c7 == (l2)->_comps.c7 && \
usr/src/uts/common/sys/tsol/label_macro.h
217
(l1)->_comps.c8 == (l2)->_comps.c8)
usr/src/uts/common/sys/tsol/label_macro.h
224
(l2)->_comps.c1 == ((l1)->_comps.c1 & (l2)->_comps.c1) && \
usr/src/uts/common/sys/tsol/label_macro.h
225
(l2)->_comps.c2 == ((l1)->_comps.c2 & (l2)->_comps.c2) && \
usr/src/uts/common/sys/tsol/label_macro.h
226
(l2)->_comps.c3 == ((l1)->_comps.c3 & (l2)->_comps.c3) && \
usr/src/uts/common/sys/tsol/label_macro.h
227
(l2)->_comps.c4 == ((l1)->_comps.c4 & (l2)->_comps.c4) && \
usr/src/uts/common/sys/tsol/label_macro.h
228
(l2)->_comps.c5 == ((l1)->_comps.c5 & (l2)->_comps.c5) && \
usr/src/uts/common/sys/tsol/label_macro.h
229
(l2)->_comps.c6 == ((l1)->_comps.c6 & (l2)->_comps.c6) && \
usr/src/uts/common/sys/tsol/label_macro.h
230
(l2)->_comps.c7 == ((l1)->_comps.c7 & (l2)->_comps.c7) && \
usr/src/uts/common/sys/tsol/label_macro.h
231
(l2)->_comps.c8 == ((l1)->_comps.c8 & (l2)->_comps.c8))
usr/src/uts/common/sys/tsol/label_macro.h
248
(l1)->_comps.c1 |= (l2)->_comps.c1, \
usr/src/uts/common/sys/tsol/label_macro.h
249
(l1)->_comps.c2 |= (l2)->_comps.c2, \
usr/src/uts/common/sys/tsol/label_macro.h
250
(l1)->_comps.c3 |= (l2)->_comps.c3, \
usr/src/uts/common/sys/tsol/label_macro.h
251
(l1)->_comps.c4 |= (l2)->_comps.c4, \
usr/src/uts/common/sys/tsol/label_macro.h
252
(l1)->_comps.c5 |= (l2)->_comps.c5, \
usr/src/uts/common/sys/tsol/label_macro.h
253
(l1)->_comps.c6 |= (l2)->_comps.c6, \
usr/src/uts/common/sys/tsol/label_macro.h
254
(l1)->_comps.c7 |= (l2)->_comps.c7, \
usr/src/uts/common/sys/tsol/label_macro.h
255
(l1)->_comps.c8 |= (l2)->_comps.c8)
usr/src/uts/common/sys/tsol/label_macro.h
264
(l1)->_comps.c1 &= (l2)->_comps.c1, \
usr/src/uts/common/sys/tsol/label_macro.h
265
(l1)->_comps.c2 &= (l2)->_comps.c2, \
usr/src/uts/common/sys/tsol/label_macro.h
266
(l1)->_comps.c3 &= (l2)->_comps.c3, \
usr/src/uts/common/sys/tsol/label_macro.h
267
(l1)->_comps.c4 &= (l2)->_comps.c4, \
usr/src/uts/common/sys/tsol/label_macro.h
268
(l1)->_comps.c5 &= (l2)->_comps.c5, \
usr/src/uts/common/sys/tsol/label_macro.h
269
(l1)->_comps.c6 &= (l2)->_comps.c6, \
usr/src/uts/common/sys/tsol/label_macro.h
270
(l1)->_comps.c7 &= (l2)->_comps.c7, \
usr/src/uts/common/sys/tsol/label_macro.h
271
(l1)->_comps.c8 &= (l2)->_comps.c8)
usr/src/uts/common/sys/tsol/label_macro.h
283
(l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
usr/src/uts/common/sys/tsol/label_macro.h
284
(l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
usr/src/uts/common/sys/tsol/label_macro.h
292
(l)->_comps.c1 = (l)->_comps.c2 = (l)->_comps.c3 = (l)->_comps.c4 = \
usr/src/uts/common/sys/tsol/label_macro.h
293
(l)->_comps.c5 = (l)->_comps.c6 = (l)->_comps.c7 = (l)->_comps.c8 = \
usr/src/uts/common/sys/tsol/label_macro.h
316
(c)->_comps.c1 = (c)->_comps.c2 = (c)->_comps.c3 = (c)->_comps.c4 = \
usr/src/uts/common/sys/tsol/label_macro.h
317
(c)->_comps.c5 = (c)->_comps.c6 = (c)->_comps.c7 = (c)->_comps.c8 = \
usr/src/uts/common/sys/tsol/label_macro.h
326
(c)->_comps.c1 = (c)->_comps.c2 = (c)->_comps.c3 = (c)->_comps.c4 = \
usr/src/uts/common/sys/tsol/label_macro.h
327
(c)->_comps.c5 = (c)->_comps.c6 = (c)->_comps.c7 = (c)->_comps.c8 = \