Searched refs:copy_offset (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/gdbserver/
H A Dmem-break.c222 int copy_offset, copy_len, buf_offset; local
238 copy_offset = start - bp->pc;
241 memcpy (buf + buf_offset, bp->old_data + copy_offset, copy_len);
255 int copy_offset, copy_len, buf_offset; local
271 copy_offset = start - bp->pc;
274 memcpy (bp->old_data + copy_offset, buf + buf_offset, copy_len);
276 memcpy (buf + buf_offset, breakpoint_data + copy_offset, copy_len);
/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Duser_mad.c455 int ret, data_len, hdr_len, copy_offset, rmpp_active; local
513 copy_offset = IB_MGMT_MAD_HDR;
516 copy_offset = IB_MGMT_RMPP_HDR;
540 if (copy_from_user(packet->msg->mad + copy_offset,
541 buf + copy_offset,
542 hdr_len + data_len - copy_offset)) {
/freebsd-10.1-release/contrib/gcc/
H A Dregrename.c1346 int copy_offset
1349 = GET_MODE_SIZE (orig_mode) - GET_MODE_SIZE (new_mode) - copy_offset;
1345 int copy_offset local

Completed in 59 milliseconds