Lines Matching refs:dstat32p
4305 sbd_stat32_t *dstat32p;
4392 dstat32p = kmem_zalloc(sz32, KM_SLEEP);
4429 kmem_free(dstat32p, sz32);
4475 kmem_free(dstat32p, sz32);
4489 if ((caddr_t)&dstat32p->s_stat[dstatp->s_nstat] >
4490 ((caddr_t)dstat32p) + sz32) {
4495 kmem_free(dstat32p, sz32);
4505 dstat32p->s_board = (int32_t)dstatp->s_board;
4506 dstat32p->s_nstat = (int32_t)dstatp->s_nstat;
4507 dstat32p->s_rstate = dstatp->s_rstate;
4508 dstat32p->s_ostate = dstatp->s_ostate;
4509 dstat32p->s_cond = dstatp->s_cond;
4510 dstat32p->s_busy = dstatp->s_busy;
4511 dstat32p->s_time = dstatp->s_time;
4512 dstat32p->s_assigned = dstatp->s_assigned;
4513 dstat32p->s_power = dstatp->s_power;
4514 dstat32p->s_platopts = (int32_t)dstatp->s_platopts;
4515 (void) strcpy(dstat32p->s_type, dstatp->s_type);
4519 sbd_dev_stat32_t *ds32p = &dstat32p->s_stat[i];
4618 if (ddi_copyout((void *)dstat32p,
4637 kmem_free(dstat32p, sz32);