Lines Matching refs:cur_perm
1264 class_perm_node_t *cur_perm, *new_perm, *tail_perm = NULL;
1287 cur_perm = cur->perms;
1289 while (cur_perm) {
1297 module->map[SYM_CLASSES][cur_perm->class - 1];
1303 module->perm_map_len[cur_perm->class - 1];
1305 if (!(cur_perm->data & (1U << i)))
1310 perm_map[cur_perm->class - 1][i] -
1315 module->map[SYM_TYPES][cur_perm->data - 1];
1325 cur_perm = cur_perm->next;