Lines Matching defs:cur_perm
1230 class_perm_node_t *cur_perm, *new_perm, *tail_perm = NULL;
1252 cur_perm = cur->perms;
1254 while (cur_perm) {
1262 module->map[SYM_CLASSES][cur_perm->tclass - 1];
1268 module->perm_map_len[cur_perm->tclass - 1];
1270 if (!(cur_perm->data & (UINT32_C(1) << i)))
1275 perm_map[cur_perm->tclass - 1][i] -
1280 module->map[SYM_TYPES][cur_perm->data - 1];
1290 cur_perm = cur_perm->next;