Home
last modified time | relevance | path

Searched refs:rman_adjust_resource (Results 1 – 18 of 18) sorted by relevance

/freebsd-12-stable/sys/sys/
Drman.h127 int rman_adjust_resource(struct resource *r, rman_res_t start, rman_res_t end);
/freebsd-12-stable/sys/dev/ofw/
Dofwbus.c269 return (rman_adjust_resource(r, start, end)); in ofwbus_adjust_resource()
Dofwpci.c639 return (rman_adjust_resource(res, start, end)); in ofw_pci_adjust_resource()
/freebsd-12-stable/sys/dev/pci/
Dpci_subr.c366 return (rman_adjust_resource(r, start, end)); in pci_domain_adjust_bus()
Dpci_host_generic.c436 return (rman_adjust_resource(res, start, end)); in generic_pcie_adjust_resource()
Dpci_pci.c2330 return (rman_adjust_resource(r, start, end)); in pcib_adjust_resource()
/freebsd-12-stable/sys/sparc64/pci/
Dofw_pci.c386 return (rman_adjust_resource(r, start, end)); in ofw_pci_adjust_resource()
/freebsd-12-stable/sys/sparc64/sparc64/
Dnexus.c474 return (rman_adjust_resource(r, start, end)); in nexus_adjust_resource()
/freebsd-12-stable/sys/arm64/cavium/
Dthunder_pcie_pem.c334 return (rman_adjust_resource(res, start, end)); in thunder_pem_adjust_resource()
/freebsd-12-stable/sys/dev/pccbb/
Dpccbb_pci.c826 return (rman_adjust_resource(r, start, end)); in cbb_pci_adjust_resource()
/freebsd-12-stable/sys/x86/x86/
Dnexus.c430 return (rman_adjust_resource(r, start, end)); in nexus_adjust_resource()
/freebsd-12-stable/sys/sparc64/sbus/
Dsbus.c836 return (rman_adjust_resource(r, start, end)); in sbus_adjust_resource()
/freebsd-12-stable/sys/mips/mediatek/
Dmtk_pcie.c490 return (rman_adjust_resource(res, start, end)); in mtk_pci_adjust_resource()
/freebsd-12-stable/sys/kern/
Dsubr_rman.c315 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/
Dchipc.c996 return (rman_adjust_resource(r, start, end)); in chipc_adjust_resource()
/freebsd-12-stable/sys/dev/bhnd/bhndb/
Dbhndb.c1141 error = rman_adjust_resource(r, start, end); in bhndb_adjust_resource()
/freebsd-12-stable/share/man/man9/
DMakefile1722 rman.9 rman_adjust_resource.9 \
/freebsd-12-stable/sys/dev/acpica/
Dacpi.c1535 return (rman_adjust_resource(r, start, end)); in acpi_adjust_resource()