Home
last modified time | relevance | path

Searched refs:bt_init_softc (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/buslogic/
Dbt_pci.c85 bt_init_softc(dev, regs, irq, 0); in bt_pci_alloc_resources()
Dbt_eisa.c129 bt_init_softc(dev, port, 0, 0); in bt_eisa_alloc_resources()
Dbt_isa.c95 bt_init_softc(dev, port, irq, drq); in bt_isa_alloc_resources()
Dbt_mca.c148 bt_init_softc(dev, io, irq, drq); in bt_mca_alloc_resources()
Dbtreg.h667 void bt_init_softc(device_t dev,
Dbt.c200 bt_init_softc(device_t dev, struct resource *port, in bt_init_softc() function