Searched refs:rstart (Results 1 - 24 of 24) sorted by relevance

/openbsd-current/games/backgammon/backgammon/
H A Dmain.c71 static const char rstart[] = ". Red starts.\n"; variable
186 addstr(rstart);
/openbsd-current/sys/arch/arm/armv7/
H A Darmv7_space.c236 armv7_bs_alloc(void *t, bus_addr_t rstart, bus_addr_t rend, argument
/openbsd-current/sys/arch/hppa/dev/
H A Delroy.c76 int elroy_ioalloc(void *v, bus_addr_t rstart, bus_addr_t rend,
79 int elroy_memalloc(void *v, bus_addr_t rstart, bus_addr_t rend,
359 elroy_ioalloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, argument
369 if (rstart < iostart || rend > ioend)
372 rstart += sc->sc_iobase;
374 if (bus_space_alloc(sc->sc_bt, rstart, rend, size,
382 elroy_memalloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, argument
389 if (bus_space_alloc(sc->sc_bt, rstart, rend, size,
H A Ddino.c521 dino_ioalloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, argument
530 if (rstart < ex->ex_start || rend > ex->ex_end)
533 if ((error = extent_alloc_subregion(ex, rstart, rend, size,
546 dino_memalloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, argument
554 if (bus_space_alloc(sc->sc_bt, rstart, rend, size,
/openbsd-current/sys/arch/alpha/pci/
H A Dpci_bwx_bus_mem_chipdep.c367 __C(CHIP,_mem_alloc)(v, rstart, rend, size, align, boundary, flags,
370 bus_addr_t rstart, rend, *addrp;
382 printf("mem: allocating from 0x%lx to 0x%lx\n", rstart, rend);
384 error = extent_alloc_subregion(CHIP_MEM_EXTENT(v), rstart, rend,
H A Dpci_bwx_bus_io_chipdep.c364 __C(CHIP,_io_alloc)(v, rstart, rend, size, align, boundary, flags,
367 bus_addr_t rstart, rend, *addrp;
H A Dpci_swiz_bus_io_chipdep.c447 __C(CHIP,_io_alloc)(v, rstart, rend, size, align, boundary, flags,
450 bus_addr_t rstart, rend, *addrp;
H A Dpci_swiz_bus_mem_chipdep.c681 __C(CHIP,_mem_alloc)(v, rstart, rend, size, align, boundary, flags,
684 bus_addr_t rstart, rend, *addrp;
/openbsd-current/sys/arch/alpha/tc/
H A Dtc_bus_mem.c292 tc_mem_alloc(v, rstart, rend, size, align, boundary, flags, addrp, bshp)
294 bus_addr_t rstart, rend, *addrp;
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dbus_space.c199 bus_space_alloc(bus_space_tag_t tag, bus_addr_t rstart, bus_addr_t rend, argument
/openbsd-current/sys/arch/hppa/hppa/
H A Dmainbus.c82 int mbus_alloc(void *v, bus_addr_t rstart, bus_addr_t rend,
317 mbus_alloc(void *v, bus_addr_t rstart, bus_addr_t rend, bus_size_t size, argument
324 if (rstart < hppa_ex->ex_start || rend > hppa_ex->ex_end)
327 if ((error = extent_alloc_subregion(hppa_ex, rstart, rend, size,
/openbsd-current/sys/arch/landisk/dev/
H A Dobio.c218 int obio_iomem_alloc(void *v, bus_addr_t rstart, bus_addr_t rend,
344 obio_iomem_alloc(void *v, bus_addr_t rstart, bus_addr_t rend, argument
348 *bshp = *bpap = rstart;
/openbsd-current/sys/arch/amd64/amd64/
H A Dbus_space.c427 bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, argument
448 if (rstart < ex->ex_start || rend > ex->ex_end)
454 error = extent_alloc_subregion(ex, rstart, rend, size, alignment,
/openbsd-current/sys/arch/sh/dev/
H A Dshpcicvar.h73 int shpcic_iomem_alloc(void *v, bus_addr_t rstart, bus_addr_t rend,
H A Dshpcic.c375 shpcic_iomem_alloc(void *v, bus_addr_t rstart, bus_addr_t rend, argument
379 *bshp = *bpap = rstart;
/openbsd-current/sys/arch/i386/include/
H A Dbus.h101 int bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart,
/openbsd-current/sys/arch/macppc/include/
H A Dbus.h71 int bus_space_alloc(bus_space_tag_t tag, bus_addr_t rstart,
/openbsd-current/sys/arch/i386/i386/
H A Dmachdep.c3644 bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart, bus_addr_t rend, argument
3666 if (rstart < ex->ex_start || rend > ex->ex_end)
3672 error = extent_alloc_subregion(ex, rstart, rend, size, alignment, 0,
/openbsd-current/sys/arch/hppa/include/
H A Dbus.h50 int (*hbt_alloc)(void *v, bus_addr_t rstart, bus_addr_t rend,
/openbsd-current/sys/arch/amd64/include/
H A Dbus.h93 int bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart,
/openbsd-current/regress/sys/sys/tree/rb/
H A Drb-test.c38 struct timespec start, end, diff, rstart, rend, rdiff, rtot = {0, 0}; variable in typeref:struct:
H A Drbt-test.c37 struct timespec start, end, diff, rstart, rend, rdiff, rtot = {0, 0}; variable in typeref:struct:
/openbsd-current/sys/arch/arm/include/
H A Dbus.h389 int __bs_c(f,_bs_alloc) (void *t, bus_addr_t rstart, \
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs225 char *r, *rstart;
318 rstart = r = SvPVX(sv) + cur;
400 rstart = r = SvPVX(sv) + cur;
411 j = r - rstart;

Completed in 459 milliseconds