Function simics_api_sys::bindings::frags_extract

source ยท
pub unsafe extern "C" fn frags_extract(
    buf: *const frags_t,
    vdst: *mut c_void,
)
Expand description
extract the contents of a frags_t

Copy the whole contents of buf to vdst. The destination buffer vdst should be large enough to contain all data in buf.

This function is completely equivalent to frags_extract_slice() with an offset and a length covering the whole contents of the frags_t, and is provided for convenience.

None Cell Context frags_extract_8, frags_extract_slice, frags_extract_alloc, frags_extract_slice_alloc