Searched refs:scsb_uinfo_t (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | scsb.h | 673 int scsb_led_get(scsb_state_t *, scsb_uinfo_t *, scsb_led_t led_type); 674 int scsb_led_set(scsb_state_t *, scsb_uinfo_t *, scsb_led_t led_type); 675 int scsb_reset_unit(scsb_state_t *, scsb_uinfo_t *); 676 int scsb_bhealthy_slot(scsb_state_t *, scsb_uinfo_t *); 677 int scsb_slot_occupancy(scsb_state_t *, scsb_uinfo_t *);
|
H A D | scsb_led.h | 74 } scsb_uinfo_t; typedef
|
H A D | scsbioctl.h | 128 } scsb_uinfo_t; typedef
|
/titanic_41/usr/src/uts/sun4u/montecarlo/io/ |
H A D | scsb.c | 265 static void tonga_slotnum_check(scsb_state_t *scsb, scsb_uinfo_t *suip); 276 static int scsb_get_led_regnum(scsb_state_t *, scsb_uinfo_t *, uchar_t *, 1607 scsb_uinfo_t *suip; in smf_ioctl() 1609 iocp->ioc_error = miocpullup(mp, sizeof (scsb_uinfo_t)); in smf_ioctl() 1613 suip = (scsb_uinfo_t *)mp->b_cont->b_rptr; in smf_ioctl() 2114 scsb_uinfo_t *suip, in scsb_get_led_regnum() 2331 tonga_slotnum_check(scsb_state_t *scsb, scsb_uinfo_t *suip) in tonga_slotnum_check() 2451 scsb_led_get(scsb_state_t *scsb, scsb_uinfo_t *suip, scsb_led_t led_type) in scsb_led_get() 2514 scsb_led_set(scsb_state_t *scsb, scsb_uinfo_t *suip, scsb_led_t led_type) in scsb_led_set() 3758 scsb_bhealthy_slot(scsb_state_t *scsb, scsb_uinfo_t *suip) in scsb_bhealthy_slot() [all …]
|
H A D | hsc.c | 397 scsb_uinfo_t sunit; in hsc_led_state() 711 scsb_uinfo_t sunit; in hsc_slot_enable()
|