Home
last modified time | relevance | path

Searched refs:ps_kstats (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h66 envctrl_ps_t ps_kstats[MAX_DEVS]; /* kstats for powersupplies */ member
73 envctrl_ps2_t ps_kstats[MAX_DEVS]; /* kstats for powersupplies */ member
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dkstat.c85 ep->ps_kstats[i].instance = I2C_NODEV; in read_sun4u_kstats()
/illumos-gate/usr/src/uts/sun4u/javelin/sys/
H A Denvctrltwo.h44 struct envctrl_ps2 ps_kstats[ENVCTRL_MAX_DEVS]; /* kstats for ps */ member
/illumos-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c2650 unitp->ps_kstats[i].ps_rating = 0; in envctrl_ps_probe()
2651 unitp->ps_kstats[i].ps_tempr = 0; in envctrl_ps_probe()
2716 unitp->ps_kstats[i].instance = i; in envctrl_ps_probe()
2735 unitp->ps_kstats[i].ps_ok = B_FALSE; in envctrl_ps_probe()
2738 unitp->ps_kstats[i].ps_ok = B_TRUE; in envctrl_ps_probe()
2743 unitp->ps_kstats[i].limit_ok = B_FALSE; in envctrl_ps_probe()
2746 unitp->ps_kstats[i].limit_ok = B_TRUE; in envctrl_ps_probe()
2751 unitp->ps_kstats[i].curr_share_ok = B_FALSE; in envctrl_ps_probe()
2754 unitp->ps_kstats[i].curr_share_ok = B_TRUE; in envctrl_ps_probe()
3071 sizeof (unitp->ps_kstats), in envctrl_add_kstats()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_ue450.h648 struct envctrl_ps ps_kstats[MAX_DEVS]; /* kstats for powersupplies */ member
H A Denvctrl.h727 struct envctrl_ps ps_kstats[MAX_DEVS]; /* kstats for powersupplies */ member
/illumos-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c2104 unitp->ps_kstats[i].slot = -1; in envctrl_ps_probe()
2136 unitp->ps_kstats[j].slot = i; in envctrl_ps_probe()
2148 unitp->ps_kstats[j].ps_ok = B_FALSE; in envctrl_ps_probe()
2152 unitp->ps_kstats[j].ps_ok = B_TRUE; in envctrl_ps_probe()
2581 sizeof (unitp->ps_kstats), in envctrl_add_kstats()
2641 bcopy((caddr_t)&unitp->ps_kstats, kstatp, in envctrl_ps_kstat_update()
2642 sizeof (unitp->ps_kstats)); in envctrl_ps_kstat_update()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c775 (void) memcpy(ecp->ps_kstats, ksp->ks_data, in read_platform_kstats()
1133 ps_ks = ecp->ps_kstats[i]; in disp_envc_status()
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c776 (void) memcpy(ep->ps_kstats, ksp->ks_data, in read_platform_kstats()
1202 ps = ep->ps_kstats[i]; in disp_envctrl_status()