Lines Matching defs:bitmap
131 * struct netlbl_lsm_catmap - NetLabel LSM secattr category bitmap
132 * @startbit: the value of the lowest order bit in the bitmap
133 * @bitmap: the category bitmap
134 * @next: pointer to the next bitmap "node" or NULL
139 * practical to transfer a full bitmap internally so NetLabel adopts a sparse
140 * bitmap structure modeled after SELinux's ebitmap structure.
141 * The catmap bitmap field MUST be a power of two in length and large
156 NETLBL_CATMAP_MAPTYPE bitmap[NETLBL_CATMAP_MAPCNT];
167 * @attr.mls.cat: MLS category bitmap
182 /* bitmap values for 'flags' */
191 /* bitmap meta-values for 'flags' */
322 * @catmap: the category bitmap
449 unsigned long *bitmap);
459 unsigned long bitmap,
464 int netlbl_bitmap_walk(const unsigned char *bitmap, u32 bitmap_len,
466 void netlbl_bitmap_setbit(unsigned char *bitmap, u32 bit, u8 state);
588 unsigned long *bitmap)
607 unsigned long bitmap,