Home
last modified time | relevance | path

Searched refs:_MEQUAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/tsol/
H A Dltos.c152 if (_MEQUAL(&low, (_mac_label_impl_t *)l)) { in l_to_str_internal()
158 if (_MEQUAL(&high, (_mac_label_impl_t *)l)) { in l_to_str_internal()
231 if (_MEQUAL(&low, (_mac_label_impl_t *)l)) { in label_to_str()
236 } else if (_MEQUAL(&high, (_mac_label_impl_t *)l)) { in label_to_str()
/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h116 #define _MEQUAL(l1, l2) \ macro