Searched refs:buf_offset (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dmem-break.c222 int copy_offset, copy_len, buf_offset; local
239 buf_offset = start - mem_addr;
241 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
255 int copy_offset, copy_len, buf_offset; local
272 buf_offset = start - mem_addr;
274 memcpy (bp->old_data + copy_offset, buf + buf_offset, copy_len);
276 memcpy (buf + buf_offset, breakpoint_data + copy_offset, copy_len);
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohcivar.h57 int buf_offset; /* signed */ member in struct:fwohci_softc::fwohci_dbch
H A Dfwohci.c1456 dbch->buf_offset = 0;
2772 len -= dbch->buf_offset;
2773 ld += dbch->buf_offset;
2785 offset = dbch->buf_offset;
2792 rlen, dbch->buf_offset);
2793 if (dbch->buf_offset < 0) {
2831 dbch->buf_offset = - dbch->buf_offset;
2871 dbch->buf_offset = ld - (uint8_t *)db_tr->buf;
2914 dbch->buf_offset, le
[all...]
/freebsd-11-stable/sys/dev/cfe/
H A Dcfe_api_int.h95 cfe_xuint_t buf_offset; /* offset on device (bytes) */ member in struct:xiocb_buffer_s
H A Dcfe_api.c255 xiocb.plist.xiocb_buffer.buf_offset = 0;
405 xiocb.plist.xiocb_buffer.buf_offset = offset;
429 xiocb.plist.xiocb_buffer.buf_offset = 0;
460 xiocb.plist.xiocb_buffer.buf_offset = offset;
528 xiocb.plist.xiocb_buffer.buf_offset = offset;
/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.c1562 uint32_t buf_offset; local
1573 buf_offset = 0;
1675 usbd_get_page(temp->pc, buf_offset, &buf_res);
1684 buf_offset += EHCI_PAGE_SIZE;
1685 usbd_get_page(temp->pc, buf_offset, &buf_res);
1701 buf_offset += average;
1702 usbd_get_page(temp->pc, buf_offset - 1, &buf_res);
2468 uint32_t buf_offset; local
2492 buf_offset = (nframes - xfer->endpoint->isoc_next) &
2496 (buf_offset < xfe
2773 uint32_t buf_offset; local
[all...]
H A Dohci.c1254 uint32_t buf_offset; local
1261 buf_offset = 0;
1338 usbd_get_page(temp->pc, buf_offset, &buf_res);
1340 buf_offset += (average - 1);
1342 usbd_get_page(temp->pc, buf_offset, &buf_res);
1344 buf_offset++;
1843 uint32_t buf_offset; local
1878 buf_offset = ((xfer->endpoint->isoc_next - nframes) & 0xFFFF);
1884 (usb_isoc_time_expand(&sc->sc_bus, nframes) + buf_offset +
1891 buf_offset
[all...]
H A Duhci.c132 uint32_t buf_offset; member in struct:uhci_mem_layout
209 ml->buf_offset = 0;
217 usbd_get_page(ml->buf_pc, ml->buf_offset, &ml->buf_res);
252 usbd_copy_out(ml->buf_pc, ml->buf_offset,
270 ml->buf_offset += td->len;
1546 temp->ml.buf_offset = 0;
H A Dxhci.c1736 uint32_t buf_offset; local
1746 buf_offset = 0;
1821 usbd_copy_out(temp->pc, temp->offset + buf_offset,
1860 buf_offset, &buf_res);
1944 buf_offset += buf_res.length;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmips-tdep.c292 const bfd_byte * out, int buf_offset)
315 reg_num, reg_offset, buf_offset, length);
321 fprintf_unfiltered (gdb_stdlog, "%02x", out[buf_offset + i]);
325 in + buf_offset);
328 out + buf_offset);
334 fprintf_unfiltered (gdb_stdlog, "%02x", in[buf_offset + i]);
2595 int buf_offset; member in struct:return_value_word
2614 lo->buf_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 4 : 0;
2615 hi->buf_offset = TARGET_BYTE_ORDER == BFD_ENDIAN_BIG ? 0 : 4;
2637 lo->buf_offset
290 mips_xfer_register(struct regcache *regcache, int reg_num, int length, enum bfd_endian endian, bfd_byte * in, const bfd_byte * out, int buf_offset) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zstreamdump/
H A Dzstreamdump.c177 int buf_offset = i + j; local
182 if (buf_offset % DUMP_GROUPING == 0) {
189 unsigned char hex_print = buf[buf_offset];
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp1727 size_t buf_offset = intersect_addr - bp_addr;
1728 ::memcpy(buf + buf_offset,
/freebsd-11-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h11063 uint32_t buf_offset;
11078 * buf_offset

Completed in 659 milliseconds