Searched refs:rman_adjust_resource (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | rman.h | 127 int rman_adjust_resource(struct resource *r, rman_res_t start, rman_res_t end);
|
| /freebsd-12-stable/sys/dev/ofw/ |
| D | ofwbus.c | 269 return (rman_adjust_resource(r, start, end)); in ofwbus_adjust_resource()
|
| D | ofwpci.c | 639 return (rman_adjust_resource(res, start, end)); in ofw_pci_adjust_resource()
|
| /freebsd-12-stable/sys/dev/pci/ |
| D | pci_subr.c | 366 return (rman_adjust_resource(r, start, end)); in pci_domain_adjust_bus()
|
| D | pci_host_generic.c | 436 return (rman_adjust_resource(res, start, end)); in generic_pcie_adjust_resource()
|
| D | pci_pci.c | 2330 return (rman_adjust_resource(r, start, end)); in pcib_adjust_resource()
|
| /freebsd-12-stable/sys/sparc64/pci/ |
| D | ofw_pci.c | 386 return (rman_adjust_resource(r, start, end)); in ofw_pci_adjust_resource()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | nexus.c | 474 return (rman_adjust_resource(r, start, end)); in nexus_adjust_resource()
|
| /freebsd-12-stable/sys/arm64/cavium/ |
| D | thunder_pcie_pem.c | 334 return (rman_adjust_resource(res, start, end)); in thunder_pem_adjust_resource()
|
| /freebsd-12-stable/sys/dev/pccbb/ |
| D | pccbb_pci.c | 826 return (rman_adjust_resource(r, start, end)); in cbb_pci_adjust_resource()
|
| /freebsd-12-stable/sys/x86/x86/ |
| D | nexus.c | 430 return (rman_adjust_resource(r, start, end)); in nexus_adjust_resource()
|
| /freebsd-12-stable/sys/sparc64/sbus/ |
| D | sbus.c | 836 return (rman_adjust_resource(r, start, end)); in sbus_adjust_resource()
|
| /freebsd-12-stable/sys/mips/mediatek/ |
| D | mtk_pcie.c | 490 return (rman_adjust_resource(res, start, end)); in mtk_pci_adjust_resource()
|
| /freebsd-12-stable/sys/kern/ |
| D | subr_rman.c | 315 rman_adjust_resource(struct resource *rr, rman_res_t start, rman_res_t end) in rman_adjust_resource() function
|
| /freebsd-12-stable/sys/dev/bhnd/cores/chipc/ |
| D | chipc.c | 996 return (rman_adjust_resource(r, start, end)); in chipc_adjust_resource()
|
| /freebsd-12-stable/sys/dev/bhnd/bhndb/ |
| D | bhndb.c | 1141 error = rman_adjust_resource(r, start, end); in bhndb_adjust_resource()
|
| /freebsd-12-stable/share/man/man9/ |
| D | Makefile | 1722 rman.9 rman_adjust_resource.9 \
|
| /freebsd-12-stable/sys/dev/acpica/ |
| D | acpi.c | 1535 return (rman_adjust_resource(r, start, end)); in acpi_adjust_resource()
|