Home | History | Annotate | Download | only in src

Lines Matching defs:target_id

840 	char *id = key, *new_id = NULL, *target_id;
863 target_id = mod->policy->p_type_val_to_name[primval - 1];
864 target_type = hashtab_search(state->base->p_types.table, target_id);
867 state->cur_mod_name, target_id, id);
871 if (!strcmp(id, target_id)) {