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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c127 scf_iter_t *prt_iter; member in struct:scf_prop_tmpl
2772 prop_tmpl->prt_iter = iter;
2777 while ((err = scf_iter_next_pg(prop_tmpl->prt_iter,
2852 scf_iter_destroy(prop_tmpl->prt_iter);
2853 prop_tmpl->prt_iter = NULL;
2874 scf_iter_destroy(t->prt_iter);
2888 scf_iter_destroy(t->prt_iter);
2889 t->prt_iter = NULL;

Completed in 28 milliseconds