HomeSort by: relevance | last modified time | path
    Searched refs:wi_attach (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/macppc/dev/
if_wi_obio.c 110 if (wi_attach(wisc, 0)) {
  /src/sys/dev/ic/
wivar.h 294 int wi_attach(struct wi_softc *, const u_int8_t *);
wi.c 362 wi_attach(struct wi_softc *sc, const uint8_t *macaddr) function in typeref:typename:int
  /src/sys/dev/pci/
if_wi_pci.c 359 if (wi_attach(sc, 0) != 0) {
  /src/sys/dev/pcmcia/
if_wi_pcmcia.c 376 if (wi_attach(sc, haveaddr ? pa->pf->pf_funce_lan_nid : 0) != 0) {

Completed in 34 milliseconds