Home
last modified time | relevance | path

Searched refs:_mac_label_impl_t (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dlabel_macro.h74 } _mac_label_impl_t; typedef
81 _mac_label_impl_t binformation_level;
91 _mac_label_impl_t lower_bound;
92 _mac_label_impl_t upper_bound;
109 (((_mac_label_impl_t *)(l))->id == (t))
112 (((_mac_label_impl_t *)(l))->id = (t))
202 ((_mac_label_impl_t *)(l))->id == (t))
206 _BLEQUAL((_mac_label_impl_t *)(l1), (_mac_label_impl_t *)(l2))
221 _BLDOMINATES((_mac_label_impl_t *)(l1), (_mac_label_impl_t *)(l2))
243 _BLMAXIMUM((_mac_label_impl_t *)(l1), (_mac_label_impl_t *)(l2))
[all …]
/illumos-gate/usr/src/common/tsol/
H A Dltos.c52 static _mac_label_impl_t low;
53 static _mac_label_impl_t high;
86 hl = (uchar_t *)&(((_mac_label_impl_t *)l)->_c_len); in __hex()
152 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()
H A Dstol.c108 uchar_t *lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_lclass); in htol()
109 size_t len = sizeof (_mac_label_impl_t) - 4; in htol()
116 lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_comps); in htol()
388 if ((l = malloc(sizeof (_mac_label_impl_t))) == NULL) { in m_label_alloc()
424 if ((*d = malloc(sizeof (_mac_label_impl_t))) == NULL) { in m_label_dup()
429 (void) memcpy(*d, l, sizeof (_mac_label_impl_t)); in m_label_dup()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c1202 adr_char(&adr, (char *)label, sizeof (_mac_label_impl_t)); in au_to_label()