Searched refs:vs_scf_values_get (Results 1 – 1 of 1) sorted by relevance
163 static int vs_scf_values_get(const char *, vs_prop_hd_t *);260 rc = vs_scf_values_get(VS_PGNAME_GENERAL, &prop_hd); in vs_props_get()339 rc = vs_scf_values_get(pgname, &prop_hd); in vs_props_se_get()403 if ((rc = vs_scf_values_get(pgname, &prop_hd)) != VS_ERR_NONE) in vs_props_se_set()589 vs_scf_values_get(const char *pgname, vs_prop_hd_t *prop_hd) in vs_scf_values_get() function