Searched refs:SUN_CLR_ID (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | btohex.c | 68 case SUN_CLR_ID: in h_alloc()
|
H A D | btos.c | 247 if (!BLTYPE(clearance, SUN_CLR_ID)) { in bcleartos() 276 if (!BLTYPE(&clrlow, SUN_CLR_ID)) { in bcleartos()
|
H A D | misc.c | 196 if (!BLTYPE(&clow, SUN_CLR_ID)) { in bclearvalid() 203 if (BLTYPE(clearance, SUN_CLR_ID) && in bclearvalid()
|
/illumos-gate/usr/src/uts/common/sys/tsol/ |
H A D | label_macro.h | 133 #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 D | stol.c | 253 } else if (!(_MTYPE(*l, SUN_MAC_ID) || _MTYPE(*l, SUN_CLR_ID))) { in str_to_label()
|