Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c191 get_props_kva_all(asi_scfhandle_t *handle, asi_scfhandle_iter_t *handle_iter, in get_props_kva_all() argument
204 while (scf_iter_next_property(handle_iter->prop, handle->prop) == 1) { in get_props_kva_all()
222 handle_iter->prop_val) != 0 && in get_props_kva_all()
234 if (scf_value_get_boolean(handle_iter->prop_val, in get_props_kva_all()
255 if (scf_value_get_as_string(handle_iter->prop_val, in get_props_kva_all()
277 if (scf_value_get_count(handle_iter->prop_val, in get_props_kva_all()
318 get_plugin_kva(asi_scfhandle_t *handle, asi_scfhandle_iter_t *handle_iter, in get_plugin_kva() argument
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()
366 if (scf_iter_pg_properties(handle_iter->prop, in get_plugin_kva()
[all …]