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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h73 uint8_t _c_len; /* Number of Compartment words */ member in struct:_mac_label_impl
157 #define _i_c_len _bslev_il._c_len
184 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
190 ((l)->id = t, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
284 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, LOW_CLASS), \
293 ((l)->id = SUN_SL_ID, (l)->_c_len = _C_LEN, LCLASS_SET(l, HIGH_CLASS), \
316 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
326 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \

Completed in 61 milliseconds