Home
last modified time | relevance | path

Searched refs:LedStatus (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c88 lc.LedStatus = *ledmode; in do_led_control()
104 lc.LedStatus = 0; in do_led_control()
113 *ledmode = lc.LedStatus ? TOPO_LED_STATE_ON : TOPO_LED_STATE_OFF; in do_led_control()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_ioctl.h348 uint8_t LedStatus; member
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c12762 (lc.Command == MPTSAS_LEDCTL_FLAG_SET && lc.LedStatus != 0 && in led_control()
12763 lc.LedStatus != 1)) { in led_control()
12797 mep->me_slotleds[slotidx] |= lc.LedStatus << (lc.Led - 1); in led_control()
12806 lc.LedStatus = (mep->me_slotleds[slotidx] >> (lc.Led - 1)) & 1; in led_control()