Home
last modified time | relevance | path

Searched refs:vscf_iter (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libvscan/common/
H A Dlibvscan.c89 scf_iter_t *vscf_iter; member
1073 if (vsc->vscf_iter) in vs_scf_ctx_close()
1074 scf_iter_destroy(vsc->vscf_iter); in vs_scf_ctx_close()
1494 ((vsc.vscf_iter = scf_iter_create(vsc.vscf_handle)) == NULL) || in vs_props_get_engines()
1495 (scf_iter_instance_pgs_typed(vsc.vscf_iter, vsc.vscf_inst, in vs_props_get_engines()
1508 (scf_iter_next_pg(vsc.vscf_iter, vsc.vscf_pgroup) == 1)) { in vs_props_get_engines()
1539 ((vsc.vscf_iter = scf_iter_create(vsc.vscf_handle)) == NULL) || in vs_scf_pg_count()
1540 (scf_iter_instance_pgs_typed(vsc.vscf_iter, vsc.vscf_inst, in vs_scf_pg_count()
1546 while (scf_iter_next_pg(vsc.vscf_iter, vsc.vscf_pgroup) == 1) in vs_scf_pg_count()