Home
last modified time | relevance | path

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

/titanic_41/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) in dr_fill_cpu_stat()
635 dr_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl, sbd_cmp_stat_t *psp) in dr_fill_cmp_stat()
707 sbd_cpu_stat_t *cstat; in dr_cpu_status()
714 cstat = kmem_zalloc(sizeof (sbd_cpu_stat_t) * MAX_CORES_PER_CMP, in dr_cpu_status()
784 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t)); in dr_cpu_status()
791 kmem_free(cstat, sizeof (sbd_cpu_stat_t) * MAX_CORES_PER_CMP); in dr_cpu_status()
/titanic_41/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) in dr_fill_cpu_stat()
698 dr_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl, sbd_cmp_stat_t *psp) in dr_fill_cmp_stat()
776 sbd_cpu_stat_t cstat[MAX_CORES_PER_CMP]; in dr_cpu_status()
853 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t)); in dr_cpu_status()
/titanic_41/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) in sbd_fill_cpu_stat()
163 sbd_fill_cmp_stat(sbd_cpu_stat_t *csp, int ncores, int impl, in sbd_fill_cmp_stat()
241 sbd_cpu_stat_t cstat[MAX_CORES_PER_CMP]; in sbd_cpu_flags()
323 bcopy(cstat, dsp, sizeof (sbd_cpu_stat_t)); in sbd_cpu_flags()
/titanic_41/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h98 } sbd_cpu_stat_t; typedef
174 sbd_cpu_stat_t d_cpu;
/titanic_41/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h102 } sbd_cpu_stat_t; typedef
177 sbd_cpu_stat_t d_cpu;
/titanic_41/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c954 sbd_cpu_stat_t *cpu = (sbd_cpu_stat_t *)dst; in ap_cm_capacity()
1107 sbd_cpu_stat_t *dst; in cpu_info()
1112 dst = (sbd_cpu_stat_t *)a->cmstat; in cpu_info()