KSTAT_INTR_PTR
ki = KSTAT_INTR_PTR(ksp);
kstat_intr_t *intr = KSTAT_INTR_PTR(kp);
#define KIOIP KSTAT_INTR_PTR(afep->afe_intrstat)
#define KIOIP KSTAT_INTR_PTR(fcip->fcip_intrstats)
#define KIOIP KSTAT_INTR_PTR(hmep->hme_intrstats)
#define KIOIP KSTAT_INTR_PTR(mxfep->mxfe_intrstat)
#define KIOIP(dca) KSTAT_INTR_PTR((dca)->dca_intrstats)
KSTAT_INTR_PTR(ksp)->intrs[KSTAT_INTR_HARD] = pp->intr_hard;
KSTAT_INTR_PTR(ksp)->intrs[KSTAT_INTR_SPURIOUS] = pp->intr_spurious;
KSTAT_INTR_PTR(ksp)->intrs[KSTAT_INTR_SOFT] = pp->intr_soft;
#define KIOIP KSTAT_INTR_PTR(fcp->c_intrstat)
#define KIOIP KSTAT_INTR_PTR(fdc->c_intrstat)
#define KIOIP KSTAT_INTR_PTR(zs->intrstats)
#define FAS_KSTAT_INTR(fas) KSTAT_INTR_PTR(fas->f_intr_kstat)->\