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

  /src/sys/dev/cardbus/
if_athn_cardbus.c 171 if (athn_attach(sc) != 0) {
  /src/sys/dev/pci/
if_athn_pci.c 216 if (athn_attach(sc) != 0)
295 * XXX: see comment in athn_attach().
  /src/sys/dev/ic/
athnvar.h 617 * Attach overrides. Set before calling athn_attach().
623 int athn_attach(struct athn_softc *);
athn.c 143 athn_attach(struct athn_softc *sc) function in typeref:typename:PUBLIC int
  /src/sys/dev/usb/
if_athn_usb.c 439 error = athn_attach(sc);
1834 * XXX: calling this during the athn_attach() causes

Completed in 18 milliseconds