Lines Matching refs:piter
1737 scf_iter_t *piter = NULL; in private_refresh() local
1763 if ((piter = scf_iter_create(g_hndl)) == NULL) in private_refresh()
1776 r = refresh_entity(issvc, ent, fmribuf, pinst, piter, NULL); in private_refresh()
1808 scf_iter_destroy(piter); in private_refresh()
13415 scf_iter_t *iter, *piter; in listprop() local
13437 (piter = scf_iter_create(g_hndl)) == NULL || in listprop()
13539 if (scf_iter_pg_properties(piter, pg) != SCF_SUCCESS) in listprop()
13542 while ((ret = scf_iter_next_property(piter, prop)) == 1) { in listprop()
14154 scf_iter_t *iter, *piter, *viter; in write_edit_script() local
14193 (piter = scf_iter_create(g_hndl)) == NULL || in write_edit_script()
14231 if (scf_iter_pg_properties(piter, pg) != SCF_SUCCESS) in write_edit_script()
14234 while ((ret2 = scf_iter_next_property(piter, prop)) == 1) { in write_edit_script()
14344 scf_iter_destroy(piter); in write_edit_script()