Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h71 uint8_t _c_len; /* Number of Compartment words */ member
155 #define _i_c_len _bslev_il._c_len
182 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
188 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
282 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
291 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
314 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
324 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
/illumos-gate/usr/src/common/tsol/
H A Dltos.c86 hl = (uchar_t *)&(((_mac_label_impl_t *)l)->_c_len); in __hex()