qvm_slice_store()
Given a slice descriptor, store some of its state data
Synopsis:
#include <qvm/utils.h>void qvm_slice_store(const struct qvm_slice_descriptor *desc,
unsigned off,
unsigned nbytes,
void *dst,
const void *src)Arguments:
- desc
- A pointer to the slice descriptor.
- off
- The starting offset of the state data.
- nbytes
- The number of bytes to be stored.
- dst
- A pointer to the start of the state data block.
- src
- A pointer to the start of the source bytes to be stored.
Page updated:
