/src/sys/dev/ieee1394/ |
fwdma.h | 84 bus_addr_t off, eoff; local in function:fwdma_sync_multiseg 87 eoff = (am->esize * end) % am->ssize; 105 off, eoff - off + am->esize, op);
|
fwdma.h | 84 bus_addr_t off, eoff; local in function:fwdma_sync_multiseg 87 eoff = (am->esize * end) % am->ssize; 105 off, eoff - off + am->esize, op);
|
/src/sys/dev/ |
kloader.c | 315 Elf_Off eoff; local in function:kloader_load 328 eoff = sizeof(Elf_Ehdr); 329 eh.e_shoff = eoff; 331 eoff += eh.e_shentsize * eh.e_shnum; 332 sh[eh.e_shstrndx].sh_offset = eoff; 334 eoff += shstrsz; 335 sh[symndx].sh_offset = eoff; 337 eoff += sh[symndx].sh_size; 338 sh[strndx].sh_offset = eoff;
|
kloader.c | 315 Elf_Off eoff; local in function:kloader_load 328 eoff = sizeof(Elf_Ehdr); 329 eh.e_shoff = eoff; 331 eoff += eh.e_shentsize * eh.e_shnum; 332 sh[eh.e_shstrndx].sh_offset = eoff; 334 eoff += shstrsz; 335 sh[symndx].sh_offset = eoff; 337 eoff += sh[symndx].sh_size; 338 sh[strndx].sh_offset = eoff;
|
/src/sys/uvm/ |
uvm_fault.c | 1146 const voff_t eoff = flt->startva - ufi->entry->start; local in function:uvm_fault_check 1176 amap_lookups(&ufi->entry->aref, eoff, *ranons, flt->npages); 1214 uoff = ufi->entry->offset + eoff;
|
uvm_fault.c | 1146 const voff_t eoff = flt->startva - ufi->entry->start; local in function:uvm_fault_check 1176 amap_lookups(&ufi->entry->aref, eoff, *ranons, flt->npages); 1214 uoff = ufi->entry->offset + eoff;
|
/src/sys/dev/usb/ |
udl.c | 1168 int i, soff, eoff; local in function:udl_draw_char 1171 eoff = (y + font->fontheight) * sc->sc_width + x; 1175 while (soff < eoff) { 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect 1214 eoff = ebase + sx; 1222 while (soff < eoff) { 1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect 1245 eoff = ebase + x; 1252 while (soff < eoff) { 1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height local in function:udl_draw_rect 1300 int soff, eoff, x, y, width, height; local in function:udl_draw_rect_comp [all...] |
udl.c | 1168 int i, soff, eoff; local in function:udl_draw_char 1171 eoff = (y + font->fontheight) * sc->sc_width + x; 1175 while (soff < eoff) { 1206 int sbase, soff, ebase, eoff, dbase, doff, width_cur; local in function:udl_copy_rect 1214 eoff = ebase + sx; 1222 while (soff < eoff) { 1238 int sbase, soff, ebase, eoff, width_cur; local in function:udl_fill_rect 1245 eoff = ebase + x; 1252 while (soff < eoff) { 1266 int sbase, soff, ebase, eoff, x, y, width, width_cur, height local in function:udl_draw_rect 1300 int soff, eoff, x, y, width, height; local in function:udl_draw_rect_comp [all...] |
/src/sys/netinet6/ |
icmp6.c | 982 int eoff = off + sizeof(struct icmp6_hdr) + local in function:icmp6_notify_error 1000 eoff, sizeof(*eh)); 1007 eoff += (eh->ip6e_len + 2) << 2; 1009 eoff += (eh->ip6e_len + 1) << 3; 1015 eoff, sizeof(*rth)); 1021 eoff += (rth->ip6r_len + 1) << 3; 1026 eoff, sizeof(*fh)); 1040 eoff += sizeof(struct ip6_frag); 1097 ip6cp.ip6c_off = eoff;
|
icmp6.c | 982 int eoff = off + sizeof(struct icmp6_hdr) + local in function:icmp6_notify_error 1000 eoff, sizeof(*eh)); 1007 eoff += (eh->ip6e_len + 2) << 2; 1009 eoff += (eh->ip6e_len + 1) << 3; 1015 eoff, sizeof(*rth)); 1021 eoff += (rth->ip6r_len + 1) << 3; 1026 eoff, sizeof(*fh)); 1040 eoff += sizeof(struct ip6_frag); 1097 ip6cp.ip6c_off = eoff;
|