Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dmidlevel.c144 ssize_t valsize, numvals; in fill_prop() local
188 numvals++) { in fill_prop()
211 &vallist[numvals].pv_int) == -1) in fill_prop()
217 &vallist[numvals].pv_time.t_sec, in fill_prop()
223 vallist[numvals].pv_str = NULL; in fill_prop()
234 free(vallist[numvals].pv_str); in fill_prop()
247 vallist[numvals].pv_str = NULL; in fill_prop()
258 free(vallist[numvals].pv_str); in fill_prop()
298 ret->pr_numvalues = numvals; in fill_prop()
324 for (i = 0; i < numvals; i++) { in fill_prop()
[all …]
H A Dhighlevel.c62 ssize_t numvals; in scf_is_fb_blacklisted() local
91 numvals = scf_simple_prop_numvalues(prop); in scf_is_fb_blacklisted()
93 for (i = 0; i < numvals; i++) { in scf_is_fb_blacklisted()
/illumos-gate/usr/src/cmd/rcap/rcapadm/
H A Drcapadm.c102 ssize_t numvals; in print_state() local
109 SCF_PG_GENERAL, SCF_PROPERTY_ENABLED)) != NULL && (numvals = in print_state()
114 SCF_PG_GENERAL_OVR, SCF_PROPERTY_ENABLED)) != NULL && (numvals = in print_state()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmaketerm.ed2 !rm -f bool num str boolnames numnames strnames boolvals numvals strvals tnames.c tinames.c tifname…
120 w numvals
224 r numvals
234 .r numvals
603 !rm -f boolnames boolvals bool numnames numvals num strnames strvals str ./tmp/term.h.new ./tmp/tmp…
/illumos-gate/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_algs.c277 entp->numvals = numdistinct; in n2rng_renyi_entropy()
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c512 static int numvals = -1; in privcmd_HYPERVISOR_sysctl() local
530 numvals = dop.u.perfc_op.nr_vals; in privcmd_HYPERVISOR_sysctl()
533 ASSERT(numvals != -1); in privcmd_HYPERVISOR_sysctl()
538 (sizeof (xen_sysctl_perfc_val_t) * numvals), in privcmd_HYPERVISOR_sysctl()
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1824 ssize_t numvals; in ipmgmt_get_scfprop() local
1828 numvals = scf_simple_prop_numvalues(prop); in ipmgmt_get_scfprop()
1829 if (numvals <= 0) in ipmgmt_get_scfprop()
1843 return (numvals); in ipmgmt_get_scfprop()
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dn2rng.h191 uint64_t numvals; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2376 uint_t numvals; in show_prop_test() local
2379 &numvals) != NWAM_SUCCESS) { in show_prop_test()
2385 for (j = 0; j < numvals; j++) { in show_prop_test()