Symbol: bus_alloc_resource_anywhere
sys/dev/aac/aac.c
1780
sc->aac_regs_res1 = bus_alloc_resource_anywhere(sc->aac_dev,
sys/dev/aacraid/aacraid.c
1665
sc->aac_regs_res0 = bus_alloc_resource_anywhere(
sys/dev/ata/ata-isa.c
111
if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/ata-isa.c
123
if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/ata-isa.c
71
if (!(io = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/ata/ata-isa.c
83
if (!(ctlio = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/fdc/fdc_isa.c
90
res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &newrid,
sys/dev/ichsmb/ichsmb_pci.c
362
sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/ichsmb/ichsmb_pci.c
365
sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/iicbus/controller/opencores/iicoc_pci.c
74
sc->mem_res = bus_alloc_resource_anywhere(dev,
sys/dev/oce/oce_hw.c
259
sc->devcfg_res = bus_alloc_resource_anywhere(sc->dev,
sys/dev/pbio/pbio.c
163
scp->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/pbio/pbio.c
217
sc->res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT, &rid,
sys/dev/pci/pci_pci.c
666
bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid,
sys/dev/pci/pci_pci.c
673
bus->res = bus_alloc_resource_anywhere(dev, PCI_RES_BUS, &rid,
sys/dev/ppc/ppc.c
1698
ppc->res_ioport = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/ppc/ppc.c
1708
ppc->res_ioport = bus_alloc_resource_anywhere(dev,
sys/dev/qcom_gcc/qcom_gcc_main.c
154
sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY,
sys/dev/qcom_rnd/qcom_rnd.c
129
sc->reg = bus_alloc_resource_anywhere(dev, SYS_RES_MEMORY,
sys/dev/sbni/if_sbni_isa.c
81
sc->io_res = bus_alloc_resource_anywhere(dev, SYS_RES_IOPORT,
sys/dev/scc/scc_core.c
132
sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype,
sys/dev/scc/scc_core.c
381
sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype,
sys/dev/scc/scc_core.c
386
sc->sc_rres = bus_alloc_resource_anywhere(dev, sc->sc_rtype,
sys/dev/smc/if_smc.c
237
reg = bus_alloc_resource_anywhere(dev, type, &rid, 16, RF_ACTIVE);
sys/dev/smc/if_smc.c
327
sc->smc_reg = bus_alloc_resource_anywhere(dev, type, &sc->smc_reg_rid,
sys/dev/smc/if_smc.c
334
sc->smc_irq = bus_alloc_resource_anywhere(dev, SYS_RES_IRQ,
sys/sys/bus.h
657
default: bus_alloc_resource_anywhere) \