Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libscf/common/
H A Dmidlevel.c142 ssize_t valsize, numvals; in fill_prop() local
185 for (numvals = 0; (iterret = scf_iter_next_value(iter, val)) == 1; in fill_prop()
186 numvals++) { in fill_prop()
188 if ((vallist = realloc(vallist, (numvals + 1) * in fill_prop()
197 &vallist[numvals].pv_bool) == -1) in fill_prop()
203 &vallist[numvals].pv_uint) == -1) in fill_prop()
209 &vallist[numvals].pv_int) == -1) in fill_prop()
215 &vallist[numvals].pv_time.t_sec, in fill_prop()
216 &vallist[numvals].pv_time.t_nsec) == -1) in fill_prop()
221 vallist[numvals].pv_str = NULL; in fill_prop()
[all …]
H A Dhighlevel.c60 ssize_t numvals; in scf_is_fb_blacklisted() local
89 numvals = scf_simple_prop_numvalues(prop); in scf_is_fb_blacklisted()
91 for (i = 0; i < numvals; i++) { in scf_is_fb_blacklisted()
/titanic_44/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()
/titanic_44/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…
/titanic_44/usr/src/uts/sun4v/io/n2rng/
H A Dn2rng_entp_algs.c277 entp->numvals = numdistinct; in n2rng_renyi_entropy()
/titanic_44/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c516 static int numvals = -1; in privcmd_HYPERVISOR_sysctl() local
534 numvals = dop.u.perfc_op.nr_vals; in privcmd_HYPERVISOR_sysctl()
537 ASSERT(numvals != -1); in privcmd_HYPERVISOR_sysctl()
542 (sizeof (xen_sysctl_perfc_val_t) * numvals), in privcmd_HYPERVISOR_sysctl()
/titanic_44/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c1552 ssize_t numvals; in ipmgmt_get_scfprop() local
1556 numvals = scf_simple_prop_numvalues(prop); in ipmgmt_get_scfprop()
1557 if (numvals <= 0) in ipmgmt_get_scfprop()
1569 return (numvals); in ipmgmt_get_scfprop()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dn2rng.h191 uint64_t numvals; member
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c2344 uint_t numvals; in show_prop_test() local
2347 &numvals) != NWAM_SUCCESS) { in show_prop_test()
2353 for (j = 0; j < numvals; j++) { in show_prop_test()