Home
last modified time | relevance | path

Searched refs:SUN_CLR_ID (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtsol/common/
H A Dbtohex.c68 case SUN_CLR_ID: in h_alloc()
H A Dmisc.c196 if (!BLTYPE(&clow, SUN_CLR_ID)) { in bclearvalid()
203 if (BLTYPE(clearance, SUN_CLR_ID) && in bclearvalid()
H A Dbtos.c247 if (!BLTYPE(clearance, SUN_CLR_ID)) { in bcleartos()
276 if (!BLTYPE(&clrlow, SUN_CLR_ID)) { in bcleartos()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h133 #define SUN_CLR_ID 0x49 /* 36 - total bytes in Clearance */ macro
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 Dstol.c253 } else if (!(_MTYPE(*l, SUN_MAC_ID) || _MTYPE(*l, SUN_CLR_ID))) { in str_to_label()