Searched refs:d_cmp (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h177 sbd_cmp_stat_t d_cmp; member in union:__anon10216
349 sbd_cmp_stat32_t d_cmp; member in union:__anon10231
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h180 sbd_cmp_stat_t d_cmp; member in union:__anon9449
352 sbd_cmp_stat32_t d_cmp; member in union:__anon9464
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c2387 bcopy(&dsp->d_cmp.ps_cpuid[0],
2388 &ds32p->d_cmp.ps_cpuid[0],
2389 sizeof (ds32p->d_cmp.ps_cpuid));
2390 _SBD_DEV_STAT(int32_t, d_cmp.ps_ncores);
2391 _SBD_DEV_STAT(int32_t, d_cmp.ps_speed);
2392 _SBD_DEV_STAT(int32_t, d_cmp.ps_ecache);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c2420 bcopy(&dsp->d_cmp.ps_cpuid[0],
2421 &ds32p->d_cmp.ps_cpuid[0],
2422 sizeof (ds32p->d_cmp.ps_cpuid));
2423 _SBD_DEV_STAT(int32_t, d_cmp.ps_ncores);
2424 _SBD_DEV_STAT(int32_t, d_cmp.ps_speed);
2425 _SBD_DEV_STAT(int32_t, d_cmp.ps_ecache);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c4599 bcopy(&dsp->d_cmp.ps_cpuid[0],
4600 &ds32p->d_cmp.ps_cpuid[0],
4601 sizeof (ds32p->d_cmp.ps_cpuid));
4602 ds32p->d_cmp.ps_ncores =
4603 (int32_t)dsp->d_cmp.ps_ncores;
4604 ds32p->d_cmp.ps_speed =
4605 (int32_t)dsp->d_cmp.ps_speed;
4606 ds32p->d_cmp.ps_ecache =
4607 (int32_t)dsp->d_cmp.ps_ecache;

Completed in 90 milliseconds