Lines Matching refs:g_val
142 static scf_value_t *g_val;
178 * Return 1 if inst is enabled, 0 otherwise. Uses g_pg, g_prop, and g_val.
197 if (scf_property_get_value(g_prop, g_val) != 0) {
208 if (scf_value_get_boolean(g_val, &b) != 0) {
219 * g_val.
234 if (scf_property_get_value(g_prop, g_val) != 0) {
245 if (scf_value_get_astring(g_val, buf, bufsz) < 0) {
580 if (scf_property_get_value(g_prop, g_val) != 0)
583 if (scf_value_get_astring(g_val, grouping, max_value_len + 1) <
601 r = scf_iter_next_value(g_valiter, g_val);
607 if (scf_value_get_astring(g_val, depname,
825 (g_val = scf_value_create(h)) == NULL)