Lines Matching refs:dstat32p
2291 sbd_stat32_t *dstat32p;
2293 dstat32p = (sbd_stat32_t *)devstatp;
2296 if ((ulong_t)dstat32p & 0x1) {
2297 PR_ALL("%s: alignment: sz=0x%lx dstat32p=0x%p\n",
2298 f, sizeof (sbd_stat32_t), (void *)dstat32p);
2305 if ((caddr_t)&dstat32p->s_stat[dstatp->s_nstat] >
2313 #define _SBD_STAT(t, m) dstat32p->m = (t)dstatp->m
2323 bcopy(&dstatp->s_type[0], &dstat32p->s_type[0],
2325 bcopy(&dstatp->s_info[0], &dstat32p->s_info[0],
2331 sbd_dev_stat32_t *ds32p = &dstat32p->s_stat[i];
2405 if (ddi_copyout((void *)dstat32p,