Home
last modified time | relevance | path

Searched refs:rman_activate_resource (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/riscv/riscv/
H A Dnexus.c274 error = rman_activate_resource(res); in nexus_setup_intr()
316 error = rman_activate_resource(r); in nexus_activate_resource()
/freebsd/sys/sys/
H A Drman.h124 int rman_activate_resource(struct resource *r);
/freebsd/sys/arm64/arm64/
H A Dnexus.c286 error = rman_activate_resource(res); in nexus_setup_intr()
334 if ((err = rman_activate_resource(r)) != 0) in nexus_activate_resource_flags()
/freebsd/sys/powerpc/powerpc/
H A Dnexus.c166 error = rman_activate_resource(r); in nexus_setup_intr()
/freebsd/sys/dev/pci/
H A Dpci_subr.c395 return (rman_activate_resource(r)); in pci_domain_activate_bus()
H A Dpci_iov.c1111 error = rman_activate_resource(r); in pci_vf_activate_mem_resource()
H A Dpci_pci.c2202 error = rman_activate_resource(r); in pcib_activate_resource()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1216 if ((error = rman_activate_resource(r))) in bhndb_activate_static_region()
1312 return (rman_activate_resource(r)); in bhndb_try_activate_resource()
1351 return (rman_activate_resource(r)); in bhndb_try_activate_resource()
1403 if ((error = rman_activate_resource(r))) in bhndb_try_activate_resource()
/freebsd/sys/arm/arm/
H A Dnexus.c317 err = rman_activate_resource(r); in nexus_activate_resource()
/freebsd/sys/dev/dpaa/
H A Dfman.c110 return (rman_activate_resource(res)); in fman_activate_resource()
/freebsd/sys/x86/x86/
H A Dnexus.c474 error = rman_activate_resource(irq); in nexus_setup_intr()
/freebsd/sys/dev/puc/
H A Dpuc.c517 error = rman_activate_resource(res); in puc_bus_alloc_resource()
/freebsd/sys/kern/
H A Dsubr_rman.c642 rman_activate_resource(struct resource *re) in rman_activate_resource() function
H A Dsubr_bus.c4324 error = rman_activate_resource(r); in bus_generic_rman_activate_resource()
/freebsd/sys/dev/bhnd/cores/chipc/
H A Dchipc.c995 if ((error = rman_activate_resource(r))) in chipc_try_activate_resource()
/freebsd/share/man/man9/
H A DMakefile1864 MLINKS+=rman.9 rman_activate_resource.9 \