Searched refs:eoff (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/file/dist/src/ |
| D | buffer.c | 56 b->eoff = 0; in buffer_init() 90 b->eoff = b->st.st_size - b->elen; in buffer_fill() 91 if (pread(b->fd, b->ebuf, b->elen, b->eoff) == -1) { in buffer_fill()
|
| D | file.h | 191 off_t eoff; member
|
| /netbsd/src/sys/dev/ |
| D | kloader.c | 315 Elf_Off eoff; in kloader_load() local 328 eoff = sizeof(Elf_Ehdr); in kloader_load() 329 eh.e_shoff = eoff; in kloader_load() 331 eoff += eh.e_shentsize * eh.e_shnum; in kloader_load() 332 sh[eh.e_shstrndx].sh_offset = eoff; in kloader_load() 334 eoff += shstrsz; in kloader_load() 335 sh[symndx].sh_offset = eoff; in kloader_load() 337 eoff += sh[symndx].sh_size; in kloader_load() 338 sh[strndx].sh_offset = eoff; in kloader_load()
|
| /netbsd/src/sys/dev/ieee1394/ |
| D | fwdma.h | 84 bus_addr_t off, eoff; in fwdma_sync_multiseg() local 87 eoff = (am->esize * end) % am->ssize; in fwdma_sync_multiseg() 105 off, eoff - off + am->esize, op); in fwdma_sync_multiseg()
|
| /netbsd/src/sys/dev/usb/ |
| D | udl.c | 1168 int i, soff, eoff; in udl_draw_char() local 1171 eoff = (y + font->fontheight) * sc->sc_width + x; in udl_draw_char() 1175 while (soff < eoff) { in udl_draw_char() 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; in udl_copy_rect() local 1214 eoff = ebase + sx; in udl_copy_rect() 1222 while (soff < eoff) { in udl_copy_rect() 1238 int sbase, soff, ebase, eoff, width_cur; in udl_fill_rect() local 1245 eoff = ebase + x; in udl_fill_rect() 1252 while (soff < eoff) { in udl_fill_rect() 1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height; in udl_draw_rect() local [all …]
|
| /netbsd/src/sys/netinet6/ |
| D | icmp6.c | 982 int eoff = off + sizeof(struct icmp6_hdr) + in icmp6_notify_error() local 1000 eoff, sizeof(*eh)); in icmp6_notify_error() 1007 eoff += (eh->ip6e_len + 2) << 2; in icmp6_notify_error() 1009 eoff += (eh->ip6e_len + 1) << 3; in icmp6_notify_error() 1015 eoff, sizeof(*rth)); in icmp6_notify_error() 1021 eoff += (rth->ip6r_len + 1) << 3; in icmp6_notify_error() 1026 eoff, sizeof(*fh)); in icmp6_notify_error() 1040 eoff += sizeof(struct ip6_frag); in icmp6_notify_error() 1097 ip6cp.ip6c_off = eoff; in icmp6_notify_error()
|
| /netbsd/src/sys/uvm/ |
| D | uvm_fault.c | 1146 const voff_t eoff = flt->startva - ufi->entry->start; in uvm_fault_check() local 1176 amap_lookups(&ufi->entry->aref, eoff, *ranons, flt->npages); in uvm_fault_check() 1214 uoff = ufi->entry->offset + eoff; in uvm_fault_check()
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 1997 eoff
|