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.h76 } _mac_label_impl_t; typedef in typeref:struct:_mac_label_impl
78 typedef _mac_label_impl_t _blevel_impl_t, /* compatibility */
83 _mac_label_impl_t binformation_level;
93 _mac_label_impl_t lower_bound;
94 _mac_label_impl_t upper_bound;
100 typedef _mac_label_impl_t blset_t[NSLS_MAX];
111 (((_mac_label_impl_t *)(l))->id == (t))
114 (((_mac_label_impl_t *)(l))->id = (t))
116 #define _MGETTYPE(l) (((_mac_label_impl_t *)(l))->id)
204 ((_mac_label_impl_t *)(
[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);
152 if (_MEQUAL(&low, (_mac_label_impl_t *)l)) {
158 if (_MEQUAL(&high, (_mac_label_impl_t *)l)) {
231 if (_MEQUAL(&low, (_mac_label_impl_t *)l)) {
236 } else if (_MEQUAL(&high, (_mac_label_impl_t *)l)) {
H A Dstol.c108 uchar_t *lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_lclass);
109 size_t len = sizeof (_mac_label_impl_t) - 4;
116 lp = (uchar_t *)&(((_mac_label_impl_t *)l)->_comps);
388 if ((l = malloc(sizeof (_mac_label_impl_t))) == NULL) {
424 if ((*d = malloc(sizeof (_mac_label_impl_t))) == NULL) {
429 (void) memcpy(*d, l, sizeof (_mac_label_impl_t));
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_token.c1202 adr_char(&adr, (char *)label, sizeof (_mac_label_impl_t));

Completed in 201 milliseconds