Lines Matching refs:dstat32p
2324 sbd_stat32_t *dstat32p;
2326 dstat32p = (sbd_stat32_t *)devstatp;
2329 if ((ulong_t)dstat32p & 0x1) {
2330 PR_ALL("%s: alignment: sz=0x%lx dstat32p=0x%p\n",
2331 f, sizeof (sbd_stat32_t), (void *)dstat32p);
2338 if ((caddr_t)&dstat32p->s_stat[dstatp->s_nstat] >
2346 #define _SBD_STAT(t, m) dstat32p->m = (t)dstatp->m
2356 bcopy(&dstatp->s_type[0], &dstat32p->s_type[0],
2358 bcopy(&dstatp->s_info[0], &dstat32p->s_info[0],
2364 sbd_dev_stat32_t *ds32p = &dstat32p->s_stat[i];
2438 if (ddi_copyout((void *)dstat32p,