Searched refs:ledmode (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c513 uint8_t ledmode; local
579 ledmode = (uint8_t)mode_in;
580 if (ipmi_sunoem_led_set(hdl, gdl, ledmode) < 0) {
583 ipmi_errmsg(hdl), ledmode ? "ON" : "OFF");
592 if (ipmi_sunoem_led_get(hdl, gdl, &ledmode) < 0) {
607 nvlist_add_uint32(nvl, TOPO_PROP_VAL_VAL, ledmode) != 0) {
634 uint8_t ledmode; local
701 ledmode = IPMI_SUNOEM_LED_MODE_FAST;
703 ledmode = IPMI_SUNOEM_LED_MODE_OFF;
704 if (ipmi_sunoem_led_set(hdl, gdl, ledmode) <
771 uint32_t type, ledmode; local
969 uint32_t ledmode; local
1101 uint8_t ledmode; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath_reg.h235 uint32_t ledmode; member in struct:uath_cmd_ledsteady
244 uint32_t ledmode; member in struct:uath_cmd_ledblink
H A Duath.c1845 uath_set_ledsteady(struct uath_softc *sc, int lednum, int ledmode) argument
1851 led.ledmode = BE_32(ledmode);
1856 ledmode ? "on" : "off");
1862 uath_set_ledblink(struct uath_softc *sc, int lednum, int ledmode, argument
1869 led.ledmode = BE_32(ledmode);
1876 ledmode ? "on" : "off");

Completed in 102 milliseconds