Searched refs:hpc_led_info (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c1120 hpc_led_info_t *hpc_led_info; local
1200 hpc_led_info = (hpc_led_info_t *)arg;
1202 switch (hpc_led_info->led) {
1206 hpc_led_info->state = HPC_LED_OFF;
1209 hpc_led_info->state = HPC_LED_ON;
1212 hpc_led_info->state = HPC_LED_BLINK;
1220 hpc_led_info->state = HPC_LED_OFF;
1223 hpc_led_info->state = HPC_LED_ON;
1226 hpc_led_info->state = HPC_LED_BLINK;
1233 hpc_led_info
1589 hpc_led_info_t *hpc_led_info; local
[all...]
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c349 hpc_led_info_t *hpc_led_info; local
401 hpc_led_info = (hpc_led_info_t *)arg;
405 hpc_led_info->led, cbp->leds[hpc_led_info->led]);
407 hpc_led_info->state = cbp->leds[hpc_led_info->led];
411 hpc_led_info = (hpc_led_info_t *)arg;
416 hpc_led_info->led, hpc_led_info->state);
418 cbp->leds[hpc_led_info
[all...]
/illumos-gate/usr/src/uts/common/sys/hotplug/
H A Dhpctrl.h130 * HPC_CTRL_GET_LED_STATE hpc_led_info * Get state of an LED.
131 * HPC_CTRL_SET_LED_STATE hpc_led_info * Set state of an LED.
175 typedef struct hpc_led_info { struct
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c754 struct hpc_led_info led_info;
2323 struct hpc_led_info led_info;

Completed in 92 milliseconds