/netbsd-src/sys/dev/cardbus/ |
H A D | rbus.c | 106 if(extent_alloc_subregion(rbt->rb_ext, substart, in rbus_space_alloc_subregion() 113 if (extent_alloc_subregion(rbt->rb_ext, addr, in rbus_space_alloc_subregion() 130 val = extent_alloc_subregion(rbt->rb_ext, in rbus_space_alloc_subregion()
|
/netbsd-src/sys/arch/xen/xen/ |
H A D | xenmem.c | 58 error = extent_alloc_subregion(XENMEM_EX, 0x100000000UL, MAXIOMEM, in xenmem_alloc_pa()
|
/netbsd-src/sys/sys/ |
H A D | extent.h | 109 int extent_alloc_subregion(struct extent *, u_long, u_long,
|
/netbsd-src/sys/arch/hpcsh/hpcsh/ |
H A D | bus_space.c | 236 error = extent_alloc_subregion(ex, rstart + base, rend + base, size, in _bus_space_alloc()
|
/netbsd-src/sys/arch/playstation2/playstation2/ |
H A D | bus_space.c | 250 error = extent_alloc_subregion(ex, rstart + base, rend + base, size, in _default_alloc()
|
/netbsd-src/sys/arch/ews4800mips/ews4800mips/ |
H A D | bus_space.c | 259 error = extent_alloc_subregion(ex, rstart + base, rend + base, size, in _default_alloc()
|
/netbsd-src/sys/arch/x86/pci/ |
H A D | pci_addr_fixup.c | 283 error = extent_alloc_subregion(ex, start, ex->ex_end, size, in pciaddr_do_resource_allocate()
|
/netbsd-src/sys/arch/hpcmips/hpcmips/ |
H A D | bus_space.c | 341 if ((err = extent_alloc_subregion(t->extent, rstart, rend, size, in __bs_alloc()
|
/netbsd-src/sys/arch/hpcmips/tx/ |
H A D | tx3912video.c | 377 error = extent_alloc_subregion(ex, fb_start, fb_start + size - 1, in tx3912video_framebuffer_alloc()
|
/netbsd-src/sys/kern/ |
H A D | subr_extent.c | 992 extent_alloc_subregion(struct extent *ex, u_long start, u_long end, u_long size, in extent_alloc_subregion() function
|
/netbsd-src/sys/arch/hppa/dev/ |
H A D | dino.c | 475 if (extent_alloc_subregion(ex, start, ex->ex_end, size, size, in dino_alloc_parent() 545 if ((error = extent_alloc_subregion(ex, rstart, rend, size, in dino_ioalloc()
|
H A D | elroy.c | 482 if (extent_alloc_subregion(ex, start, ex->ex_end, size, size, 0, in elroy_alloc_parent()
|
/netbsd-src/sys/arch/mips/alchemy/ |
H A D | au_wired_space.c | 294 err = extent_alloc_subregion(c->c_extent, start, end, size, in au_wired_alloc()
|
H A D | au_himem_space.c | 342 err = extent_alloc_subregion(c->c_extent, start, end, size, in au_himem_alloc()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | bus_space.c | 723 error = extent_alloc_subregion(t->pbs_extent, rstart, rend, size, in memio_alloc()
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | bus_space.c | 340 error = extent_alloc_subregion(ex, rstart, rend, size, alignment, in bus_space_reserve_subregion()
|
/netbsd-src/sys/arch/mac68k/mac68k/ |
H A D | bus_space.c | 195 error = extent_alloc_subregion(iomem_ex, rstart, rend, size, alignment, in bus_space_alloc()
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | bus_space_alignstride_chipdep.c | 586 error = extent_alloc_subregion(CHIP_EXTENT(v), rstart, rend, size, in __BS()
|
/netbsd-src/share/man/man9/ |
H A D | Makefile | 346 extent.9 extent_alloc.9 extent.9 extent_alloc_subregion.9 \
|