Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Drman.h148 struct resource *rman_reserve_resource(struct rman *rm, rman_res_t start,
/freebsd/sys/dev/xen/bus/
H A Dxenpv.c157 res = rman_reserve_resource(&unpopulated_mem, 0, ~0, size, flags, in xenpv_alloc_physmem()
/freebsd/sys/dev/pci/
H A Dpci_subr.c339 res = rman_reserve_resource(&d->pd_bus_rman, start, end, count, flags, in pci_domain_alloc_bus()
H A Dpci_pci.c703 res = rman_reserve_resource(&bus->rman, start, end, count, flags, in pcib_suballoc_bus()
1661 res = rman_reserve_resource(&w->rman, start, end, count, in pcib_suballoc_resource()
H A Dpci_iov.c1036 res = rman_reserve_resource(&iov->rman, bar_start, bar_end, in pci_vf_alloc_mem_resource()
/freebsd/sys/dev/puc/
H A Dpuc.c298 port->p_rres = rman_reserve_resource(rm, start + ofs, in puc_bfe_attach()
307 port->p_ires = rman_reserve_resource(&sc->sc_irq, port->p_nr, in puc_bfe_attach()
/freebsd/sys/dev/quicc/
H A Dquicc_core.c273 rle->res = rman_reserve_resource(qd->qd_rman, rle->start, in quicc_bus_alloc_resource()
/freebsd/sys/dev/mvs/
H A Dmvs_soc.c349 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in mvs_alloc_resource()
H A Dmvs_pci.c405 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in mvs_alloc_resource()
/freebsd/sys/dev/dpaa/
H A Dfman.c188 res = rman_reserve_resource(&sc->rman, start, in fman_alloc_resource()
/freebsd/sys/kern/
H A Dsubr_rman.c432 rman_reserve_resource(struct rman *rm, rman_res_t start, rman_res_t end, in rman_reserve_resource() function
H A Dsubr_bus.c4348 r = rman_reserve_resource(rm, start, end, count, flags & ~RF_ACTIVE, in bus_generic_rman_alloc_resource()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb.c995 rv = rman_reserve_resource(rm, start, end, count, flags & ~RF_ACTIVE, in bhndb_alloc_resource()
/freebsd/sys/dev/siis/
H A Dsiis.c329 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in siis_alloc_resource()
/freebsd/share/man/man9/
H A DMakefile1918 rman.9 rman_reserve_resource.9 \
/freebsd/sys/dev/ahci/
H A Dahci.c624 res = rman_reserve_resource(&ctlr->sc_iomem, st + offset, in ahci_alloc_resource()