Lines Matching refs:val
403 static void uc_mgr_free_value1(struct ucm_value *val)
405 free(val->name);
406 free(val->data);
407 list_del(&val->list);
408 free(val);
414 struct ucm_value *val;
417 val = list_entry(pos, struct ucm_value, list);
418 uc_mgr_free_value1(val);
680 const char *val)
689 val2 = strdup(val);
706 curr->data = strdup(val);