Home | History | Annotate | Download | only in src

Lines Matching defs:target_id

855 	char *id = key, *new_id = NULL, *target_id;
878 target_id = mod->policy->p_type_val_to_name[primval - 1];
879 target_type = hashtab_search(state->base->p_types.table, target_id);
882 state->cur_mod_name, target_id, id);
886 if (!strcmp(id, target_id)) {