Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dnexus.c363 rman_deactivate_resource(r); in nexus_activate_resource()
371 rman_deactivate_resource(r); in nexus_activate_resource()
382 rman_deactivate_resource(r); in nexus_activate_resource()
413 return (rman_deactivate_resource(r)); in nexus_deactivate_resource()
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c363 rman_deactivate_resource(r); in nexus_activate_resource()
372 rman_deactivate_resource(r); in nexus_activate_resource()
420 return (rman_deactivate_resource(r)); in nexus_deactivate_resource()
/f-stack/freebsd/mips/mips/
H A Dnexus.c437 rman_deactivate_resource(r); in nexus_activate_resource()
446 rman_deactivate_resource(r); in nexus_activate_resource()
475 return (rman_deactivate_resource(r)); in nexus_deactivate_resource()
/f-stack/freebsd/sys/
H A Drman.h140 int rman_deactivate_resource(struct resource *r);
/f-stack/freebsd/arm64/cavium/
H A Dthunder_pcie_pem.c277 rman_deactivate_resource(r); in thunder_pem_activate_resource()
308 return (rman_deactivate_resource(r)); in thunder_pem_deactivate_resource()
/f-stack/freebsd/x86/x86/
H A Dnexus.c450 rman_deactivate_resource(r); in nexus_activate_resource()
466 error = rman_deactivate_resource(r); in nexus_deactivate_resource()
/f-stack/freebsd/kern/
H A Dsubr_rman.c678 rman_deactivate_resource(struct resource *r) in rman_deactivate_resource() function