Searched refs:rman_adjust_resource (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/sys/sys/
H A Drman.h125 int rman_adjust_resource(struct resource *r, rman_res_t start, rman_res_t end);
/freebsd-11-stable/sys/dev/ofw/
H A Dofwbus.c269 return (rman_adjust_resource(r, start, end));
H A Dofwpci.c599 return (rman_adjust_resource(res, start, end));
/freebsd-11-stable/sys/dev/pci/
H A Dpci_subr.c364 return (rman_adjust_resource(r, start, end));
H A Dpci_host_generic.c627 return (rman_adjust_resource(res, start, end));
H A Dpci_pci.c2316 return (rman_adjust_resource(r, start, end));
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pci.c386 return (rman_adjust_resource(r, start, end));
/freebsd-11-stable/sys/powerpc/ofw/
H A Dofw_pci.c477 return (rman_adjust_resource(res, start, end));
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dnexus.c474 return (rman_adjust_resource(r, start, end));
/freebsd-11-stable/sys/arm64/cavium/
H A Dthunder_pcie_pem.c334 return (rman_adjust_resource(res, start, end));
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
H A Dchipc.c936 return (rman_adjust_resource(r, start, end));
/freebsd-11-stable/sys/dev/pccbb/
H A Dpccbb_pci.c824 return (rman_adjust_resource(r, start, end));
/freebsd-11-stable/sys/sparc64/sbus/
H A Dsbus.c834 return (rman_adjust_resource(r, start, end));
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_pcie.c490 return (rman_adjust_resource(res, start, end));
/freebsd-11-stable/sys/kern/
H A Dsubr_rman.c314 rman_adjust_resource(struct resource *rr, rman_res_t start, rman_res_t end) function
/freebsd-11-stable/sys/x86/x86/
H A Dnexus.c436 return (rman_adjust_resource(r, start, end));
/freebsd-11-stable/sys/dev/bhnd/bhndb/
H A Dbhndb.c1186 error = rman_adjust_resource(r, start, end);
/freebsd-11-stable/share/man/man9/
H A DMakefile1458 rman.9 rman_adjust_resource.9 \
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi.c1499 return (rman_adjust_resource(r, start, end));

Completed in 200 milliseconds