Searched refs:numvals (Results 1 – 9 of 9) sorted by relevance
145 ssize_t valsize, numvals; in fill_prop() local188 for (numvals = 0; (iterret = scf_iter_next_value(iter, val)) == 1; in fill_prop()189 numvals++) { in fill_prop()191 if ((vallist = realloc(vallist, (numvals + 1) * in fill_prop()200 &vallist[numvals].pv_bool) == -1) in fill_prop()206 &vallist[numvals].pv_uint) == -1) in fill_prop()212 &vallist[numvals].pv_int) == -1) in fill_prop()218 &vallist[numvals].pv_time.t_sec, in fill_prop()219 &vallist[numvals].pv_time.t_nsec) == -1) in fill_prop()224 vallist[numvals].pv_str = NULL; in fill_prop()[all …]
62 ssize_t numvals; in scf_is_fb_blacklisted() local91 numvals = scf_simple_prop_numvalues(prop); in scf_is_fb_blacklisted()93 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…
512 static int numvals = -1; in privcmd_HYPERVISOR_sysctl() local530 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()
277 entp->numvals = numdistinct; in n2rng_renyi_entropy()
1824 ssize_t numvals; in ipmgmt_get_scfprop() local1828 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()
191 uint64_t numvals; member
2376 uint_t numvals; in show_prop_test() local2379 &numvals) != NWAM_SUCCESS) { in show_prop_test()2385 for (j = 0; j < numvals; j++) { in show_prop_test()