Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drman.h125 int rman_adjust_resource(struct resource *r, rman_res_t start, rman_res_t end);
/freebsd/sys/dev/pci/
H A Dpci_subr.c363 return (rman_adjust_resource(r, start, end)); in pci_domain_adjust_bus()
H A Dpci_iov.c1185 return (rman_adjust_resource(r, start, end)); in pci_vf_adjust_mem_resource()
H A Dpci_pci.c2183 return (rman_adjust_resource(r, start, end)); in pcib_adjust_resource()
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c775 return (rman_adjust_resource(r, start, end)); in cbb_pci_adjust_resource()
/freebsd/sys/kern/
H A Dsubr_rman.c309 rman_adjust_resource(struct resource *rr, rman_res_t start, rman_res_t end) in rman_adjust_resource() function
H A Dsubr_bus.c4369 return (rman_adjust_resource(r, start, end)); in bus_generic_rman_adjust_resource()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c940 return (rman_adjust_resource(r, start, end)); in chipc_adjust_resource()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1122 error = rman_adjust_resource(r, start, end); in bhndb_adjust_resource()
/freebsd/share/man/man9/
H A DMakefile1907 rman.9 rman_adjust_resource.9 \
/freebsd/sys/dev/acpica/
H A Dacpi.c1592 return (rman_adjust_resource(r, start, end)); in acpi_adjust_resource()