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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h107 #define _C_LEN 8 /* number of compartments words */ macro
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), \
302 ((l)->_iid = SUN_IL_ID, (l)->_i_c_len = _C_LEN, \
316 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \
326 ((c)->id = SUN_CLR_ID, (c)->_c_len = _C_LEN, \

Completed in 64 milliseconds