Searched refs:ds32p (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 4519 sbd_dev_stat32_t *ds32p = &dstat32p->s_stat[i]; local 4524 ds32p->d_cm.ci_type = (int32_t)dsp->d_cm.ci_type; 4525 ds32p->d_cm.ci_unit = (int32_t)dsp->d_cm.ci_unit; 4526 ds32p->d_cm.c_ostate = (int32_t)dsp->d_cm.c_ostate; 4527 ds32p->d_cm.c_cond = (int32_t)dsp->d_cm.c_cond; 4528 ds32p->d_cm.c_busy = (int32_t)dsp->d_cm.c_busy; 4529 ds32p->d_cm.c_time = (time32_t)dsp->d_cm.c_time; 4530 ds32p->d_cm.c_sflags = (int32_t)dsp->d_cm.c_sflags; 4531 (void) strcpy(ds32p->d_cm.ci_name, dsp->d_cm.ci_name); 4537 ds32p [all...] |
/illumos-gate/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 2331 sbd_dev_stat32_t *ds32p = &dstat32p->s_stat[i]; local 2332 #define _SBD_DEV_STAT(t, m) ds32p->m = (t)dsp->m 2342 bcopy(&dsp->ds_name[0], &ds32p->ds_name[0], 2368 &ds32p->d_mem.ms_peer_ap_id[0], 2369 sizeof (ds32p->d_mem.ms_peer_ap_id)); 2382 &ds32p->d_io.is_pathname[0], MAXPATHLEN); 2388 &ds32p->d_cmp.ps_cpuid[0], 2389 sizeof (ds32p->d_cmp.ps_cpuid));
|
/illumos-gate/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 2364 sbd_dev_stat32_t *ds32p = &dstat32p->s_stat[i]; local 2365 #define _SBD_DEV_STAT(t, m) ds32p->m = (t)dsp->m 2375 bcopy(&dsp->ds_name[0], &ds32p->ds_name[0], 2401 &ds32p->d_mem.ms_peer_ap_id[0], 2402 sizeof (ds32p->d_mem.ms_peer_ap_id)); 2415 &ds32p->d_io.is_pathname[0], MAXPATHLEN); 2421 &ds32p->d_cmp.ps_cpuid[0], 2422 sizeof (ds32p->d_cmp.ps_cpuid));
|
Completed in 83 milliseconds