end 791 altq/altq_subr.c u_int64_t start, end, diff; end 799 altq/altq_subr.c end = read_machclk(); end 803 altq/altq_subr.c machclk_freq = (u_int)((end - start) * 1000000 / diff); end 229 arch/i386/i386/bios.c paddr_t pa, end; end 249 arch/i386/i386/bios.c end = round_page(sh->addr + sh->size); end 250 arch/i386/i386/bios.c eva = uvm_km_valloc(kernel_map, end-pa); end 261 arch/i386/i386/bios.c for (; pa < end; pa+= NBPG, eva+= NBPG) end 689 arch/i386/i386/bios.c u_int8_t *va, *end; end 694 arch/i386/i386/bios.c end = va + smbios_entry.len; end 704 arch/i386/i386/bios.c if ((u_int8_t *)st->hdr >= va && (u_int8_t *)st->hdr < end) { end 708 arch/i386/i386/bios.c for (; va + 1 < end; va++) end 716 arch/i386/i386/bios.c for (; va + sizeof(struct smbtblhdr) < end && tcount <= end 729 arch/i386/i386/bios.c for (; va + 1 < end; va++) end 741 arch/i386/i386/bios.c u_int8_t *va, *end; end 746 arch/i386/i386/bios.c end = smbios_entry.addr + smbios_entry.len; end 747 arch/i386/i386/bios.c for (i = 1; va < end && i < indx && *va; i++) end 751 arch/i386/i386/bios.c if (va + len < end) { end 208 arch/i386/i386/machdep.c paddr_t end; end 2481 arch/i386/i386/machdep.c dumpsize = max(dumpsize, dumpmem[i].end); end 2573 arch/i386/i386/machdep.c npg = dumpmem[i].end - dumpmem[i].start; end 3021 arch/i386/i386/machdep.c dumpmem[i].end = atop(e); end 3055 arch/i386/i386/machdep.c e = dumpmem[i].end; end 392 arch/i386/i386/mpbios.c const char *end = p + len; end 394 arch/i386/i386/mpbios.c while (p < end) end 416 arch/i386/i386/mpbios.c int end = count - sizeof(*m); end 423 arch/i386/i386/mpbios.c for (i = 0; i <= end; i += 4) { end 500 arch/i386/i386/mpbios.c const u_int8_t *position, *end; end 571 arch/i386/i386/mpbios.c end = position + mp_cth->base_len; end 572 arch/i386/i386/mpbios.c count-- && position < end; end 580 arch/i386/i386/mpbios.c end = position; end 592 arch/i386/i386/mpbios.c count-- && position < end; end 632 arch/i386/i386/mpbios.c while ((count--) && (position < end)) { end 626 arch/i386/i386/pmap.c va = trunc_page(ent->end - 1); end 859 arch/i386/i386/pmapae.c vm_physmem[i].avail_end = vm_physmem[i].end; end 861 arch/i386/i386/pmapae.c for (pn = 0, pe = vm_physmem[i].end - end 64 arch/i386/stand/boot/crt0.c extern char end[]; end 65 arch/i386/stand/boot/crt0.c register caddr_t p = (caddr_t)(((u_long)end + PGOFSET) & ~PGOFSET); end 111 crypto/deflate.c goto end; end 127 crypto/deflate.c end: end 84 ddb/db_aout.c #define X_db_getname(t, s) (s->n_un.n_strx ? t->end + s->n_un.n_strx : NULL) end 176 ddb/db_aout.c ep = (struct nlist *)stab->end; end 197 ddb/db_aout.c ep = (struct nlist *)symtab->end; end 257 ddb/db_aout.c ep = (struct nlist *)symtab->end; end 324 ddb/db_aout.c ep = (struct nlist *)symtab->end; end 357 ddb/db_aout.c ep = (struct nlist *)stab->end; end 66 ddb/db_elf.c #define STAB_TO_SYMEND(stab) ((Elf_Sym *)((stab)->end)) end 59 ddb/db_sym.c extern char end[]; end 139 ddb/db_sym.c xssym = (char *)&end; end 168 ddb/db_sym.c db_add_symbol_table(char *start, char *end, const char *name, char *ref) end 182 ddb/db_sym.c db_symtabs[slot].end = end; end 208 ddb/db_sym.c db_symtabs[slot].end = 0; end 508 ddb/db_sym.c unsigned long db_lastsym = (unsigned long)end; end 38 ddb/db_sym.h char *end; end 319 dev/acpi/acpidebug.c node->value->v_method.end, -1, 0); end 374 dev/acpi/acpidebug.c db_aml_disasm(scope->node, scope->pos, scope->end, -1, depth); end 400 dev/acpi/acpidebug.c db_aml_disasm(struct aml_node *root, uint8_t *start, uint8_t *end, end 410 dev/acpi/acpidebug.c if (start == end) end 411 dev/acpi/acpidebug.c return end; end 413 dev/acpi/acpidebug.c scope = aml_pushscope(NULL, start, end, root); end 414 dev/acpi/acpidebug.c while (scope->pos < scope->end && count--) { end 423 dev/acpi/acpidebug.c end = aml_parseend(scope); end 450 dev/acpi/acpidebug.c scope->end, 1, depth+1); end 455 dev/acpi/acpidebug.c end, -1, depth+1); end 460 dev/acpi/acpidebug.c end, -1, depth+1); end 461 dev/acpi/acpidebug.c if (scope->pos >= scope->end) end 465 dev/acpi/acpidebug.c end = aml_parseend(scope); end 468 dev/acpi/acpidebug.c end, -1, depth+1); end 492 dev/acpi/acpidebug.c scope->end, 1, depth+1); end 513 dev/acpi/acpidebug.c for (idx = 0; idx < min(end-scope->pos, 8); idx++) end 518 dev/acpi/acpidebug.c scope->pos = end; end 522 dev/acpi/acpidebug.c while (scope->pos < end) { end 548 dev/acpi/acpidebug.c scope->pos = end; end 89 dev/acpi/acpivar.h u_int8_t *end; end 262 dev/acpi/amltypes.h u_int8_t *end; end 320 dev/acpi/amltypes.h u_int8_t *end; end 905 dev/acpi/dsdt.c aml_pushscope(struct aml_scope *parent, uint8_t *start, uint8_t *end, end 912 dev/acpi/dsdt.c scope->end = end; end 950 dev/acpi/dsdt.c uint8_t **end, struct aml_value *res) end 955 dev/acpi/dsdt.c if (start == *end) end 957 dev/acpi/dsdt.c scope = aml_pushscope(parent, start, *end, node); end 961 dev/acpi/dsdt.c while (scope->pos < scope->end) end 1963 dev/acpi/dsdt.c while (scope->pos < scope->end) end 1980 dev/acpi/dsdt.c node->value->v_method.end, node); end 2238 dev/acpi/dsdt.c if (pos+len > scope->end) { end 2242 dev/acpi/dsdt.c aml_pc(scope->end)); end 2243 dev/acpi/dsdt.c pos = scope->end; end 2485 dev/acpi/dsdt.c uint8_t *end, *name; end 2489 dev/acpi/dsdt.c end = aml_parseend(scope); end 2515 dev/acpi/dsdt.c aml_parsenode(scope, node, scope->pos, &end, NULL); end 2516 dev/acpi/dsdt.c scope->pos = end; end 2601 dev/acpi/dsdt.c uint8_t *end; end 2604 dev/acpi/dsdt.c end = aml_parseend(scope); end 2608 dev/acpi/dsdt.c while (test && scope->pos < end) { end 2612 dev/acpi/dsdt.c if (scope->pos >= scope->end) end 2615 dev/acpi/dsdt.c if (*end == AMLOP_ELSE) { end 2616 dev/acpi/dsdt.c scope->pos = ++end; end 2617 dev/acpi/dsdt.c end = aml_parseend(scope); end 2618 dev/acpi/dsdt.c while (!test && scope->pos < end) { end 2623 dev/acpi/dsdt.c if (scope->pos < end) end 2624 dev/acpi/dsdt.c scope->pos = end; end 2631 dev/acpi/dsdt.c uint8_t *end, *start; end 2635 dev/acpi/dsdt.c end = aml_parseend(scope); end 2640 dev/acpi/dsdt.c if (scope->pos == start || scope->pos == end) { end 2652 dev/acpi/dsdt.c } while (test && scope->pos <= end && cnt < 0x199); end 2656 dev/acpi/dsdt.c if (scope->pos < end) end 2657 dev/acpi/dsdt.c scope->pos = end; end 2665 dev/acpi/dsdt.c uint8_t *end; end 2669 dev/acpi/dsdt.c end = aml_parseend(scope); end 2676 dev/acpi/dsdt.c if (scope->pos < end) { end 2677 dev/acpi/dsdt.c memcpy(res->v_buffer, scope->pos, end-scope->pos); end 2679 dev/acpi/dsdt.c if (len != end-scope->pos) { end 2680 dev/acpi/dsdt.c dnprintf(99, "buffer: %.4x %.4x\n", len, end-scope->pos); end 2686 dev/acpi/dsdt.c for (len = 0; len < res->length && scope->pos < end; len++) { end 2689 dev/acpi/dsdt.c if (scope->pos != end) { end 2691 dev/acpi/dsdt.c aml_pc(scope->pos), aml_pc(end), len, res->length); end 2695 dev/acpi/dsdt.c scope->pos = end; end 2702 dev/acpi/dsdt.c uint8_t *end, *name; end 2705 dev/acpi/dsdt.c end = aml_parseend(scope); end 2711 dev/acpi/dsdt.c res->v_method.end = end; end 2715 dev/acpi/dsdt.c scope->pos = end; end 2764 dev/acpi/dsdt.c uint8_t *end, *name; end 2768 dev/acpi/dsdt.c end = aml_parseend(scope); end 2790 dev/acpi/dsdt.c while (scope->pos < end) { end 3038 dev/acpi/dsdt.c scope->pos = scope->end; end 3473 dev/acpi/dsdt.c u_int8_t *end; end 3480 dev/acpi/dsdt.c aml_root.end = start+length; end 3482 dev/acpi/dsdt.c end = start+length; end 3483 dev/acpi/dsdt.c aml_parsenode(NULL, &aml_root, start, &end, NULL); end 30 dev/acpi/dsdt.h uint8_t *end; end 436 dev/ata/ata_wdc.c goto end; end 459 dev/ata/ata_wdc.c end: end 808 dev/audio.c rp->end = rp->start + nblks * blksize; end 829 dev/audio.c sc->sc_rr.end - sc->sc_rr.start); end 838 dev/audio.c sc->sc_pr.end - sc->sc_pr.start); end 868 dev/audio.c sc->sc_pr.usedhigh = sc->sc_pr.end - sc->sc_pr.start; end 872 dev/audio.c sc->sc_rr.usedhigh = sc->sc_rr.end - sc->sc_rr.start - sc->sc_rr.blksize; end 1065 dev/audio.c if (inp >= cb->end) end 1250 dev/audio.c n = cb->end - outp; end 1264 dev/audio.c if (outp >= cb->end) end 1466 dev/audio.c n = cb->end - inp; end 1512 dev/audio.c if (einp >= cb->end) end 1654 dev/audio.c if (sc->sc_pr.start + offs >= sc->sc_pr.end) end 1857 dev/audio.c sc->sc_rr.end, sc->sc_rr.blksize, end 1884 dev/audio.c sc->sc_pr.end, sc->sc_pr.blksize, end 1922 dev/audio.c p += cb->end - cb->start; end 1930 dev/audio.c cc, inp, sc->sc_sil_count, (int)(cb->end - cb->start))); end 1984 dev/audio.c if (cb->outp >= cb->end) end 2040 dev/audio.c if (inp >= cb->end) end 2095 dev/audio.c if (cb->inp >= cb->end) end 58 dev/audiovar.h u_char *end; /* end of buffer area */ end 845 dev/cardbus/cardbus.c decode_tuple(u_int8_t *tuple, u_int8_t *end, tuple_decode_func func, end 858 dev/cardbus/cardbus.c if (tuple + 2 > end) end 864 dev/cardbus/cardbus.c if (tuple + len > end) end 869 dev/cardbus/cardbus.c if (PCMCIA_CISTPL_END == type || tuple + len == end) end 197 dev/cardbus/rbus.c bus_addr_t start, bus_addr_t end, bus_addr_t offset, int flags) end 203 dev/cardbus/rbus.c if (start < parent->rb_start || end > parent->rb_end) { end 220 dev/cardbus/rbus.c rb->rb_end = end; end 226 dev/cardbus/rbus.c (u_long)start, (u_long)end, end 247 dev/cardbus/rbus.c bus_addr_t end = start + size; end 252 dev/cardbus/rbus.c if ((ex = extent_create("rbus", start, end, M_DEVBUF, NULL, 0, end 42 dev/i2c/i2c_scan.c u_int8_t start, end; end 863 dev/i2c/i2c_scan.c for (addr = probe_addrs[i].start; addr <= probe_addrs[i].end; end 145 dev/ic/acx100.c #define ACX100_SET_RING_END(conf, end) \ end 147 dev/ic/acx100.c (conf)->fw_ring_end[0] = htole32(end); \ end 148 dev/ic/acx100.c (conf)->fw_ring_end[1] = htole32(end + 8); \ end 2622 dev/ic/aic79xx.c if (cs->begin < seqaddr && cs->end >= seqaddr) end 8584 dev/ic/aic79xx.c if (critical_sections[cur_cs].end <= i) { end 8587 dev/ic/aic79xx.c cs_table[cs_count].end = downloaded; end 1514 dev/ic/aic7xxx.c if (cs->begin < seqaddr && cs->end >= seqaddr) end 6237 dev/ic/aic7xxx.c if (critical_sections[cur_cs].end <= i) { end 6240 dev/ic/aic7xxx.c cs_table[cs_count].end = downloaded; end 826 dev/ic/i82596.c i82596_get_rbd_list(sc, start, end, pktlen) end 829 dev/ic/i82596.c u_int16_t *end; end 864 dev/ic/i82596.c *end = rbindex; end 874 dev/ic/i82596.c i82596_release_rbd_list(sc, start, end) end 877 dev/ic/i82596.c u_int16_t end; end 888 dev/ic/i82596.c } while (rbindex != end); end 901 dev/ic/i82596.c sc->rbhead = end; end 1992 dev/ic/midway.c int pad, addtail, need, len, needalign, cnt, end, mx; end 2126 dev/ic/midway.c end = (need == 0) ? MID_DMA_END : 0; end 2127 dev/ic/midway.c EN_DTQADD(sc, len, chan, 0, vtophys(data), l->mlen, end); end 2128 dev/ic/midway.c if (end) end 2161 dev/ic/midway.c end = (need == 0) ? MID_DMA_END : 0; end 2162 dev/ic/midway.c EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end); end 2163 dev/ic/midway.c if (end) end 2190 dev/ic/midway.c end = (need == 0) ? MID_DMA_END : 0; end 2191 dev/ic/midway.c EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end); end 2192 dev/ic/midway.c if (end) end 2209 dev/ic/midway.c end = (need == 0) ? MID_DMA_END : 0; end 2210 dev/ic/midway.c EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end); end 2211 dev/ic/midway.c if (end) end 2229 dev/ic/midway.c end = (need == 0) ? MID_DMA_END : 0; end 2230 dev/ic/midway.c EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end); end 2231 dev/ic/midway.c if (end) end 2252 dev/ic/midway.c end = (need == 0) ? MID_DMA_END : 0; end 2253 dev/ic/midway.c EN_DTQADD(sc, count, chan, bcode, vtophys(data), l->mlen, end); end 2254 dev/ic/midway.c if (end) end 2630 dev/ic/midway.c int slot, raw, aal5, llc, vci, fill, mlen, tlen, drqneed, need, needfill, end; end 2885 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; end 2886 dev/ic/midway.c EN_DRQADD(sc, tlen, vci, 0, vtophys(data), mlen, slot, end); end 2887 dev/ic/midway.c if (end) end 2921 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; end 2922 dev/ic/midway.c EN_DRQADD(sc, count, vci, bcode, vtophys(data), mlen, slot, end); end 2923 dev/ic/midway.c if (end) end 2940 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; end 2941 dev/ic/midway.c EN_DRQADD(sc, count, vci, bcode, vtophys(data), mlen, slot, end); end 2942 dev/ic/midway.c if (end) end 2958 dev/ic/midway.c end = (need == 0 && !fill) ? MID_DMA_END : 0; end 2959 dev/ic/midway.c EN_DRQADD(sc, count, vci, bcode, vtophys(data), mlen, slot, end); end 2960 dev/ic/midway.c if (end) end 587 dev/ic/siop.c goto end; end 602 dev/ic/siop.c goto end; end 639 dev/ic/siop.c goto end; end 685 dev/ic/siop.c goto end; end 1047 dev/ic/siop.c goto end; end 1052 dev/ic/siop.c goto end; end 1067 dev/ic/siop.c end: end 1630 dev/ic/siop.c goto end; end 1636 dev/ic/siop.c goto end; end 1714 dev/ic/siop.c goto end; end 1725 dev/ic/siop.c end: end 578 dev/ic/siop_common.c goto end; end 632 dev/ic/siop_common.c goto end; end 644 dev/ic/siop_common.c end: end 1095 dev/ic/wdc.c goto end; end 1101 dev/ic/wdc.c goto end; end 1106 dev/ic/wdc.c goto end; end 1116 dev/ic/wdc.c end: end 849 dev/ipmi.c scan_sig(long start, long end, int skip, int len, const void *data) end 853 dev/ipmi.c while (start < end) { end 334 dev/isa/aria.c u_short end; end 366 dev/isa/aria.c end = inb(rba); end 368 dev/isa/aria.c outb(0x201, end|0x80); end 1283 dev/isa/ess.c ess_audio1_trigger_output(addr, start, end, blksize, intr, arg, param) end 1285 dev/isa/ess.c void *start, *end; end 1295 dev/isa/ess.c addr, start, end, blksize, intr, arg)); end 1305 dev/isa/ess.c sc->sc_audio1.buffersize = (char *)end - (char *)start; end 1339 dev/isa/ess.c (char *)end - (char *)start, NULL, end 1361 dev/isa/ess.c ess_audio2_trigger_output(addr, start, end, blksize, intr, arg, param) end 1363 dev/isa/ess.c void *start, *end; end 1373 dev/isa/ess.c addr, start, end, blksize, intr, arg)); end 1383 dev/isa/ess.c sc->sc_audio2.buffersize = (char *)end - (char *)start; end 1406 dev/isa/ess.c (char *)end - (char *)start, NULL, end 1430 dev/isa/ess.c ess_audio1_trigger_input(addr, start, end, blksize, intr, arg, param) end 1432 dev/isa/ess.c void *start, *end; end 1442 dev/isa/ess.c addr, start, end, blksize, intr, arg)); end 1452 dev/isa/ess.c sc->sc_audio1.buffersize = (char *)end - (char *)start; end 1486 dev/isa/ess.c (char *)end - (char *)start, NULL, end 1347 dev/isa/gus.c u_long end; end 1356 dev/isa/gus.c end = sc->sc_voc[voice].end_addr; end 1367 dev/isa/gus.c end = convert_to_16bit(end); end 1387 dev/isa/gus.c bus_space_write_2(iot, ioh2, GUS_DATA_LOW, ADDR_HIGH(end)); end 1389 dev/isa/gus.c bus_space_write_2(iot, ioh2, GUS_DATA_LOW, ADDR_LOW(end)); end 1166 dev/isa/sbdsp.c sbdsp_trigger_input(addr, start, end, blksize, intr, arg, param) end 1168 dev/isa/sbdsp.c void *start, *end; end 1240 dev/isa/sbdsp.c start, end, sc->sc_i.dmachan)); end 1241 dev/isa/sbdsp.c isa_dmastart(sc->sc_isa, sc->sc_i.dmachan, start, (char *)end - end 1300 dev/isa/sbdsp.c sbdsp_trigger_output(addr, start, end, blksize, intr, arg, param) end 1302 dev/isa/sbdsp.c void *start, *end; end 1375 dev/isa/sbdsp.c start, end, sc->sc_o.dmachan)); end 1376 dev/isa/sbdsp.c isa_dmastart(sc->sc_isa, sc->sc_o.dmachan, start, (char *)end - end 49 dev/ksyms.c extern long end; /* end of kernel */ end 75 dev/ksyms.c if (esym <= (char *)&end) { end 86 dev/ksyms.c caddr_t symtab = (caddr_t)&end; end 131 dev/ksyms.c caddr_t symtab = (char *)(&end + 1); end 146 dev/ksyms.c k1->a_syms = end; end 1172 dev/microcode/aic7xxx/aic79xx_seq.h uint16_t end; end 1297 dev/microcode/aic7xxx/aic7xxx_seq.h uint16_t end; end 1320 dev/pci/auich.c auich_trigger_output(v, start, end, blksize, intr, arg, param) end 1322 dev/pci/auich.c void *start, *end; end 1334 dev/pci/auich.c start, end, blksize, intr, arg, param)); end 1350 dev/pci/auich.c sc->pcmo_end = sc->pcmo_start + ((char *)end - (char *)start); end 1371 dev/pci/auich.c auich_trigger_input(v, start, end, blksize, intr, arg, param) end 1373 dev/pci/auich.c void *start, *end; end 1385 dev/pci/auich.c start, end, blksize, intr, arg, param)); end 1401 dev/pci/auich.c sc->pcmi_end = sc->pcmi_start + ((char *)end - (char *)start); end 885 dev/pci/auixp.c auixp_trigger_output(void *hdl, void *start, void *end, int blksize, end 908 dev/pci/auixp.c blocks = (size_t) (((caddr_t) end) - ((caddr_t) start)) / blksize; end 960 dev/pci/auixp.c auixp_trigger_input(void *hdl, void *start, void *end, int blksize, end 983 dev/pci/auixp.c blocks = (size_t) (((caddr_t) end) - ((caddr_t) start)) / blksize; end 1393 dev/pci/autri.c autri_trigger_output(addr, start, end, blksize, intr, arg, param) end 1395 dev/pci/autri.c void *start, *end; end 1405 dev/pci/autri.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 1411 dev/pci/autri.c sc->sc_play.length = (char *)end - (char *)start; end 1437 dev/pci/autri.c autri_trigger_input(addr, start, end, blksize, intr, arg, param) end 1439 dev/pci/autri.c void *start, *end; end 1449 dev/pci/autri.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 1455 dev/pci/autri.c sc->sc_rec.length = (char *)end - (char *)start; end 810 dev/pci/auvia.c struct auvia_dma *p, void *start, void *end, int blksize) end 819 dev/pci/auvia.c l = (vaddr_t)end - (vaddr_t)start; end 860 dev/pci/auvia.c auvia_trigger_output(void *addr, void *start, void *end, int blksize, end 874 dev/pci/auvia.c if (auvia_build_dma_ops(sc, ch, p, start, end, blksize)) { end 906 dev/pci/auvia.c auvia_trigger_input(void *addr, void *start, void *end, int blksize, end 920 dev/pci/auvia.c if (auvia_build_dma_ops(sc, ch, p, start, end, blksize)) end 1807 dev/pci/azalia.c azalia_stream_start(stream_t *this, void *start, void *end, int blk, end 1830 dev/pci/azalia.c dmaend = dmaaddr + ((caddr_t)end - (caddr_t)start); end 1851 dev/pci/azalia.c STR_WRITE_4(this, CBL, ((caddr_t)end - (caddr_t)start)); end 2200 dev/pci/azalia.c azalia_trigger_output(void *v, void *start, void *end, int blk, end 2212 dev/pci/azalia.c return azalia_stream_start(&az->pstream, start, end, blk, intr, arg, fmt); end 2216 dev/pci/azalia.c azalia_trigger_input(void *v, void *start, void *end, int blk, end 2224 dev/pci/azalia.c __func__, v, start, end, blk, param->encoding, param->channels, end 2232 dev/pci/azalia.c return azalia_stream_start(&az->rstream, start, end, blk, intr, arg, fmt); end 1754 dev/pci/cmpci.c cmpci_trigger_output(void *handle, void *start, void *end, int blksize, end 1774 dev/pci/cmpci.c ((caddr_t)end - (caddr_t)start + 1) / bps - 1); end 1791 dev/pci/cmpci.c cmpci_trigger_input(void *handle, void *start, void *end, int blksize, end 1811 dev/pci/cmpci.c ((caddr_t)end - (caddr_t)start + 1) / bps - 1); end 1469 dev/pci/cs4280.c cs4280_trigger_output(addr, start, end, blksize, intr, arg, param) end 1471 dev/pci/cs4280.c void *start, *end; end 1488 dev/pci/cs4280.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 1519 dev/pci/cs4280.c sc->sc_pe = (char *)end; end 1562 dev/pci/cs4280.c cs4280_trigger_input(addr, start, end, blksize, intr, arg, param) end 1564 dev/pci/cs4280.c void *start, *end; end 1580 dev/pci/cs4280.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 1587 dev/pci/cs4280.c sc->sc_re = (char *)end; end 620 dev/pci/cs4281.c cs4281_trigger_output(addr, start, end, blksize, intr, arg, param) end 622 dev/pci/cs4281.c void *start, *end; end 640 dev/pci/cs4281.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 659 dev/pci/cs4281.c sc->sc_pe = (char *)end; end 724 dev/pci/cs4281.c cs4281_trigger_input(addr, start, end, blksize, intr, arg, param) end 726 dev/pci/cs4281.c void *start, *end; end 744 dev/pci/cs4281.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 760 dev/pci/cs4281.c sc->sc_re = (char *)end; end 1055 dev/pci/eap.c void *end, end 1073 dev/pci/eap.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 1101 dev/pci/eap.c (int)EAP_SET_SIZE(0, (((char *)end - (char *)start) >> 2) - 1))); end 1105 dev/pci/eap.c EAP_SET_SIZE(0, (((char *)end - (char *)start) >> 2) - 1)); end 1124 dev/pci/eap.c void *end, end 1142 dev/pci/eap.c addr, start, end, blksize, intr, arg)); end 1169 dev/pci/eap.c (int)EAP_SET_SIZE(0, (((char *)end - (char *)start) >> 2) - 1))); end 1173 dev/pci/eap.c EAP_SET_SIZE(0, (((char *)end - (char *)start) >> 2) - 1)); end 141 dev/pci/emuxki.c void emuxki_channel_set_bufparms(struct emuxki_channel *chan, u_int32_t start, u_int32_t end); end 1105 dev/pci/emuxki.c chan->loop.end = 0x000010; /* Why ? */ end 1188 dev/pci/emuxki.c u_int32_t start, u_int32_t end) end 1191 dev/pci/emuxki.c chan->loop.end = end & EMU_CHAN_DSL_LOOPENDADDR_MASK; end 1227 dev/pci/emuxki.c (chan->fxsend.d.level << 24) | chan->loop.end); end 1647 dev/pci/emuxki.c u_int32_t start, end; end 1668 dev/pci/emuxki.c end = start + bufsize / sample_size; end 1670 dev/pci/emuxki.c start, end); end 1673 dev/pci/emuxki.c start, end); end 2402 dev/pci/emuxki.c emuxki_trigger_output(void *addr, void *start, void *end, int blksize, end 2416 dev/pci/emuxki.c (caddr_t)end - (caddr_t)start, blksize))) end 2425 dev/pci/emuxki.c emuxki_trigger_input(void *addr, void *start, void *end, int blksize, end 2439 dev/pci/emuxki.c (caddr_t)end - (caddr_t)start, end 146 dev/pci/emuxkivar.h u_int32_t end; /* index in the PTB (in samples) */ end 586 dev/pci/esa.c esa_trigger_output(void *hdl, void *start, void *end, int blksize, end 627 dev/pci/esa.c size = (size_t)(((caddr_t)end - (caddr_t)start)); end 720 dev/pci/esa.c esa_trigger_input(void *hdl, void *start, void *end, int blksize, end 766 dev/pci/esa.c size = (size_t)(((caddr_t)end - (caddr_t)start)); end 1635 dev/pci/eso.c eso_trigger_output(hdl, start, end, blksize, intr, arg, param) end 1637 dev/pci/eso.c void *start, *end; end 1649 dev/pci/eso.c sc->sc_dev.dv_xname, start, end, blksize, intr, arg)); end 1694 dev/pci/eso.c (uint8_t *)end - (uint8_t *)start); end 1709 dev/pci/eso.c eso_trigger_input(hdl, start, end, blksize, intr, arg, param) end 1711 dev/pci/eso.c void *start, *end; end 1723 dev/pci/eso.c sc->sc_dev.dv_xname, start, end, blksize, intr, arg)); end 1795 dev/pci/eso.c (uint8_t *)end - (uint8_t *)start - 1); end 832 dev/pci/fms.c fms_trigger_output(addr, start, end, blksize, intr, arg, param) end 834 dev/pci/fms.c void *start, *end; end 854 dev/pci/fms.c sc->sc_play_end = sc->sc_play_start + ((char *)end - (char *)start); end 870 dev/pci/fms.c fms_trigger_input(addr, start, end, blksize, intr, arg, param) end 872 dev/pci/fms.c void *start, *end; end 892 dev/pci/fms.c sc->sc_rec_end = sc->sc_rec_start + ((char *)end - (char *)start); end 1844 dev/pci/if_bnx.c u_int8_t *buf, start[4], end[4]; end 1865 dev/pci/if_bnx.c end, 4))) { end 1880 dev/pci/if_bnx.c memcpy(buf + len32 - 4, end, 4); end 1579 dev/pci/if_ipw.c u_char *p, *end; end 1585 dev/pci/if_ipw.c end = fw + size; end 1586 dev/pci/if_ipw.c while (p < end) { end 1587 dev/pci/if_ipw.c if (p + 6 > end) end 1593 dev/pci/if_ipw.c if (p + len > end) end 1671 dev/pci/if_iwi.c u_char *p, *end; end 1724 dev/pci/if_iwi.c end = p + size; end 1727 dev/pci/if_iwi.c while (p < end) { end 575 dev/pci/if_nfe.c nfe_txdesc32_rsync(struct nfe_softc *sc, int start, int end, int ops) end 577 dev/pci/if_nfe.c if (end > start) { end 580 dev/pci/if_nfe.c (caddr_t)&sc->txq.desc32[end] - end 592 dev/pci/if_nfe.c (caddr_t)&sc->txq.desc32[end] - (caddr_t)sc->txq.desc32, ops); end 596 dev/pci/if_nfe.c nfe_txdesc64_rsync(struct nfe_softc *sc, int start, int end, int ops) end 598 dev/pci/if_nfe.c if (end > start) { end 601 dev/pci/if_nfe.c (caddr_t)&sc->txq.desc64[end] - end 613 dev/pci/if_nfe.c (caddr_t)&sc->txq.desc64[end] - (caddr_t)sc->txq.desc64, ops); end 772 dev/pci/if_txp.c u_int32_t i, end; end 774 dev/pci/if_txp.c end = TXP_OFFSET2IDX(letoh32(hv->hv_rx_buf_read_idx)); end 782 dev/pci/if_txp.c while (i != end) { end 428 dev/pci/maestro.c u_int16_t end; end 1191 dev/pci/maestro.c maestro_trigger_input(hdl, start, end, blksize, intr, arg, param) end 1193 dev/pci/maestro.c void *start, *end; end 1240 dev/pci/maestro.c wp_apu_write(sc, n, APUREG_ENDPTR, ch->end); end 1241 dev/pci/maestro.c wp_apu_write(sc, n, APUREG_LOOPLEN, ch->end - ch->start); end 1257 dev/pci/maestro.c wp_apu_write(sc, n+1, APUREG_ENDPTR, ch->end); end 1258 dev/pci/maestro.c wp_apu_write(sc, n+1, APUREG_LOOPLEN, ch->end - ch->start); end 1273 dev/pci/maestro.c wp_apu_write(sc, n, APUREG_ENDPTR, ch->end); end 1274 dev/pci/maestro.c wp_apu_write(sc, n, APUREG_LOOPLEN, ch->end - ch->start); end 1292 dev/pci/maestro.c maestro_trigger_output(hdl, start, end, blksize, intr, arg, param) end 1294 dev/pci/maestro.c void *start, *end; end 1303 dev/pci/maestro.c u_int size = ((char *)end - (char *)start) >> 1; end 1307 dev/pci/maestro.c start, end, blksize)); end 1313 dev/pci/maestro.c sc->play.end = offset+size; end 1319 dev/pci/maestro.c sc->play.end >>= 1; end 1571 dev/pci/maestro.c if (ch->threshold >= ch->end) end 928 dev/pci/neo.c neo_trigger_output(addr, start, end, blksize, intr, arg, param) end 930 dev/pci/neo.c void *start, *end; end 946 dev/pci/neo.c sc->pbufsize = ((char *)end - (char *)start); end 964 dev/pci/neo.c neo_trigger_input(addr, start, end, blksize, intr, arg, param) end 966 dev/pci/neo.c void *start, *end; end 982 dev/pci/neo.c sc->rbufsize = ((char *)end - (char *)start); end 2525 dev/pci/pciide.c goto end; end 2535 dev/pci/pciide.c end: /* end 5729 dev/pci/pciide.c goto end; end 5777 dev/pci/pciide.c end: end 1332 dev/pci/yds.c yds_trigger_output(addr, start, end, blksize, intr, arg, param) end 1334 dev/pci/yds.c void *start, *end; end 1361 dev/pci/yds.c "blksize=%d intr=%p(%p)\n", addr, start, end, blksize, intr, arg)); end 1393 dev/pci/yds.c l = ((char *)end - (char *)start); end 1473 dev/pci/yds.c yds_trigger_input(addr, start, end, blksize, intr, arg, param) end 1475 dev/pci/yds.c void *start, *end; end 1499 dev/pci/yds.c addr, start, end, blksize, intr, arg)); end 1511 dev/pci/yds.c l = ((char *)end - (char *)start); end 661 dev/pcmcia/if_xe.c goto end; end 743 dev/pcmcia/if_xe.c end: end 93 dev/raidframe/rf_aselect.c RF_AccessStripeMapHeader_t *end; end 146 dev/raidframe/rf_aselect.c end = daga->asmList; end 147 dev/raidframe/rf_aselect.c while (end->next) end 148 dev/raidframe/rf_aselect.c end = end->next; end 149 dev/raidframe/rf_aselect.c end->next = dagb->asmList; end 647 dev/raidframe/rf_dagfuncs.c unsigned long *end = src + len; /* len in longwords. */ end 699 dev/raidframe/rf_dagfuncs.c while (src < end) { end 79 dev/raidframe/rf_nwayxor.c unsigned long *end = src + len; end 100 dev/raidframe/rf_nwayxor.c while (src < end) { end 564 dev/ramdisk.c vaddr_t end; end 568 dev/ramdisk.c end = (vaddr_t) (urd->rd_addr + urd->rd_size); end 570 dev/ramdisk.c if ((end >= VM_MAXUSER_ADDRESS) || (end < ((vaddr_t) urd->rd_addr)) ) end 599 dev/rnd.c u_int8_t *end = cp + n; end 602 dev/rnd.c while (cp < end) end 1003 dev/rnd.c u_int8_t *end = cp + n; end 1005 dev/rnd.c while (cp < end) end 1484 dev/sbus/cs4231.c cs4231_trigger_output(void *vsc, void *start, void *end, int blksize, end 1511 dev/sbus/cs4231.c n = (char *)end - (char *)start; end 1546 dev/sbus/cs4231.c cs4231_trigger_input(void *vsc, void *start, void *end, int blksize, end 1572 dev/sbus/cs4231.c n = (char *)end - (char *)start; end 2805 dev/usb/ehci.c ehci_soft_qtd_t *end; end 2808 dev/usb/ehci.c &next, &end); end 2811 dev/usb/ehci.c end->qtd.qtd_status &= htole32(~EHCI_QTD_IOC); end 2812 dev/usb/ehci.c end->nextqtd = stat; end 2813 dev/usb/ehci.c end->qtd.qtd_next = end 2814 dev/usb/ehci.c end->qtd.qtd_altnext = htole32(stat->physaddr); end 65 dev/usb/hid.c u_char *end; end 104 dev/usb/hid.c s->end = (char *)d + len; end 155 dev/usb/hid.c if (p >= s->end) end 1974 dev/usb/if_zyd.c const uint8_t *p = data->buf, *end = p + len; end 1982 dev/usb/if_zyd.c if (len == 0 || p + len > end) end 138 dev/usb/uaudio.c u_char *end; /* upper layer buffer end */ end 2441 dev/usb/uaudio.c uaudio_trigger_input(void *addr, void *start, void *end, int blksize, end 2454 dev/usb/uaudio.c "blksize=%d\n", sc, start, end, blksize)); end 2456 dev/usb/uaudio.c uaudio_chan_set_param(ch, start, end, blksize); end 2483 dev/usb/uaudio.c uaudio_trigger_output(void *addr, void *start, void *end, int blksize, end 2496 dev/usb/uaudio.c "blksize=%d\n", sc, start, end, blksize)); end 2498 dev/usb/uaudio.c uaudio_chan_set_param(ch, start, end, blksize); end 2663 dev/usb/uaudio.c n = min(total, ch->end - ch->cur); end 2666 dev/usb/uaudio.c if (ch->cur >= ch->end) end 2808 dev/usb/uaudio.c n = min(frsize, ch->end - ch->cur); end 2811 dev/usb/uaudio.c if (ch->cur >= ch->end) end 2857 dev/usb/uaudio.c uaudio_chan_set_param(struct chan *ch, u_char *start, u_char *end, int blksize) end 2860 dev/usb/uaudio.c ch->end = end; end 1385 dev/usb/uhci.c goto end; end 1449 dev/usb/uhci.c end: end 2386 dev/usb/uhci.c uhci_soft_td_t *end; end 2403 dev/usb/uhci.c end = upipe->u.iso.stds[i]; end 2406 dev/usb/uhci.c if (end == NULL) { end 2416 dev/usb/uhci.c ii->stdstart = end; end 2417 dev/usb/uhci.c ii->stdend = end; end 406 dev/usb/usb_subr.c char *end = p + UGETW(cd->wTotalLength); end 410 dev/usb/usb_subr.c for (curidx = lastidx = -1; p < end; ) { end 419 dev/usb/usb_subr.c if (p <= end && d->bDescriptorType == UDESC_INTERFACE) { end 438 dev/usb/usb_subr.c char *end = p + UGETW(cd->wTotalLength); end 450 dev/usb/usb_subr.c for (p = (char *)d + d->bLength; p < end; ) { end 455 dev/usb/usb_subr.c if (p <= end && e->bDescriptorType == UDESC_INTERFACE) end 457 dev/usb/usb_subr.c if (p <= end && e->bDescriptorType == UDESC_ENDPOINT) { end 471 dev/usb/usb_subr.c char *p, *end; end 494 dev/usb/usb_subr.c end = (char *)dev->cdesc + UGETW(dev->cdesc->wTotalLength); end 498 dev/usb/usb_subr.c for (; p < end; p += ed->bLength) { end 500 dev/usb/usb_subr.c "len=%d type=%d\n", p, end, ed->bLength, end 502 dev/usb/usb_subr.c if (p + ed->bLength <= end && ed->bLength != 0 && end 667 dev/usb/usbdi.c char *end = p + UGETW(cdesc->wTotalLength); end 671 dev/usb/usbdi.c for (n = 0; p < end; p += d->bLength) { end 673 dev/usb/usbdi.c if (p + d->bLength <= end && end 1113 dev/usb/usbdi.c iter->end = (const uByte *)cd + UGETW(cd->wTotalLength); end 1121 dev/usb/usbdi.c if (iter->cur + sizeof(usb_descriptor_t) >= iter->end) { end 1122 dev/usb/usbdi.c if (iter->cur != iter->end) end 1132 dev/usb/usbdi.c if (iter->cur > iter->end) { end 178 dev/usb/usbdi.h const uByte *end; end 359 dev/usb/usbdi_util.c char *p, *end; end 367 dev/usb/usbdi_util.c end = (char *)cdesc + UGETW(cdesc->wTotalLength); end 369 dev/usb/usbdi_util.c for (; p < end; p += hd->bLength) { end 371 dev/usb/usbdi_util.c if (p + hd->bLength <= end && hd->bDescriptorType == UDESC_HID) end 526 dev/usb/usbdi_util.c uByte *end = p + UGETW(cd->wTotalLength); end 528 dev/usb/usbdi_util.c while (p < end) { end 2452 dev/wscons/wsdisplay.c inverse_region(unsigned short start, unsigned short end) end 2459 dev/wscons/wsdisplay.c if (end > abs_end) end 2462 dev/wscons/wsdisplay.c while (current_pos <= end) end 52 dev/wscons/wsmoused.h void inverse_region(unsigned short start, unsigned short end); end 707 kern/kern_lock.c simple_lock_freecheck(void *start, void *end) end 715 kern/kern_lock.c if ((void *)alp >= start && (void *)alp < end) { end 149 kern/kern_malloc.c int32_t *end, *lp; end 250 kern/kern_malloc.c end = (int32_t *)&cp[copysize]; end 251 kern/kern_malloc.c for (lp = (int32_t *)cp; lp < end; lp++) end 295 kern/kern_malloc.c end = (int32_t *)&freep->next + end 297 kern/kern_malloc.c for (lp = (int32_t *)&freep->next; lp < end; lp++) end 301 kern/kern_malloc.c end = (int32_t *)&va[copysize]; end 302 kern/kern_malloc.c for (lp = (int32_t *)va; lp < end; lp++) { end 348 kern/kern_malloc.c int32_t *end, *lp; end 421 kern/kern_malloc.c end = (int32_t *)&((caddr_t)addr)[copysize]; end 422 kern/kern_malloc.c for (lp = (int32_t *)addr; lp < end; lp++) end 174 kern/subr_disk.c u_int16_t *start, *end; end 178 kern/subr_disk.c end = (u_int16_t *)&lp->d_partitions[lp->d_npartitions]; end 179 kern/subr_disk.c while (start < end) end 232 kern/subr_disk.c u_int16_t *start, *end, sum = 0; end 245 kern/subr_disk.c end = (u_int16_t *)&dlp->d_partitions[ end 247 kern/subr_disk.c while (start < end) end 161 kern/subr_extent.c extent_create(char *name, u_long start, u_long end, int mtype, caddr_t storage, end 174 kern/subr_extent.c if (end < start) { end 176 kern/subr_extent.c name, start, end); end 226 kern/subr_extent.c ex->ex_end = end; end 389 kern/subr_extent.c u_long end = start + (size - 1); end 401 kern/subr_extent.c if (end < start) { end 413 kern/subr_extent.c if ((start < ex->ex_start) || (end > ex->ex_end)) { end 418 kern/subr_extent.c start, end); end 456 kern/subr_extent.c if (rp->er_start > end) { end 871 kern/subr_extent.c u_long end = start + (size - 1); end 878 kern/subr_extent.c if ((start < ex->ex_start) || (end > ex->ex_end)) { end 886 kern/subr_extent.c if (end < start) { end 943 kern/subr_extent.c if (rp->er_start > end) end 947 kern/subr_extent.c if ((start == rp->er_start) && (end == rp->er_end)) { end 961 kern/subr_extent.c if ((start == rp->er_start) && (end < rp->er_end)) { end 962 kern/subr_extent.c rp->er_start = (end + 1); end 967 kern/subr_extent.c if ((start > rp->er_start) && (end == rp->er_end)) { end 973 kern/subr_extent.c if ((start > rp->er_start) && (end < rp->er_end)) { end 975 kern/subr_extent.c nrp->er_start = end + 1; end 994 kern/subr_extent.c printf("extent_free: start 0x%lx, end 0x%lx\n", start, end); end 137 kern/vfs_lockf.c off_t start, end; end 164 kern/vfs_lockf.c end = -1; end 166 kern/vfs_lockf.c end = start + fl->l_len - 1; end 167 kern/vfs_lockf.c if (end < start) end 188 kern/vfs_lockf.c lock->lf_end = end; end 594 kern/vfs_lockf.c off_t start, end; end 603 kern/vfs_lockf.c end = lock->lf_end; end 629 kern/vfs_lockf.c (end != -1 && lf->lf_start > end)) { end 631 kern/vfs_lockf.c if ((type & SELF) && end != -1 && lf->lf_start > end) end 638 kern/vfs_lockf.c if ((lf->lf_start == start) && (lf->lf_end == end)) { end 645 kern/vfs_lockf.c (end != -1 && lf->lf_end >= end))) { end 651 kern/vfs_lockf.c (end == -1 || end 652 kern/vfs_lockf.c (lf->lf_end != -1 && end >= lf->lf_end))) { end 665 kern/vfs_lockf.c (end != -1) && end 666 kern/vfs_lockf.c ((lf->lf_end > end) || (lf->lf_end == -1))) { end 144 kern/vfs_lookup.c char *end = cnp->cn_pnbuf + ndp->ni_pathlen - 2; end 146 kern/vfs_lookup.c cp = end; end 152 kern/vfs_lookup.c ndp->ni_pathlen -= (end - cp); end 41 lib/libkern/scanc.c const u_char *end = &cp[size]; end 43 lib/libkern/scanc.c while (cp < end && (table[*cp] & (u_char)mask) == 0) end 45 lib/libkern/scanc.c return (end - cp); end 41 lib/libkern/skpc.c u_char *end = &cp[size]; end 43 lib/libkern/skpc.c while (cp < end && *cp == (u_char) mask) end 45 lib/libkern/skpc.c return (end - cp); end 117 lib/libsa/alloc.c extern char end[]; end 118 lib/libsa/alloc.c static char *top = end; end 214 lib/libsa/alloc.c if (ptr < (void *)end) end 45 lib/libsa/dkcksum.c u_short *start, *end; end 49 lib/libsa/dkcksum.c end = (u_short *)&lp->d_partitions[lp->d_npartitions]; end 50 lib/libsa/dkcksum.c while (start < end) end 77 lib/libz/inffast.c unsigned char FAR *end; /* while out < end, enough space available */ end 104 lib/libz/inffast.c end = out + (strm->avail_out - 257); end 298 lib/libz/inffast.c } while (in < last && out < end); end 310 lib/libz/inffast.c strm->avail_out = (unsigned)(out < end ? end 311 lib/libz/inffast.c 257 + (end - out) : 257 - (out - end)); end 58 lib/libz/inftrees.c int end; /* use base and extra for symbol > end */ end 186 lib/libz/inftrees.c end = 19; end 193 lib/libz/inftrees.c end = 256; end 198 lib/libz/inftrees.c end = -1; end 220 lib/libz/inftrees.c if ((int)(work[sym]) < end) { end 224 lib/libz/inftrees.c else if ((int)(work[sym]) > end) { end 283 net/if_gif.c goto end; end 298 net/if_gif.c goto end; end 317 net/if_gif.c end: end 210 net/if_gre.c goto end; end 220 net/if_gre.c goto end; end 229 net/if_gre.c goto end; end 246 net/if_gre.c goto end; end 262 net/if_gre.c goto end; end 271 net/if_gre.c goto end; end 308 net/if_gre.c goto end; end 339 net/if_gre.c goto end; end 346 net/if_gre.c goto end; end 356 net/if_gre.c goto end; end 378 net/if_gre.c goto end; end 386 net/if_gre.c goto end; end 392 net/if_gre.c goto end; end 418 net/if_gre.c end: end 2089 net/if_spppsubr.c goto end; end 2192 net/if_spppsubr.c goto end; end 2202 net/if_spppsubr.c end: end 2644 net/if_spppsubr.c goto end; end 2748 net/if_spppsubr.c end: end 255 net/if_strip.c static u_char *UnStuffData(u_char *src, u_char *end, u_char end 268 net/if_strip.c int strip_newpacket(struct st_softc *sc, u_char *ptr, u_char *end); end 1581 net/if_strip.c strip_newpacket(sc, ptr, end) end 1583 net/if_strip.c u_char *ptr, *end; end 1585 net/if_strip.c int len = ptr - end; end 1618 net/if_strip.c while (ptr < end && *ptr != '*') end 1622 net/if_strip.c if (ptr == end) { end 1641 net/if_strip.c ptr = UnStuffData(ptr, end, sc->sc_rxbuf, 4); end 1662 net/if_strip.c ptr = UnStuffData(ptr, end, sc->sc_rxbuf+4, packetlen-4); end 1718 net/if_strip.c u_char *end = src + length; end 1729 net/if_strip.c while (src < end) { end 1844 net/if_strip.c UnStuffData(u_char *src, u_char *end, u_char *dst, u_long dst_length) end 1849 net/if_strip.c if (!src || !end || !dst || !dst_length) end 1852 net/if_strip.c while (src < end && dst < dst_end) end 1858 net/if_strip.c if (src+1+count >= end) end 1874 net/if_strip.c if (src+1+count >= end) end 1887 net/if_strip.c if (src+1 >= end) end 1932 net/if_strip.c u_char *end = sc->sc_mp; end 1935 net/if_strip.c while (ptr < end && p < &pkt_text[MAX_RecErr-4]) { end 1948 net/if_strip.c if (ptr == end) *p++ = '\"'; end 893 net/pf.c u_int32_t end; end 908 net/pf.c end = state->rule.ptr->timeout[PFTM_ADAPTIVE_END]; end 912 net/pf.c end = pf_default_rule.timeout[PFTM_ADAPTIVE_END]; end 915 net/pf.c if (end && states > start && start < end) { end 916 net/pf.c if (states < end) end 917 net/pf.c return (state->expire + timeout * (end - states) / end 918 net/pf.c (end - start)); end 1535 net/pf.c pf_change_a(&sack.end, &th->th_sum, end 1536 net/pf.c htonl(ntohl(sack.end) - end 3582 net/pf.c u_int32_t ack, end, seq, orig_seq; end 3738 net/pf.c end = seq + pd->p_len; end 3740 net/pf.c end++; end 3761 net/pf.c end++; end 3773 net/pf.c SEQ_GEQ(end + MAX(1, dst->max_win << dws), src->seqhi)) end 3774 net/pf.c src->seqhi = end + MAX(1, dst->max_win << dws); end 3787 net/pf.c end = seq + pd->p_len; end 3789 net/pf.c end++; end 3791 net/pf.c end++; end 3808 net/pf.c if (seq == end) { end 3811 net/pf.c end = seq; end 3836 net/pf.c if (SEQ_GEQ(src->seqhi, end) && end 3858 net/pf.c if (SEQ_GT(end, src->seqlo)) end 3859 net/pf.c src->seqlo = end; end 3909 net/pf.c SEQ_GEQ(src->seqhi + MAXACKWINDOW, end) && end 3955 net/pf.c if (SEQ_GT(end, src->seqlo)) end 3956 net/pf.c src->seqlo = end; end 4000 net/pf.c SEQ_GEQ(src->seqhi, end) ? ' ' : '1', end 4005 net/pf.c SEQ_GEQ(src->seqhi + MAXACKWINDOW, end) ?' ' :'5', end 3099 net/zlib.c Bytef *end; /* one byte after sliding window */ end 3122 net/zlib.c #define WAVAIL (q<s->read?s->read-q-1:s->end-q) end 3124 net/zlib.c #define WRAP {if(q==s->end&&s->read!=s->window){q=s->window;m=WAVAIL;}} end 3260 net/zlib.c s->end = s->window + w; end 3364 net/zlib.c (s->end - s->read) + (q - s->window)))); end 3506 net/zlib.c (s->end - s->read) + (q - s->window)))); end 3544 net/zlib.c ZFREE(z, s->window, s->end - s->window); end 3594 net/zlib.c if (q == s->end) { end 4281 net/zlib.c s->end - (c->sub.copy.dist - (q - s->window)) : end 4286 net/zlib.c f = s->end - (c->sub.copy.dist - (q - s->window)); end 4292 net/zlib.c if (f == s->end) end 4349 net/zlib.c n = (uInt)((q <= s->write ? s->write : s->end) - q); end 4369 net/zlib.c if (q == s->end) end 4373 net/zlib.c if (s->write == s->end) end 4503 net/zlib.c r = s->end - e; /* pointer to offset */ end 148 netatalk/ddp_output.c u_int8_t *data, *end; end 152 netatalk/ddp_output.c for ( data = mtod( m, u_int8_t * ), end = data + m->m_len; data < end; end 2453 netinet/tcp_input.c if (sack.start == 0 && sack.end == 0) { end 2457 netinet/tcp_input.c if (SEQ_LEQ(sack.end, tp->rcv_nxt)) { end 2458 netinet/tcp_input.c tp->sackblks[i].start = tp->sackblks[i].end = 0; end 2462 netinet/tcp_input.c temp[j++].end = tp->sackblks[i].end; end 2471 netinet/tcp_input.c tp->sackblks[0].end = rcv_lastend; end 2486 netinet/tcp_input.c firstsack.end = rcv_lastend; end 2489 netinet/tcp_input.c if (SEQ_LT(sack.end, firstsack.start) || end 2490 netinet/tcp_input.c SEQ_GT(sack.start, firstsack.end)) end 2492 netinet/tcp_input.c if (sack.start == firstsack.start && sack.end == firstsack.end){ end 2497 netinet/tcp_input.c tp->sackblks[i].start = tp->sackblks[i].end = 0; end 2503 netinet/tcp_input.c if (SEQ_GEQ(sack.end, firstsack.end)) end 2504 netinet/tcp_input.c firstsack.end = sack.end; /* merge blocks */ end 2505 netinet/tcp_input.c tp->sackblks[i].start = tp->sackblks[i].end = 0; end 2511 netinet/tcp_input.c if (sack.start == 0 && sack.end == 0) end 2565 netinet/tcp_input.c (char *) &(sack.end), sizeof(tcp_seq)); end 2566 netinet/tcp_input.c NTOHL(sack.end); end 2569 netinet/tcp_input.c if (SEQ_LEQ(sack.end, sack.start)) end 2571 netinet/tcp_input.c if (SEQ_LEQ(sack.end, tp->snd_una)) end 2575 netinet/tcp_input.c if (SEQ_GT(sack.end, tp->snd_fack)) end 2576 netinet/tcp_input.c tp->snd_fack = sack.end; end 2582 netinet/tcp_input.c if (SEQ_GT(sack.end, tp->snd_max)) end 2593 netinet/tcp_input.c cur->end = sack.start; end 2597 netinet/tcp_input.c tp->rcv_lastsack = sack.end; end 2603 netinet/tcp_input.c ((sack.end - cur->end)/tp->t_maxseg)); end 2611 netinet/tcp_input.c if (SEQ_LEQ(sack.end, cur->start)) end 2614 netinet/tcp_input.c if (SEQ_GEQ(sack.start, cur->end)) { end 2617 netinet/tcp_input.c if (((sack.end - cur->end)/tp->t_maxseg) >= end 2627 netinet/tcp_input.c if (SEQ_GT(sack.end, cur->rxmit)) end 2633 netinet/tcp_input.c tcp_seq_subtract(sack.end, end 2636 netinet/tcp_input.c if (SEQ_GEQ(sack.end, cur->end)) { end 2652 netinet/tcp_input.c cur->start = sack.end; end 2659 netinet/tcp_input.c if (SEQ_GEQ(sack.end, cur->end)) { end 2666 netinet/tcp_input.c cur->end = sack.start; end 2667 netinet/tcp_input.c cur->rxmit = SEQ_MIN(cur->rxmit, cur->end); end 2669 netinet/tcp_input.c if (((sack.end - cur->end)/tp->t_maxseg) >= end 2677 netinet/tcp_input.c SEQ_GT(cur->end, sack.end)) { end 2687 netinet/tcp_input.c if (SEQ_GT(cur->rxmit, sack.end)) end 2689 netinet/tcp_input.c tcp_seq_subtract(sack.end, end 2697 netinet/tcp_input.c temp->start = sack.end; end 2698 netinet/tcp_input.c temp->end = cur->end; end 2701 netinet/tcp_input.c cur->end = sack.start; end 2702 netinet/tcp_input.c cur->rxmit = SEQ_MIN(cur->rxmit, cur->end); end 2704 netinet/tcp_input.c if (((sack.end - cur->end)/tp->t_maxseg) >= end 2724 netinet/tcp_input.c temp->end = sack.start; end 2726 netinet/tcp_input.c ((sack.end - sack.start)/tp->t_maxseg)); end 2732 netinet/tcp_input.c tp->rcv_lastsack = sack.end; end 2772 netinet/tcp_input.c if (SEQ_LEQ(cur->end, lastack)) { end 2799 netinet/tcp_input.c tp->sackblks[i].start = tp->sackblks[i].end=0; end 121 netinet/tcp_output.c printf("%x--%x d %d r %x\n", p->start, p->end, p->dups, end 143 netinet/tcp_output.c if (p->dups >= tcprexmtthresh && SEQ_LT(p->rxmit, p->end)) { end 151 netinet/tcp_output.c SEQ_LT(p->rxmit, p->end)) { end 188 netinet/tcp_output.c if (SEQ_LT(tp->snd_nxt, cur->end)) end 197 netinet/tcp_output.c if (SEQ_LT(tp->snd_nxt, cur->end)) end 300 netinet/tcp_output.c len = min(tp->t_maxseg, p->end - p->rxmit); end 647 netinet/tcp_output.c if (sack.start == 0 && sack.end == 0) end 650 netinet/tcp_output.c *lp++ = htonl(sack.end); end 44 netinet/tcp_var.h tcp_seq end; /* end seq no. */ end 49 netinet/tcp_var.h tcp_seq end; /* end seq no. */ end 1045 netinet6/nd6_rtr.c goto end; end 1047 netinet6/nd6_rtr.c goto end; end 1057 netinet6/nd6_rtr.c goto end; /* we should just give up in this case. */ end 1083 netinet6/nd6_rtr.c goto end; end 1223 netinet6/nd6_rtr.c end: end 96 sys/hash.h hash32_stre(const void *buf, int end, char **ep, uint32_t hash) end 100 sys/hash.h while (*p && (*p != end)) end 115 sys/hash.h hash32_strne(const void *buf, size_t len, int end, char **ep, uint32_t hash) end 119 sys/hash.h while (*p && (*p != end) && len--) end 320 ufs/ext2fs/ext2fs_alloc.c int error, bno, start, end, loc; end 356 ufs/ext2fs/ext2fs_alloc.c end = howmany(fs->e2fs.e2fs_fpg, NBBY) - start; end 357 ufs/ext2fs/ext2fs_alloc.c for (loc = start; loc < end; loc++) { end 953 ufs/ffs/ffs_alloc.c goto end; end 999 ufs/ffs/ffs_alloc.c goto end; end 1006 ufs/ffs/ffs_alloc.c goto end; end 1013 ufs/ffs/ffs_alloc.c goto end; end 1016 ufs/ffs/ffs_alloc.c goto end; end 1017 ufs/ffs/ffs_alloc.c end: end 1984 ufs/ffs/ffs_alloc.c int i, start, end, forw, back, map, bit; end 2001 ufs/ffs/ffs_alloc.c end = start + fs->fs_contigsumsize; end 2002 ufs/ffs/ffs_alloc.c if (end >= cgp->cg_nclusterblks) end 2003 ufs/ffs/ffs_alloc.c end = cgp->cg_nclusterblks; end 2007 ufs/ffs/ffs_alloc.c for (i = start; i < end; i++) { end 2022 ufs/ffs/ffs_alloc.c end = start - fs->fs_contigsumsize; end 2023 ufs/ffs/ffs_alloc.c if (end < 0) end 2024 ufs/ffs/ffs_alloc.c end = -1; end 2028 ufs/ffs/ffs_alloc.c for (i = start; i > end; i--) { end 317 uvm/uvm_amap.c AMAP_B2SLOT(slotmapped, entry->end - entry->start); /* slots mapped */ end 480 uvm/uvm_amap.c AMAP_B2SLOT(slots, (entry->end - entry->start)); end 603 uvm/uvm_amap.c if (canchunk && atop(entry->end - entry->start) >= end 611 uvm/uvm_amap.c entry->start, entry->end, startva, endva); end 619 uvm/uvm_amap.c entry->start, entry->end, 0, 0); end 621 uvm/uvm_amap.c entry->aref.ar_amap = amap_alloc(entry->end - entry->start, 0, end 651 uvm/uvm_amap.c AMAP_B2SLOT(slots, entry->end - entry->start); end 707 uvm/uvm_amap.c (entry->end - entry->start) >> PAGE_SHIFT, -1); end 707 uvm/uvm_fault.c ((ufi.entry->end - ufi.orig_rvaddr) >> end 1771 uvm/uvm_fault.c uvm_fault_wire(map, start, end, access_type) end 1773 uvm/uvm_fault.c vaddr_t start, end; end 1788 uvm/uvm_fault.c for (va = start ; va < end ; va += PAGE_SIZE) { end 1806 uvm/uvm_fault.c uvm_fault_unwire(map, start, end) end 1808 uvm/uvm_fault.c vaddr_t start, end; end 1812 uvm/uvm_fault.c uvm_fault_unwire_locked(map, start, end); end 1823 uvm/uvm_fault.c uvm_fault_unwire_locked(map, start, end) end 1825 uvm/uvm_fault.c vaddr_t start, end; end 1847 uvm/uvm_fault.c KASSERT(start >= vm_map_min(map) && end <= vm_map_max(map)); end 1851 uvm/uvm_fault.c for (va = start; va < end ; va += PAGE_SIZE) { end 1859 uvm/uvm_fault.c while (va >= entry->end) { end 1861 uvm/uvm_fault.c entry->next->start <= entry->end); end 153 uvm/uvm_fault_i.h if (ufi->entry->end - ufi->orig_rvaddr < ufi->size) end 154 uvm/uvm_fault_i.h ufi->size = ufi->entry->end - ufi->orig_rvaddr; end 177 uvm/uvm_glue.c vaddr_t start, end; end 182 uvm/uvm_glue.c end = round_page((vaddr_t)addr + len); end 183 uvm/uvm_glue.c if (end <= start) end 186 uvm/uvm_glue.c rv = uvm_fault_wire(map, start, end, access_type); end 204 uvm/uvm_glue.c vaddr_t start, end; end 207 uvm/uvm_glue.c end = round_page((vaddr_t)addr + len); end 208 uvm/uvm_glue.c if (end <= start) end 211 uvm/uvm_glue.c uvm_fault_unwire(&p->p_vmspace->vm_map, start, end); end 165 uvm/uvm_km.c uvm_km_init(vaddr_t start, vaddr_t end) end 183 uvm/uvm_km.c uvm_map_setup(&kernel_map_store, base, end, VM_MAP_PAGEABLE); end 262 uvm/uvm_km.c uvm_km_pgremove(struct uvm_object *uobj, vaddr_t start, vaddr_t end) end 270 uvm/uvm_km.c for (curoff = start ; curoff < end ; curoff += PAGE_SIZE) { end 309 uvm/uvm_km.c uvm_km_pgremove_intrsafe(vaddr_t start, vaddr_t end) end 315 uvm/uvm_km.c for (va = start; va < end; va += PAGE_SIZE) { end 182 uvm/uvm_map.c #define VM_MAP_RANGE_CHECK(map, start, end) do { \ end 185 uvm/uvm_map.c if (end > vm_map_max(map)) \ end 186 uvm/uvm_map.c end = vm_map_max(map); \ end 187 uvm/uvm_map.c if (start > end) \ end 188 uvm/uvm_map.c start = end; \ end 248 uvm/uvm_map.c space = map->max_offset - entry->end; end 251 uvm/uvm_map.c space = next->start - entry->end; end 486 uvm/uvm_map.c uvm_fault_unwire_locked(map, entry->start, entry->end); end 497 uvm/uvm_map.c (entry->end - entry->start) >> PAGE_SHIFT, flags); end 508 uvm/uvm_map.c (entry->end - entry->start) >> PAGE_SHIFT, flags); end 600 uvm/uvm_map.c new_entry->end = start; end 638 uvm/uvm_map.c uvm_map_clip_end(struct vm_map *map, struct vm_map_entry *entry, vaddr_t end) end 652 uvm/uvm_map.c new_entry->start = entry->end = end; end 653 uvm/uvm_map.c new_adj = end - entry->start; end 802 uvm/uvm_map.c prev_entry->end == *startp && prev_entry != &map->header && end 806 uvm/uvm_map.c (prev_entry->end - prev_entry->start) != uoffset) end 854 uvm/uvm_map.c prev_entry->end += size; end 886 uvm/uvm_map.c new_entry->end = new_entry->start + size; end 933 uvm/uvm_map.c (prev_entry->end >= new_entry->start)) end 990 uvm/uvm_map.c if ((cur != last) && (cur->end > address)) { end 1021 uvm/uvm_map.c if (address < cur->end) { end 1041 uvm/uvm_map.c if (cur->end > address) { end 1076 uvm/uvm_map.c vaddr_t end; end 1091 uvm/uvm_map.c end = hint + length; end 1092 uvm/uvm_map.c if (end > map->max_offset || end < hint) end 1094 uvm/uvm_map.c if (after != NULL && after != &map->header && after->start < end) end 1152 uvm/uvm_map.c vaddr_t end, orig_hint; end 1190 uvm/uvm_map.c hint = entry->end; end 1199 uvm/uvm_map.c hint = tmp->end; end 1205 uvm/uvm_map.c end = hint + length; end 1206 uvm/uvm_map.c if (end > map->max_offset || end < hint) { end 1211 uvm/uvm_map.c if (next == &map->header || next->start >= end) end 1230 uvm/uvm_map.c if (tmp->end >= hint && end 1231 uvm/uvm_map.c (prev == NULL || tmp->end < prev->end)) { end 1238 uvm/uvm_map.c if (tmp->end < hint) end 1240 uvm/uvm_map.c else if (tmp->end > hint) end 1252 uvm/uvm_map.c if (tmp != NULL && hint < tmp->end + tmp->ownspace) { end 1257 uvm/uvm_map.c if (hint < tmp->end) end 1258 uvm/uvm_map.c hint = tmp->end; end 1269 uvm/uvm_map.c hint = prev->end; end 1290 uvm/uvm_map.c hint = tmp->end; end 1307 uvm/uvm_map.c for (;; hint = (entry = next)->end) { end 1331 uvm/uvm_map.c end = hint + length; end 1332 uvm/uvm_map.c if (end > map->max_offset || end < hint) { end 1337 uvm/uvm_map.c if (next == &map->header || next->start >= end) end 1371 uvm/uvm_map.c uvm_unmap_remove(struct vm_map *map, vaddr_t start, vaddr_t end, end 1380 uvm/uvm_map.c map, start, end, 0); end 1382 uvm/uvm_map.c VM_MAP_RANGE_CHECK(map, start, end); end 1434 uvm/uvm_map.c while ((entry != &map->header) && (entry->start < end)) { end 1436 uvm/uvm_map.c UVM_MAP_CLIP_END(map, entry, end); end 1438 uvm/uvm_map.c len = entry->end - entry->start; end 1455 uvm/uvm_map.c uvm_km_pgremove_intrsafe(entry->start, entry->end); end 1496 uvm/uvm_map.c pmap_remove(pmap_kernel(), entry->start, entry->end); end 1499 uvm/uvm_map.c entry->end - vm_map_min(kernel_map)); end 1512 uvm/uvm_map.c pmap_remove(map->pmap, entry->start, entry->end); end 1648 uvm/uvm_map.c uvm_map_replace(struct vm_map *map, vaddr_t start, vaddr_t end, end 1667 uvm/uvm_map.c if (oldent->start != start || oldent->end != end || end 1685 uvm/uvm_map.c if (tmpent->start > tmpent->end || tmpent->end > end) { end 1687 uvm/uvm_map.c tmpent->start, tmpent->end, end); end 1690 uvm/uvm_map.c cur = tmpent->end; end 1783 uvm/uvm_map.c vaddr_t dstaddr, end, newend, oldoffset, fudge, orig_fudge, end 1824 uvm/uvm_map.c end = start + len; end 1876 uvm/uvm_map.c while (entry->start < end && entry != &srcmap->header) { end 1880 uvm/uvm_map.c UVM_MAP_CLIP_END(srcmap, entry, end); end 1888 uvm/uvm_map.c amap_copy(srcmap, entry, M_NOWAIT, TRUE, start, end); end 1915 uvm/uvm_map.c newentry->end = end 1916 uvm/uvm_map.c newentry->start + (entry->end - (entry->start + fudge)); end 1917 uvm/uvm_map.c if (newentry->end > newend || newentry->end < newentry->start) end 1918 uvm/uvm_map.c newentry->end = newend; end 1955 uvm/uvm_map.c if ((flags & UVM_EXTRACT_CONTIG) && entry->end < end && end 1957 uvm/uvm_map.c entry->next->start != entry->end)) { end 2013 uvm/uvm_map.c while (entry->start < end && entry != &srcmap->header) { end 2016 uvm/uvm_map.c elen = MIN(end, entry->end) - end 2026 uvm/uvm_map.c entry->end); end 2119 uvm/uvm_map.c uvm_map_submap(struct vm_map *map, vaddr_t start, vaddr_t end, end 2127 uvm/uvm_map.c VM_MAP_RANGE_CHECK(map, start, end); end 2131 uvm/uvm_map.c UVM_MAP_CLIP_END(map, entry, end); /* to be safe */ end 2137 uvm/uvm_map.c entry->start == start && entry->end == end && end 2165 uvm/uvm_map.c uvm_map_protect(struct vm_map *map, vaddr_t start, vaddr_t end, end 2172 uvm/uvm_map.c map, start, end, new_prot); end 2176 uvm/uvm_map.c VM_MAP_RANGE_CHECK(map, start, end); end 2189 uvm/uvm_map.c while ((current != &map->header) && (current->start < end)) { end 2205 uvm/uvm_map.c while ((current != &map->header) && (current->start < end)) { end 2208 uvm/uvm_map.c UVM_MAP_CLIP_END(map, current, end); end 2227 uvm/uvm_map.c pmap_protect(map->pmap, current->start, current->end, end 2241 uvm/uvm_map.c if (uvm_map_pageable(map, entry->start, entry->end, end 2282 uvm/uvm_map.c uvm_map_inherit(struct vm_map *map, vaddr_t start, vaddr_t end, end 2288 uvm/uvm_map.c map, start, end, new_inheritance); end 2302 uvm/uvm_map.c VM_MAP_RANGE_CHECK(map, start, end); end 2311 uvm/uvm_map.c while ((entry != &map->header) && (entry->start < end)) { end 2312 uvm/uvm_map.c UVM_MAP_CLIP_END(map, entry, end); end 2329 uvm/uvm_map.c uvm_map_advice(struct vm_map *map, vaddr_t start, vaddr_t end, int new_advice) end 2334 uvm/uvm_map.c map, start, end, new_advice); end 2337 uvm/uvm_map.c VM_MAP_RANGE_CHECK(map, start, end); end 2349 uvm/uvm_map.c while ((entry != &map->header) && (entry->start < end)) { end 2350 uvm/uvm_map.c UVM_MAP_CLIP_END(map, entry, end); end 2388 uvm/uvm_map.c uvm_map_pageable(struct vm_map *map, vaddr_t start, vaddr_t end, end 2398 uvm/uvm_map.c map, start, end, new_pageable); end 2404 uvm/uvm_map.c VM_MAP_RANGE_CHECK(map, start, end); end 2435 uvm/uvm_map.c while ((entry != &map->header) && (entry->start < end)) { end 2437 uvm/uvm_map.c (entry->end < end && end 2439 uvm/uvm_map.c entry->next->start > entry->end))) { end 2456 uvm/uvm_map.c while ((entry != &map->header) && (entry->start < end)) { end 2457 uvm/uvm_map.c UVM_MAP_CLIP_END(map, entry, end); end 2489 uvm/uvm_map.c while ((entry != &map->header) && (entry->start < end)) { end 2505 uvm/uvm_map.c start, end); end 2511 uvm/uvm_map.c UVM_MAP_CLIP_END(map, entry, end); end 2519 uvm/uvm_map.c (entry->end < end && end 2521 uvm/uvm_map.c entry->next->start > entry->end))) { end 2528 uvm/uvm_map.c while (entry != &map->header && entry->end > start) { end 2552 uvm/uvm_map.c while (entry != &map->header && entry->start < end) { end 2554 uvm/uvm_map.c rv = uvm_fault_wire(map, entry->start, entry->end, end 2588 uvm/uvm_map.c while (entry != &map->header && entry->start < end) { end 2721 uvm/uvm_map.c size += entry->end - entry->start; end 2760 uvm/uvm_map.c entry->start, entry->end); end 2782 uvm/uvm_map.c error = uvm_fault_wire(map, entry->start, entry->end, end 2859 uvm/uvm_map.c uvm_map_clean(struct vm_map *map, vaddr_t start, vaddr_t end, int flags) end 2872 uvm/uvm_map.c map, start, end, flags); end 2877 uvm/uvm_map.c VM_MAP_RANGE_CHECK(map, start, end); end 2887 uvm/uvm_map.c for (current = entry; current->start < end; current = current->next) { end 2892 uvm/uvm_map.c if (end > current->end && (current->next == &map->header || end 2893 uvm/uvm_map.c current->end != current->next->start)) { end 2901 uvm/uvm_map.c for (current = entry; current->start < end; current = current->next) { end 2922 uvm/uvm_map.c size = MIN(end, current->end) - start; end 3024 uvm/uvm_map.c size = MIN(end, current->end) - start; end 3052 uvm/uvm_map.c uvm_map_checkprot(struct vm_map *map, vaddr_t start, vaddr_t end, end 3062 uvm/uvm_map.c while (start < end) { end 3085 uvm/uvm_map.c start = entry->end; end 3187 uvm/uvm_map.c uvmspace_exec(struct proc *p, vaddr_t start, vaddr_t end) end 3232 uvm/uvm_map.c map->max_offset = end; end 3246 uvm/uvm_map.c nvm = uvmspace_alloc(start, end, end 3409 uvm/uvm_map.c (old_entry->end - old_entry->start), end 3536 uvm/uvm_map.c old_entry->end, end 3569 uvm/uvm_map.c (old_entry->end - old_entry->start), end 3577 uvm/uvm_map.c new_entry->end, end 3636 uvm/uvm_map.c entry, entry->start, entry->end, entry->object.uvm_obj, end 95 uvm/uvm_map.h if ((VA) < (ENTRY)->end) uvm_map_clip_end(MAP,ENTRY,VA); } end 142 uvm/uvm_map.h vaddr_t end; /* end address */ end 229 uvm/uvm_map.h #define max_offset header.end end 143 uvm/uvm_map_i.h uvm_unmap_p(map, start, end, p) end 145 uvm/uvm_map_i.h vaddr_t start,end; end 152 uvm/uvm_map_i.h map, start, end, 0); end 158 uvm/uvm_map_i.h uvm_unmap_remove(map, start, end, &dead_entries, p); end 255 uvm/uvm_mmap.c vaddr_t start, end, lim; end 269 uvm/uvm_mmap.c end = start + len; end 270 uvm/uvm_mmap.c if (end <= start) end 290 uvm/uvm_mmap.c entry != &map->header && entry->start < end; end 296 uvm/uvm_mmap.c if (entry->end < end && end 298 uvm/uvm_mmap.c entry->next->start > entry->end)) { end 303 uvm/uvm_mmap.c lim = end < entry->end ? end : entry->end; end 684 uvm/uvm_mmap.c size = entry->end - entry->start; end 282 uvm/uvm_page.c freepages += (vm_physmem[lcv].end - vm_physmem[lcv].start); end 305 uvm/uvm_page.c n = vm_physmem[lcv].end - vm_physmem[lcv].start; end 529 uvm/uvm_page.c vm_physmem[lcv].end) { end 541 uvm/uvm_page.c if (vm_physmem[lcv].avail_end == vm_physmem[lcv].end && end 545 uvm/uvm_page.c vm_physmem[lcv].end--; end 579 uvm/uvm_page.c if (vm_physmem[lcv].avail_start == vm_physmem[lcv].end) { end 618 uvm/uvm_page.c uvm_page_physload(start, end, avail_start, avail_end, free_list) end 619 uvm/uvm_page.c paddr_t start, end, avail_start, avail_end; end 633 uvm/uvm_page.c if (start >= end) end 643 uvm/uvm_page.c VM_PHYSSEG_MAX, (long long)start, (long long)end); end 667 uvm/uvm_page.c npages = end - start; /* # of pages */ end 673 uvm/uvm_page.c printf("\tignoring 0x%lx -> 0x%lx\n", start, end); end 727 uvm/uvm_page.c if ((end - start) > end 728 uvm/uvm_page.c (vm_physmem[lcv].end - vm_physmem[lcv].start)) end 744 uvm/uvm_page.c ps->end = end; end 868 uvm/uvm_page.c (long long)vm_physmem[lcv].end, end 208 uvm/uvm_page.h paddr_t end; /* (PF# of last page in segment) + 1 */ end 328 uvm/uvm_page.h if (pframe >= vm_physmem[0].start && pframe < vm_physmem[0].end) { end 358 uvm/uvm_page.h if (pframe < vm_physmem[try].end) { end 380 uvm/uvm_page.h pframe < vm_physmem[lcv].end) { end 184 uvm/uvm_pglist.c int s, tryidx, idx, pgflidx, end, error, free_list; end 249 uvm/uvm_pglist.c end = idx + (size / PAGE_SIZE); end 256 uvm/uvm_pglist.c for (; idx < end; idx++) { end 282 uvm/uvm_pglist.c if (idx == end) { end 295 uvm/uvm_pglist.c while (idx < end) { end 189 uvm/uvm_unix.c vaddr_t start, end; end 215 uvm/uvm_unix.c end = entry->end; end 220 uvm/uvm_unix.c if (end > VM_MAXUSER_ADDRESS) end 221 uvm/uvm_unix.c end = VM_MAXUSER_ADDRESS; end 225 uvm/uvm_unix.c end = round_page(USRSTACK + ctob(vm->vm_ssize)); end 226 uvm/uvm_unix.c if (start >= end) end 233 uvm/uvm_unix.c if (start >= end) end 245 uvm/uvm_unix.c cseg.c_size = end - start;