Symbol: _mac_label_impl_t
usr/src/common/tsol/ltos.c
152
if (_MEQUAL(&low, (_mac_label_impl_t *)l)) {
usr/src/common/tsol/ltos.c
158
if (_MEQUAL(&high, (_mac_label_impl_t *)l)) {
usr/src/common/tsol/ltos.c
231
if (_MEQUAL(&low, (_mac_label_impl_t *)l)) {
usr/src/common/tsol/ltos.c
236
} else if (_MEQUAL(&high, (_mac_label_impl_t *)l)) {
usr/src/common/tsol/ltos.c
52
static _mac_label_impl_t low;
usr/src/common/tsol/ltos.c
53
static _mac_label_impl_t high;
usr/src/common/tsol/ltos.c
86
hl = (uchar_t *)&(((_mac_label_impl_t *)l)->_c_len);
usr/src/common/tsol/stol.c
108
uchar_t *lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_lclass);
usr/src/common/tsol/stol.c
109
size_t len = sizeof (_mac_label_impl_t) - 4;
usr/src/common/tsol/stol.c
116
lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_comps);
usr/src/common/tsol/stol.c
388
if ((l = malloc(sizeof (_mac_label_impl_t))) == NULL) {
usr/src/common/tsol/stol.c
424
if ((*d = malloc(sizeof (_mac_label_impl_t))) == NULL) {
usr/src/common/tsol/stol.c
429
(void) memcpy(*d, l, sizeof (_mac_label_impl_t));
usr/src/uts/common/c2/audit_token.c
1202
adr_char(&adr, (char *)label, sizeof (_mac_label_impl_t));
usr/src/uts/common/sys/tsol/label_macro.h
109
(((_mac_label_impl_t *)(l))->id == (t))
usr/src/uts/common/sys/tsol/label_macro.h
112
(((_mac_label_impl_t *)(l))->id = (t))
usr/src/uts/common/sys/tsol/label_macro.h
114
#define _MGETTYPE(l) (((_mac_label_impl_t *)(l))->id)
usr/src/uts/common/sys/tsol/label_macro.h
202
((_mac_label_impl_t *)(l))->id == (t))
usr/src/uts/common/sys/tsol/label_macro.h
206
_BLEQUAL((_mac_label_impl_t *)(l1), (_mac_label_impl_t *)(l2))
usr/src/uts/common/sys/tsol/label_macro.h
221
_BLDOMINATES((_mac_label_impl_t *)(l1), (_mac_label_impl_t *)(l2))
usr/src/uts/common/sys/tsol/label_macro.h
243
_BLMAXIMUM((_mac_label_impl_t *)(l1), (_mac_label_impl_t *)(l2))
usr/src/uts/common/sys/tsol/label_macro.h
259
_BLMINIMUM((_mac_label_impl_t *)(l1), (_mac_label_impl_t *)(l2))
usr/src/uts/common/sys/tsol/label_macro.h
76
typedef _mac_label_impl_t _blevel_impl_t, /* compatibility */
usr/src/uts/common/sys/tsol/label_macro.h
81
_mac_label_impl_t binformation_level;
usr/src/uts/common/sys/tsol/label_macro.h
91
_mac_label_impl_t lower_bound;
usr/src/uts/common/sys/tsol/label_macro.h
92
_mac_label_impl_t upper_bound;
usr/src/uts/common/sys/tsol/label_macro.h
98
typedef _mac_label_impl_t blset_t[NSLS_MAX];