Searched refs:numvals (Results 1 – 9 of 9) sorted by relevance
142 ssize_t valsize, numvals; in fill_prop() local185 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 …]
60 ssize_t numvals; in scf_is_fb_blacklisted() local89 numvals = scf_simple_prop_numvalues(prop); in scf_is_fb_blacklisted()91 for (i = 0; i < numvals; i++) { in scf_is_fb_blacklisted()
102 ssize_t numvals; in print_state() local109 SCF_PG_GENERAL, SCF_PROPERTY_ENABLED)) != NULL && (numvals = in print_state()114 SCF_PG_GENERAL_OVR, SCF_PROPERTY_ENABLED)) != NULL && (numvals = in print_state()
2 !rm -f bool num str boolnames numnames strnames boolvals numvals strvals tnames.c tinames.c tifname…120 w numvals224 r numvals234 .r numvals603 !rm -f boolnames boolvals bool numnames numvals num strnames strvals str ./tmp/term.h.new ./tmp/tmp…
277 entp->numvals = numdistinct; in n2rng_renyi_entropy()
516 static int numvals = -1; in privcmd_HYPERVISOR_sysctl() local534 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()
1552 ssize_t numvals; in ipmgmt_get_scfprop() local1556 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()
191 uint64_t numvals; member
2344 uint_t numvals; in show_prop_test() local2347 &numvals) != NWAM_SUCCESS) { in show_prop_test()2353 for (j = 0; j < numvals; j++) { in show_prop_test()