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.
101 * ebitmap_netlbl_export - Export an ebitmap into a NetLabel category bitmap
103 * @catmap: the NetLabel category bitmap
106 * Export a SELinux extensibile bitmap into a NetLabel category bitmap.
153 * ebitmap_netlbl_import - Import a NetLabel category bitmap into an ebitmap
155 * @catmap: the NetLabel category bitmap
158 * Import a NetLabel category bitmap into a SELinux extensibile bitmap.
169 unsigned long bitmap;
172 rc = netlbl_catmap_getlong(catmap, &offset, &bitmap);
178 /* don't waste ebitmap space if the netlabel bitmap is empty */
179 if (bitmap == 0) {
200 e_iter->maps[idx] = bitmap;
297 /* drop this node from the bitmap */
301 * within the bitmap
332 /* this node will be the highest map within the bitmap */
420 "beyond the end of the bitmap (%u)\n",