Home
last modified time | relevance | path

Searched refs:rman_deactivate_resource (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/arm64/arm64/
H A Dnexus.c355 rman_deactivate_resource(r); in nexus_activate_resource_flags()
365 rman_deactivate_resource(r); in nexus_activate_resource_flags()
396 error = rman_deactivate_resource(r); in nexus_deactivate_resource()
/freebsd/sys/arm/arm/
H A Dnexus.c322 rman_deactivate_resource(r); in nexus_activate_resource()
403 error = rman_deactivate_resource(r); in nexus_deactivate_resource()
/freebsd/sys/riscv/riscv/
H A Dnexus.c321 rman_deactivate_resource(r); in nexus_activate_resource()
351 error = rman_deactivate_resource(r); in nexus_deactivate_resource()
/freebsd/sys/sys/
H A Drman.h139 int rman_deactivate_resource(struct resource *r);
/freebsd/sys/dev/pci/
H A Dpci_subr.c411 return (rman_deactivate_resource(r)); in pci_domain_deactivate_bus()
H A Dpci_iov.c1118 rman_deactivate_resource(r); in pci_vf_activate_mem_resource()
1142 error = rman_deactivate_resource(r); in pci_vf_deactivate_mem_resource()
H A Dpci_pci.c2211 rman_deactivate_resource(r); in pcib_activate_resource()
2230 error = rman_deactivate_resource(r); in pcib_deactivate_resource()
/freebsd/sys/dev/puc/
H A Dpuc.c556 rman_deactivate_resource(res); in puc_bus_release_resource()
/freebsd/sys/kern/
H A Dsubr_rman.c656 rman_deactivate_resource(struct resource *r) in rman_deactivate_resource() function
H A Dsubr_bus.c4332 rman_deactivate_resource(r); in bus_generic_rman_activate_resource()
4364 error = rman_deactivate_resource(r); in bus_generic_rman_deactivate_resource()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c1077 if ((error = rman_deactivate_resource(r))) in chipc_deactivate_resource()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1458 if ((error = rman_deactivate_resource(r))) in bhndb_deactivate_resource()
/freebsd/share/man/man9/
H A DMakefile1866 rman.9 rman_deactivate_resource.9 \