Searched refs:sbd_cpu_stat_t (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_cpu.c596 dr_fill_cpu_stat(dr_cpu_unit_t *cp, drmach_status_t *pstat, sbd_cpu_stat_t *csp)
635 dr_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl, sbd_cmp_stat_t *psp)
707 sbd_cpu_stat_t *cstat;
714 cstat = kmem_zalloc(sizeof (sbd_cpu_stat_t) * MAX_CORES_PER_CMP,
784 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t));
791 kmem_free(cstat, sizeof (sbd_cpu_stat_t) * MAX_CORES_PER_CMP);
/opensolaris-onvv-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c656 dr_fill_cpu_stat(dr_cpu_unit_t *cp, drmach_status_t *pstat, sbd_cpu_stat_t *csp)
698 dr_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl, sbd_cmp_stat_t *psp)
776 sbd_cpu_stat_t cstat[MAX_CORES_PER_CMP];
853 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t));
/opensolaris-onvv-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h102 } sbd_cpu_stat_t; typedef in typeref:struct:__anon9532
177 sbd_cpu_stat_t d_cpu;
/opensolaris-onvv-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h98 } sbd_cpu_stat_t; typedef in typeref:struct:__anon10300
174 sbd_cpu_stat_t d_cpu;
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c954 sbd_cpu_stat_t *cpu = (sbd_cpu_stat_t *)dst;
1107 sbd_cpu_stat_t *dst;
1112 dst = (sbd_cpu_stat_t *)a->cmstat;
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Dsbd_cpu.c127 sbd_fill_cpu_stat(sbd_cpu_unit_t *cp, dev_info_t *dip, sbd_cpu_stat_t *csp)
163 sbd_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl,
241 sbd_cpu_stat_t cstat[MAX_CORES_PER_CMP];
323 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t));

Completed in 174 milliseconds