Lines Matching refs:pgrp
329 if (scf_iter_instance_pgs_typed(handle_iter->pgrp, handle->inst, in get_plugin_kva()
335 while (scf_iter_next_pg(handle_iter->pgrp, handle->pgrp) == 1) { in get_plugin_kva()
336 if (scf_pg_get_name(handle->pgrp, plugin_str_tmp, in get_plugin_kva()
367 handle->pgrp) != 0) { in get_plugin_kva()
417 if (handle->pgrp != NULL) { in scf_free()
418 scf_pg_destroy(handle->pgrp); in scf_free()
447 if ((handle->pgrp = scf_pg_create(handle->hndl)) == NULL) { in scf_init()
472 if (handle_iter->pgrp != NULL) { in scf_free_iter()
473 scf_iter_destroy(handle_iter->pgrp); in scf_free_iter()
492 if ((handle_iter->pgrp = scf_iter_create(handle->hndl)) == NULL) { in scf_init_iter()
1053 handle.inst, plugin_all ? NULL : handle.pgrp, NULL, in do_getpluginconfig_scf()