Home
last modified time | relevance | path

Searched refs:rman_release_resource (Results 1 – 15 of 15) sorted by last modified time

/freebsd/share/man/man9/
H A DMakefile1886 rman.9 rman_release_resource.9 \
/freebsd/sys/sys/
H A Drman.h147 int rman_release_resource(struct resource *r);
/freebsd/sys/dev/pci/
H A Dpci_subr.c381 return (rman_release_resource(r)); in pci_domain_release_bus()
H A Dpci_iov.c1043 rman_release_resource(res); in pci_vf_alloc_mem_resource()
1055 rman_release_resource(res); in pci_vf_alloc_mem_resource()
1087 return (rman_release_resource(r)); in pci_vf_release_mem_resource()
H A Dpci_pci.c1938 rman_release_resource(res); in pcib_suballoc_resource()
2455 return (rman_release_resource(r)); in pcib_release_resource()
/freebsd/sys/dev/siis/
H A Dsiis.c354 rman_release_resource(r); in siis_release_resource()
/freebsd/sys/dev/puc/
H A Dpuc.c381 rman_release_resource(port->p_rres); in puc_bfe_attach()
383 rman_release_resource(port->p_ires); in puc_bfe_attach()
419 rman_release_resource(port->p_rres); in puc_bfe_detach()
421 rman_release_resource(port->p_ires); in puc_bfe_detach()
/freebsd/sys/kern/
H A Dsubr_bus.c4243 rman_release_resource(r); in bus_generic_rman_alloc_resource()
4298 return (rman_release_resource(r)); in bus_generic_rman_release_resource()
H A Dsubr_rman.c780 rman_release_resource(struct resource *re) in rman_release_resource() function
/freebsd/sys/dev/mvs/
H A Dmvs_pci.c430 rman_release_resource(r); in mvs_release_resource()
H A Dmvs_soc.c374 rman_release_resource(r); in mvs_release_resource()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c1016 rman_release_resource(rv); in bhndb_alloc_resource()
1061 if ((error = rman_release_resource(r))) in bhndb_release_resource()
/freebsd/sys/dev/dpaa/
H A Dfman.c133 rv = rman_release_resource(res); in fman_release_resource()
196 rman_release_resource(res); in fman_alloc_resource()
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c835 return (rman_release_resource(r)); in cbb_pci_release_resource()
/freebsd/sys/dev/ahci/
H A Dahci.c648 rman_release_resource(r); in ahci_release_resource()