Searched refs:get_values (Results 1 – 4 of 4) sorted by relevance
42 get_values(void *cbdata, const char *const *names, char ***ret_values) in get_values() function99 vtable->get_values = get_values; in profile_module_init()
139 retval = profile->vt->get_values(profile->cbdata, names, &vtvalues); in get_values_vt()205 retval = profile->vt->get_values(profile->cbdata, names, &vtvalues); in get_value_vt()
145 /* Mandatory: Free a list of strings returned by get_values. */251 profile_get_values_fn get_values;
27 if (vtable->minor_ver < 1 || !vtable->get_values || !vtable->free_values) in init_module()