Home
last modified time | relevance | path

Searched refs:nr_vals (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h144 uint32_t nr_vals; /* number of values for this counter */ member
156 uint32_t nr_vals; /* number of values */ member
/illumos-gate/usr/src/cmd/psrinfo/
H A Dpsrinfo.c485 int nr_vals; in read_property() local
493 if ((nr_vals = di_prop_strings(prop, &val)) < 1) { in read_property()
496 } else if (nr_vals != 1) { in read_property()
/illumos-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c530 numvals = dop.u.perfc_op.nr_vals; in privcmd_HYPERVISOR_sysctl()