Lines Matching defs:kstats
55 * IPMP meta-interface kstats (based on those in PSARC/1997/198).
146 * Create IPMP group kstats.
190 * Update the IPMP kstats tracked by `ksp'; called by the kstats framework.
235 * list). We skip those phyints here (note that their kstats
1928 * Snapshot the phyint's initial kstats as a baseline.
1983 * Calculate the phyint's cumulative kstats while it was in the group,
2008 * Store the IPMP-related kstats for `phyi' into the array named by `kstats'.
2009 * Assumes that `kstats' has at least IPMP_KSTAT_MAX elements.
2012 ipmp_phyint_get_kstats(phyint_t *phyi, uint64_t kstats[])
2021 bzero(kstats, sizeof (kstats[0]) * IPMP_KSTAT_MAX);
2031 * Bring kstats up-to-date before recording.
2038 kstats[i] = 0;
2046 kstats[i] = kn[j].value.ui32;
2051 kstats[i] = kn[j].value.ul;
2056 kstats[i] = kn[j].value.ui64;