Home
last modified time | relevance | path

Searched refs:rman_adjust_resource (Results 1 – 10 of 10) 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.c1168 return (rman_adjust_resource(r, start, end)); in pci_vf_adjust_mem_resource()
H A Dpci_pci.c2134 * and let rman_adjust_resource fail below. in pcib_adjust_resource()
2171 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.c4330 return (rman_adjust_resource(r, start, end)); in bus_generic_rman_adjust_resource()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c942 return (rman_adjust_resource(r, start, end)); in chipc_adjust_resource()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1125 error = rman_adjust_resource(r, start, end); in bhndb_adjust_resource()
/freebsd/sys/dev/acpica/
H A Dacpi.c1597 return (rman_adjust_resource(r, start, end)); in acpi_adjust_resource()