Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel_impl.h52 uint32_t pr_numvalues; member
H A Dmidlevel.c299 ret->pr_numvalues = numvals; in fill_prop()
1976 for (i = 0; i < prop->pr_numvalues; i++) { in scf_simple_prop_free()
1990 for (i = 0; i < prop->pr_numvalues; i++) { in scf_simple_prop_free()
2506 return (prop->pr_numvalues); in scf_simple_prop_numvalues()
2576 if (prop->pr_iter >= prop->pr_numvalues) { in scf_next_val()