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

/freebsd-12-stable/sbin/etherswitchcfg/
H A Detherswitchcfg.c90 static const char *ledstyles[] = { "default", "on", "off", "blink", NULL }; variable
315 for (i=0; ledstyles[i] != NULL; i++) {
316 if (strcmp(argv[2], ledstyles[i]) == 0) {
321 if (ledstyles[i] == NULL)
589 printf("%d:%s%s", i+1, ledstyles[p.es_led[i]], (i==p.es_nleds-1)?"":" ");

Completed in 85 milliseconds