Lines Matching refs:val_iter
1031 scf_iter_t *pg_iter, *val_iter;
1085 (val_iter = scf_iter_create(h)) == NULL)
1228 if (scf_iter_property_values(val_iter, prop) == -1)
1232 if (multiple_instances(val_iter, v, buf)) {
1236 if (scf_iter_property_values(val_iter, prop) !=
1243 r = scf_iter_next_value(val_iter, v);
1262 * Reset val_iter and continue.
1264 if (scf_iter_property_values(val_iter, prop) != 0)
1269 ret = scf_iter_next_value(val_iter, v);
1318 scf_iter_destroy(val_iter);