Searched defs:val_iter (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsvcadm.c1031 scf_iter_t *pg_iter, *val_iter; local
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);
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c2212 scf_iter_t *pg_iter, *prop_iter, *val_iter; local
2229 (val_iter = scf_iter_create(h)) == NULL ||
2292 if (scf_iter_property_values(val_iter, prop) == -1)
2295 while ((k = scf_iter_next_value(val_iter, val)) == 1) {
2334 scf_iter_destroy(val_iter);

Completed in 55 milliseconds