HomeSort by: relevance | last modified time | path
    Searched defs:type_strings (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
atw.c 513 static const char *type_strings[] = {"Intersil (not supported)", local in function:atw_attach
626 if (sc->sc_rftype >= __arraycount(type_strings)) {
630 if (sc->sc_bbptype >= __arraycount(type_strings)) {
636 type_strings[sc->sc_rftype], type_strings[sc->sc_bbptype]);

Completed in 32 milliseconds