Symbol: bus_generic_rman_alloc_resource
sys/arm/arm/nexus.c
124
DEVMETHOD(bus_alloc_resource, bus_generic_rman_alloc_resource),
sys/arm/mv/mv_pci.c
935
return (bus_generic_rman_alloc_resource(dev, child, type, rid,
sys/arm64/arm64/nexus.c
272
return (bus_generic_rman_alloc_resource(bus, child, type, rid, start,
sys/arm64/cavium/thunder_pcie_pem.c
692
res = bus_generic_rman_alloc_resource(dev, child, type, rid, start,
sys/dev/acpica/acpi.c
1675
res = bus_generic_rman_alloc_resource(bus, child, type, rid, start, end,
sys/dev/bhnd/cores/chipc/chipc.c
853
rv = bus_generic_rman_alloc_resource(dev, child, type, rid, start, end,
sys/dev/dpaa2/dpaa2_mc.c
329
res = bus_generic_rman_alloc_resource(mcdev, child, type, rid, start,
sys/dev/gpio/gpiobus.c
886
return (bus_generic_rman_alloc_resource(bus, child, type, rid, start,
sys/dev/ofw/ofw_pcib.c
434
return (bus_generic_rman_alloc_resource(bus, child, type, rid,
sys/dev/pci/pci_host_generic.c
520
res = bus_generic_rman_alloc_resource(dev, child, type, rid,
sys/dev/vmd/vmd.c
447
res = bus_generic_rman_alloc_resource(dev, child, type, rid, start,
sys/powerpc/mpc85xx/lbc.c
736
return (bus_generic_rman_alloc_resource(bus, child, type, rid, start,
sys/powerpc/powermac/macio.c
561
return (bus_generic_rman_alloc_resource(bus, child, type, rid,
sys/powerpc/powermac/uninorth.c
520
return (bus_generic_rman_alloc_resource(bus, child,
sys/powerpc/powerpc/nexus.c
95
DEVMETHOD(bus_alloc_resource, bus_generic_rman_alloc_resource),
sys/powerpc/ps3/ps3bus.c
599
return (bus_generic_rman_alloc_resource(bus, child, type, rid, adjstart,
sys/powerpc/psim/iobus.c
330
return (bus_generic_rman_alloc_resource(bus, child, type, rid,
sys/riscv/riscv/nexus.c
252
return (bus_generic_rman_alloc_resource(bus, child, type, rid,
sys/sys/bus.h
507
bus_generic_rman_alloc_resource(device_t dev, device_t child, int type,
sys/x86/x86/nexus.c
372
return (bus_generic_rman_alloc_resource(bus, child, type, rid,