Searched refs:rman_adjust_resource (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/sys/ |
H A D | rman.h | 125 int rman_adjust_resource(struct resource *r, rman_res_t start, rman_res_t end);
|
/freebsd/sys/dev/pci/ |
H A D | pci_subr.c | 363 return (rman_adjust_resource(r, start, end)); in pci_domain_adjust_bus()
|
H A D | pci_iov.c | 1168 return (rman_adjust_resource(r, start, end)); in pci_vf_adjust_mem_resource()
|
H A D | pci_pci.c | 2134 * 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 D | pccbb_pci.c | 775 return (rman_adjust_resource(r, start, end)); in cbb_pci_adjust_resource()
|
/freebsd/sys/kern/ |
H A D | subr_rman.c | 309 rman_adjust_resource(struct resource *rr, rman_res_t start, rman_res_t end) in rman_adjust_resource() function
|
H A D | subr_bus.c | 4330 return (rman_adjust_resource(r, start, end)); in bus_generic_rman_adjust_resource()
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc.c | 942 return (rman_adjust_resource(r, start, end)); in chipc_adjust_resource()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1125 error = rman_adjust_resource(r, start, end); in bhndb_adjust_resource()
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 1597 return (rman_adjust_resource(r, start, end)); in acpi_adjust_resource()
|