Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsghsc.c902 hpc_led_info_t *ledinfo; in sghsc_control() local
904 ledinfo = (hpc_led_info_t *)arg; in sghsc_control()
911 switch (ledinfo->led) { in sghsc_control()
917 HPC_CTRL_GET_LED_STATE, ledinfo); in sghsc_control()
924 ledinfo->led, sghsc->sghsc_node_id, in sghsc_control()
935 hpc_led_info_t *ledinfo; in sghsc_control() local
937 ledinfo = (hpc_led_info_t *)arg; in sghsc_control()
944 switch (ledinfo->led) { in sghsc_control()
1142 hpc_led_info_t *ledinfo) in sghsc_led_state() argument
1156 switch (ledinfo->led) { in sghsc_led_state()
[all …]
/titanic_50/usr/src/uts/sun4u/montecarlo/io/
H A Dhsc.c386 hpc_led_info_t ledinfo; in hsc_led_op() local
388 ledinfo.led = led; in hsc_led_op()
389 ledinfo.state = led_state; in hsc_led_op()
390 (void) hsc_led_state(hsp, cmd, &ledinfo); in hsc_led_op()