Searched defs:FAULT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c244 #define FAULT 0 macro
941 /* ACTIVE=3,ATTN=2,POWER=1,FAULT=0 */
944 else if (strcmp(buf, led_strs[FAULT]) == 0)
/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c234 #define FAULT 0 macro
1071 /* ACTIVE=3,ATTN=2,POWER=1,FAULT=0 */
1074 else if (strcmp(buf, led_strs[FAULT]) == 0)

Completed in 232 milliseconds