Home
last modified time | relevance | path

Searched refs:resource_validate_map_request (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/powerpc/powerpc/
H A Dnexus.c267 error = resource_validate_map_request(r, argsp, &args, &start, &length); in nexus_map_resource()
/freebsd/sys/arm/arm/
H A Dnexus.c353 error = resource_validate_map_request(r, argsp, &args, &start, &length); in nexus_map_resource()
/freebsd/sys/riscv/riscv/
H A Dnexus.c382 error = resource_validate_map_request(r, argsp, &args, &start, &length); in nexus_map_resource()
/freebsd/sys/powerpc/psim/
H A Diobus.c427 error = resource_validate_map_request(r, argsp, &args, &start, &length); in iobus_map_resource()
/freebsd/sys/arm64/arm64/
H A Dnexus.c403 error = resource_validate_map_request(r, argsp, &args, &start, &length); in nexus_map_resource()
/freebsd/sys/x86/x86/
H A Dnexus.c399 error = resource_validate_map_request(r, argsp, &args, &start, &length); in nexus_map_resource()
/freebsd/sys/powerpc/powermac/
H A Duninorth.c637 error = resource_validate_map_request(r, argsp, &args, &start, &length); in unin_chip_map_resource()
H A Dmacio.c677 error = resource_validate_map_request(r, argsp, &args, &start, &length); in macio_map_resource()
/freebsd/sys/dev/ofw/
H A Dofw_pcib.c538 error = resource_validate_map_request(r, argsp, &args, &start, &length); in ofw_pcib_map_resource()
/freebsd/sys/dev/pci/
H A Dpci_host_generic.c617 error = resource_validate_map_request(r, argsp, &args, &start, &length); in generic_pcie_map_resource()
H A Dpci_iov.c1226 error = resource_validate_map_request(r, argsp, &args, &start, &length); in pci_vf_map_mem_resource()
H A Dpci_pci.c2286 error = resource_validate_map_request(r, argsp, &args, &start, &length); in pcib_map_resource()
/freebsd/sys/powerpc/ps3/
H A Dps3bus.c624 error = resource_validate_map_request(r, argsp, &args, &start, &length); in ps3bus_map_resource()
/freebsd/sys/dev/vmd/
H A Dvmd.c533 error = resource_validate_map_request(r, argsp, &args, &start, &length); in vmd_map_resource()
/freebsd/sys/arm64/cavium/
H A Dthunder_pcie_pem.c311 error = resource_validate_map_request(r, argsp, &args, &start, &length); in thunder_pem_map_resource()
/freebsd/sys/powerpc/mpc85xx/
H A Dlbc.c839 error = resource_validate_map_request(r, argsp, &args, &start, &length); in lbc_map_resource()
/freebsd/sys/arm/mv/
H A Dmv_pci.c1028 error = resource_validate_map_request(r, argsp, &args, &start, &length); in mv_pcib_map_resource()
/freebsd/sys/sys/
H A Dbus.h336 int resource_validate_map_request(struct resource *r,
/freebsd/sys/dev/acpica/
H A Dacpi.c1658 error = resource_validate_map_request(r, argsp, &args, &start, &length); in acpi_map_resource()
/freebsd/sys/kern/
H A Dsubr_bus.c2811 resource_validate_map_request(struct resource *r, in resource_validate_map_request() function