Searched refs:exp_prop_iter (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 290 static scf_iter_t *exp_inst_iter, *exp_pg_iter, *exp_prop_iter, *exp_val_iter; variable 9185 if (scf_iter_pg_properties(exp_prop_iter, pg) != SCF_SUCCESS) 9201 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { 9342 if (scf_iter_pg_properties(exp_prop_iter, pg) != SCF_SUCCESS) 9347 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { 9636 if (scf_iter_pg_properties(exp_prop_iter, pg) != SCF_SUCCESS) 9641 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { 9740 if (scf_iter_pg_properties(exp_prop_iter, pg) != SCF_SUCCESS) 9743 while ((ret = scf_iter_next_property(exp_prop_iter, exp_prop)) == 1) { 9842 if (scf_iter_pg_properties(exp_prop_iter, p [all...] |
Completed in 78 milliseconds