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

  /src/sys/dev/ieee1394/
fwohcivar.h 81 int fwohci_attach(struct fwohci_softc *);
fwohci.c 321 * Call fwohci_init before fwohci_attach to initialize the kernel's
323 * fwohci_attach fails.
395 * Call fwohci_attach after fwohci_init to initialize the hardware and
400 fwohci_attach(struct fwohci_softc *sc) function in typeref:typename:int
  /src/sys/dev/cardbus/
fwohci_cardbus.c 131 if (fwohci_attach(&sc->sc_sc) != 0) {
  /src/sys/dev/pci/
fwohci_pci.c 155 if (fwohci_attach(&psc->psc_sc) != 0)

Completed in 13 milliseconds