Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tsol/lslabels/
H A Dlslabels.c57 typedef uint32_t comp_chunk_t; typedef
59 #define __NBWRD (CHAR_BIT * sizeof (comp_chunk_t))
64 #define COMP_ADDSET(a, p) ((comp_chunk_t *)(a))[compword(p)] |= \
66 #define COMP_DELSET(a, p) ((comp_chunk_t *)(a))[compword(p)] &= \
68 #define COMP_ISMEMBER(a, p) ((((comp_chunk_t *)(a))[compword(p)] & \