Searched defs:_mac_label_impl_t (Results 1 - 1 of 1) 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...]

Completed in 58 milliseconds