/freebsd/sys/powerpc/powerpc/ |
H A D | nexus.c | 94 DEVMETHOD(bus_alloc_resource, bus_generic_rman_alloc_resource),
|
/freebsd/sys/arm/arm/ |
H A D | nexus.c | 123 DEVMETHOD(bus_alloc_resource, bus_generic_rman_alloc_resource),
|
/freebsd/sys/riscv/riscv/ |
H A D | nexus.c | 251 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in nexus_alloc_resource()
|
/freebsd/sys/powerpc/psim/ |
H A D | iobus.c | 330 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in iobus_alloc_resource()
|
/freebsd/sys/arm64/arm64/ |
H A D | nexus.c | 258 return (bus_generic_rman_alloc_resource(bus, child, type, rid, start, in nexus_alloc_resource()
|
/freebsd/sys/x86/x86/ |
H A D | nexus.c | 372 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in nexus_alloc_resource()
|
/freebsd/sys/powerpc/powermac/ |
H A D | uninorth.c | 520 return (bus_generic_rman_alloc_resource(bus, child, in unin_chip_alloc_resource()
|
H A D | macio.c | 561 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in macio_alloc_resource()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_pcib.c | 434 return (bus_generic_rman_alloc_resource(bus, child, type, rid, in ofw_pcib_alloc_resource()
|
/freebsd/sys/dev/pci/ |
H A D | pci_host_generic.c | 520 res = bus_generic_rman_alloc_resource(dev, child, type, rid, in pci_host_generic_core_alloc_resource()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3bus.c | 599 return (bus_generic_rman_alloc_resource(bus, child, type, rid, adjstart, in ps3bus_alloc_resource()
|
/freebsd/sys/dev/dpaa2/ |
H A D | dpaa2_mc.c | 329 res = bus_generic_rman_alloc_resource(mcdev, child, type, rid, start, in dpaa2_mc_alloc_resource()
|
/freebsd/sys/dev/vmd/ |
H A D | vmd.c | 447 res = bus_generic_rman_alloc_resource(dev, child, type, rid, start, in vmd_alloc_resource()
|
/freebsd/sys/arm64/cavium/ |
H A D | thunder_pcie_pem.c | 692 res = bus_generic_rman_alloc_resource(dev, child, type, rid, start, in thunder_pem_alloc_resource()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | lbc.c | 740 return (bus_generic_rman_alloc_resource(bus, child, type, rid, start, in lbc_alloc_resource()
|
/freebsd/sys/dev/gpio/ |
H A D | gpiobus.c | 834 return (bus_generic_rman_alloc_resource(bus, child, type, rid, start, in gpiobus_alloc_resource()
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc.c | 853 rv = bus_generic_rman_alloc_resource(dev, child, type, rid, start, end, in chipc_alloc_resource()
|
/freebsd/sys/arm/mv/ |
H A D | mv_pci.c | 935 return (bus_generic_rman_alloc_resource(dev, child, type, rid, in mv_pcib_alloc_resource()
|
/freebsd/sys/sys/ |
H A D | bus.h | 492 bus_generic_rman_alloc_resource(device_t dev, device_t child, int type,
|
/freebsd/sys/kern/ |
H A D | bus_if.m | 623 * Used by drivers which use bus_generic_rman_alloc_resource() etc. to
|
H A D | subr_bus.c | 4324 bus_generic_rman_alloc_resource(device_t dev, device_t child, int type, in bus_generic_rman_alloc_resource() function
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 1551 res = bus_generic_rman_alloc_resource(bus, child, type, rid, start, end, in acpi_alloc_resource()
|