Home
last modified time | relevance | path

Searched refs:SUN_MAC_ID (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/tsol/
H A Dstol.c160 _LOW_LABEL(l, SUN_MAC_ID); in hexstr_to_label()
163 _HIGH_LABEL(l, SUN_MAC_ID); in hexstr_to_label()
166 _LOW_LABEL(l, SUN_MAC_ID); in hexstr_to_label()
180 return (SUN_MAC_ID); in convert_id()
253 } else if (!(_MTYPE(*l, SUN_MAC_ID) || _MTYPE(*l, SUN_CLR_ID))) { in str_to_label()
H A Dltos.c145 if (!(_MTYPE(l, SUN_MAC_ID) || _MTYPE(l, SUN_UCLR_ID))) { in l_to_str_internal()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h102 #define SUN_MAC_ID 0x41 /* MAC label, legacy SUN_SL_ID */ macro