Lines Matching refs:piter
1755 scf_iter_t *piter = NULL; in private_refresh() local
1781 if ((piter = scf_iter_create(g_hndl)) == NULL) in private_refresh()
1794 r = refresh_entity(issvc, ent, fmribuf, pinst, piter, NULL); in private_refresh()
1826 scf_iter_destroy(piter); in private_refresh()
13452 scf_iter_t *iter, *piter; in listprop() local
13474 (piter = scf_iter_create(g_hndl)) == NULL || in listprop()
13576 if (scf_iter_pg_properties(piter, pg) != SCF_SUCCESS) in listprop()
13579 while ((ret = scf_iter_next_property(piter, prop)) == 1) { in listprop()
14191 scf_iter_t *iter, *piter, *viter; in write_edit_script() local
14230 (piter = scf_iter_create(g_hndl)) == NULL || in write_edit_script()
14268 if (scf_iter_pg_properties(piter, pg) != SCF_SUCCESS) in write_edit_script()
14271 while ((ret2 = scf_iter_next_property(piter, prop)) == 1) { in write_edit_script()
14381 scf_iter_destroy(piter); in write_edit_script()