Lines Matching defs:perm_map
47 uint32_t **perm_map;
98 for (i = 0; mod->perm_map != NULL && i < mod->policy->p_classes.nprim;
100 free(mod->perm_map[i]);
102 free(mod->perm_map);
195 memcpy(newmap, mod->perm_map[sclassi], mod->perm_map_len[sclassi] * sizeof(*newmap));
197 free(mod->perm_map[sclassi]);
198 mod->perm_map[sclassi] = newmap;
201 mod->perm_map[sclassi][perm->s.value - 1] = dest_perm->s.value;
1275 perm_map[cur_perm->tclass - 1][i] -
1652 if (ebitmap_convert(srcmap, destmap, module->perm_map[i]))
2254 if ((module->perm_map =
2255 calloc(items, sizeof(*module->perm_map))) == NULL) {