Searched refs:offset_bytes (Results 1 – 1 of 1) sorted by relevance
42 size_t offset_bytes, in _raw_copy_from_guest_buf_offset() argument52 if ( (offset_bytes + dst_bytes) < offset_bytes || in _raw_copy_from_guest_buf_offset()53 (offset_bytes + dst_bytes) > buf_bytes ) in _raw_copy_from_guest_buf_offset()57 offset_bytes, dst_bytes); in _raw_copy_from_guest_buf_offset()60 #define COPY_FROM_GUEST_BUF_OFFSET(dst, bufs, buf_idx, offset_bytes) \ argument61 _raw_copy_from_guest_buf_offset(&(dst), bufs, buf_idx, offset_bytes, \
Completed in 14 milliseconds