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

/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c240 mode_strs[] = { variable
946 mode_strs[power_led_info.state]);
962 mode_strs[fault_led_info.state]);
977 mode_strs[attn_led_info.state]);
990 mode_strs[active_led_info.state]);
1095 if (strcmp(buf, mode_strs[ON]) == 0)
1097 else if (strcmp(buf, mode_strs[OFF]) == 0)
1099 else if (strcmp(buf, mode_strs[BLINK]) == 0)
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c242 mode_strs[] = { variable
959 if (strcmp(buf, mode_strs[ON]) == 0)
961 else if (strcmp(buf, mode_strs[OFF]) == 0)
963 else if (strcmp(buf, mode_strs[BLINK]) == 0)

Completed in 66 milliseconds