Home
last modified time | relevance | path

Searched refs:hs_hpchandle (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c222 rc = scsb_get_slot_state(hsp->hs_hpchandle, hsp->hs_slot_number, in hsc_connect()
244 if (scsb_connect_slot(hsp->hs_hpchandle, hsp->hs_slot_number, in hsc_connect()
258 if (scsb_reset_slot(hsp->hs_hpchandle, in hsc_connect()
335 if (scsb_disconnect_slot(hsp->hs_hpchandle, B_TRUE, hsp->hs_slot_number) in hsc_disconnect()
439 res = scsb_led_set(hsp->hs_hpchandle, &sunit, sunit.led_type); in hsc_led_state()
446 res = scsb_led_get(hsp->hs_hpchandle, &sunit, sunit.led_type); in hsc_led_state()
471 rc = scsb_get_slot_state(hsp->hs_hpchandle, hsp->hs_slot_number, in hsc_get_slot_state()
539 (void) scsb_hsc_ac_op(hsp->hs_hpchandle, in hsc_set_config_state()
560 (void) scsb_hsc_ac_op(hsp->hs_hpchandle, in hsc_set_config_state()
570 if (scsb_reset_slot(hsp->hs_hpchandle, in hsc_set_config_state()
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dhscimpl.h99 void *hs_hpchandle; /* HPC (scsb) handle */ member