Lines Matching defs:bitmap
3 * Implementation of the extensible bitmap type.
10 * Added support to import/export the NetLabel category bitmap
16 * Applied standard bit operations to improve bitmap scanning.
102 * ebitmap_netlbl_export - Export an ebitmap into a NetLabel category bitmap
104 * @catmap: the NetLabel category bitmap
107 * Export a SELinux extensibile bitmap into a NetLabel category bitmap.
154 * ebitmap_netlbl_import - Import a NetLabel category bitmap into an ebitmap
156 * @catmap: the NetLabel category bitmap
159 * Import a NetLabel category bitmap into a SELinux extensibile bitmap.
170 unsigned long bitmap;
173 rc = netlbl_catmap_getlong(catmap, &offset, &bitmap);
179 /* don't waste ebitmap space if the netlabel bitmap is empty */
180 if (bitmap == 0) {
201 e_iter->maps[idx] = bitmap;
298 /* drop this node from the bitmap */
302 * within the bitmap
333 /* this node will be the highest map within the bitmap */
420 "beyond the end of the bitmap (%u)\n",