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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h225 * ledstate flags definitions
230 * ledstate BeaconState definitions
236 * ledstate LEDflags definitions
245 * 24xx ledstate LEDflags definitions
409 ql_ledstate_t ledstate; member in struct:ql_xioctl
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c5898 if (xp->ledstate.BeaconState == BEACON_OFF) {
5905 xp->ledstate.BeaconState = BEACON_OFF;
5906 xp->ledstate.LEDflags = LED_ALL_OFF;
5916 if (xp->ledstate.BeaconState == BEACON_ON) {
5929 xp->ledstate.LEDflags = LED_YELLOW_24 | LED_AMBER_24;
5931 xp->ledstate.LEDflags = LED_GREEN;
5933 xp->ledstate.BeaconState = BEACON_ON;
5995 bstate.State = xp->ledstate.BeaconState;
6031 if (xp->ledstate.BeaconState == BEACON_ON) {
6034 nextstate = (xp->ledstate
[all...]
H A Dql_api.c9739 if (ha->xioctl->ledstate.BeaconState == BEACON_ON) {

Completed in 103 milliseconds