Symbol: extent_alloc_subregion
sys/arch/ews4800mips/ews4800mips/bus_space.c
259
error = extent_alloc_subregion(ex, rstart + base, rend + base, size,
sys/arch/hpcmips/hpcmips/bus_space.c
341
if ((err = extent_alloc_subregion(t->extent, rstart, rend, size,
sys/arch/hpcmips/tx/tx3912video.c
377
error = extent_alloc_subregion(ex, fb_start, fb_start + size - 1,
sys/arch/hpcsh/hpcsh/bus_space.c
236
error = extent_alloc_subregion(ex, rstart + base, rend + base, size,
sys/arch/hppa/dev/dino.c
475
if (extent_alloc_subregion(ex, start, ex->ex_end, size, size,
sys/arch/hppa/dev/dino.c
545
if ((error = extent_alloc_subregion(ex, rstart, rend, size,
sys/arch/hppa/dev/elroy.c
482
if (extent_alloc_subregion(ex, start, ex->ex_end, size, size, 0,
sys/arch/mac68k/mac68k/bus_space.c
191
error = extent_alloc_subregion(iomem_ex, rstart, rend, size, alignment,
sys/arch/mips/alchemy/au_himem_space.c
342
err = extent_alloc_subregion(c->c_extent, start, end, size,
sys/arch/mips/alchemy/au_wired_space.c
294
err = extent_alloc_subregion(c->c_extent, start, end, size,
sys/arch/mips/mips/bus_space_alignstride_chipdep.c
586
error = extent_alloc_subregion(CHIP_EXTENT(v), rstart, rend, size,
sys/arch/playstation2/playstation2/bus_space.c
250
error = extent_alloc_subregion(ex, rstart + base, rend + base, size,
sys/arch/powerpc/powerpc/bus_space.c
733
error = extent_alloc_subregion(t->pbs_extent, rstart, rend, size,
sys/arch/x86/pci/pci_addr_fixup.c
283
error = extent_alloc_subregion(ex, start, ex->ex_end, size,
sys/arch/x86/x86/bus_space.c
340
error = extent_alloc_subregion(ex, rstart, rend, size, alignment,
sys/arch/xen/xen/xenmem.c
58
error = extent_alloc_subregion(XENMEM_EX, 0x100000000UL, MAXIOMEM,
sys/dev/cardbus/rbus.c
106
if(extent_alloc_subregion(rbt->rb_ext, substart,
sys/dev/cardbus/rbus.c
113
if (extent_alloc_subregion(rbt->rb_ext, addr,
sys/dev/cardbus/rbus.c
130
val = extent_alloc_subregion(rbt->rb_ext,
sys/sys/extent.h
109
int extent_alloc_subregion(struct extent *, u_long, u_long,