Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddevctl.h247 uint32_t led_type : 9; /* LED type */ member
/illumos-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
H A Dnv_sata.c1094 if (led.led_type == DCL_TYPE_DEVICE_FAIL) { in nv_ioctl()
1096 } else if (led.led_type == DCL_TYPE_DEVICE_OK2RM) { in nv_ioctl()
1103 nvc->nvc_port[port].nvp_sgp_ioctl_mod |= led.led_type; in nv_ioctl()
1107 if (led.led_type == DCL_TYPE_DEVICE_FAIL) { in nv_ioctl()
1109 } else if (led.led_type == DCL_TYPE_DEVICE_OK2RM) { in nv_ioctl()
1116 nvc->nvc_port[port].nvp_sgp_ioctl_mod |= led.led_type; in nv_ioctl()
1142 if (nvc->nvc_port[port].nvp_sgp_ioctl_mod & led.led_type) { in nv_ioctl()
1145 if (led.led_type == DCL_TYPE_DEVICE_FAIL) { in nv_ioctl()
1150 } else if (led.led_type == DCL_TYPE_DEVICE_OK2RM) { in nv_ioctl()
1177 led.led_type = 3; in nv_ioctl()
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_core.h766 enum ath_led_type led_type; member