Searched refs:bi_kstat_io (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h239 #define II_KS(ip, x) KSTAT_IO_PTR(ip->bi_kstat_io.x)
240 #define II_MUTEX(ip, x) ip->bi_kstat_io.x->ks_lock
244 if (ip->bi_kstat_io.type) { \
250 if (ip->bi_kstat_io.type) { \
261 if (ip->bi_kstat_io.type) { \
267 if (ip->bi_kstat_io.type) { \
386 ii_kstat_info_t bi_kstat_io; /* kstat I/O data for set */ member in struct:_ii_info_s
H A Ddsw_dev.c884 nptr = ip->bi_kstat_io.mstio;
889 nptr = ip->bi_kstat_io.shdio;
893 nptr = ip->bi_kstat_io.bmpio;
917 result->ks_lock = &ip->bi_kstat_io.statmutex;
947 nptr = ip->bi_kstat_io.ovrio;
1087 (void) strlcpy(kp->ovr_io.value.c, ip->bi_kstat_io.ovrio,
1102 (void) strlcpy(kp->mst_io.value.c, ip->bi_kstat_io.mstio,
1104 (void) strlcpy(kp->shd_io.value.c, ip->bi_kstat_io.shdio,
1106 (void) strlcpy(kp->bmp_io.value.c, ip->bi_kstat_io.bmpio,
1692 mutex_init(&ip->bi_kstat_io
[all...]

Completed in 102 milliseconds