Searched refs:rstart (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/sys/kern/ |
H A D | subr_rman.c | 210 u_long rstart, rend; in rman_reserve_resource() local 247 rstart = ulmax(s->r_start, start); in rman_reserve_resource() 248 rstart = rounddown2(rstart + (1ul << RF_ALIGNMENT(flags)) - 1, in rman_reserve_resource() 252 rstart, rend, (rend - rstart + 1), count)); in rman_reserve_resource() 254 if ((rend - rstart + 1) >= count) { in rman_reserve_resource() 256 rstart, rend, (rend - rstart + 1))); in rman_reserve_resource() 278 rv->r_start = rstart; in rman_reserve_resource() 279 rv->r_end = rstart + count - 1; in rman_reserve_resource() 349 rstart = ulmax(s->r_start, start); in rman_reserve_resource()
|
/dflybsd-src/games/backgammon/backgammon/ |
H A D | main.c | 62 static const char rstart[] = ". Red starts.\n"; variable 245 writel(rstart); in main()
|
/dflybsd-src/gnu/usr.bin/rcs/rlog/ |
H A D | rlog.c | 1111 struct buf const *rstart, *rend; in getnumericrev() local 1119 rstart = &s; in getnumericrev() 1164 rstart = &e; in getnumericrev() 1173 pt->strtrev = fstr_save(rstart->string); in getnumericrev()
|
/dflybsd-src/usr.sbin/pciconf/ |
H A D | pciconf.c | 796 long rstart; in readit() local 808 rend = rstart = strtol(reg, &end, 0); in readit() 814 for (i = 1, r = rstart; r <= rend; i++, r += width) { in readit()
|
/dflybsd-src/sys/cpu/x86_64/include/ |
H A D | bus_dma.h | 99 int bus_space_alloc(bus_space_tag_t t, bus_addr_t rstart,
|