Searched refs:rman_adjust_resource (Results 1 – 11 of 11) 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 | 1185 return (rman_adjust_resource(r, start, end)); in pci_vf_adjust_mem_resource()
|
H A D | pci_pci.c | 2183 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 | 4369 return (rman_adjust_resource(r, start, end)); in bus_generic_rman_adjust_resource()
|
/freebsd/sys/dev/bhnd/cores/chipc/ |
H A D | chipc.c | 940 return (rman_adjust_resource(r, start, end)); in chipc_adjust_resource()
|
/freebsd/sys/dev/bhnd/bhndb/ |
H A D | bhndb.c | 1122 error = rman_adjust_resource(r, start, end); in bhndb_adjust_resource()
|
/freebsd/share/man/man9/ |
H A D | Makefile | 1907 rman.9 rman_adjust_resource.9 \
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 1592 return (rman_adjust_resource(r, start, end)); in acpi_adjust_resource()
|