HomeSort by: relevance | last modified time | path
    Searched defs:type_strings (Results 1 - 2 of 2) 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]);
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 24 milliseconds