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

/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c657 vm_snapshot_mem_part(const int snapfd, const size_t foff, void *src, argument
667 if (lseek(snapfd, foff, SEEK_SET) < 0) {
700 done = write(snapfd, src, todo);
702 done = read(snapfd, src, todo);
723 vm_snapshot_mem(struct vmctx *ctx, int snapfd, size_t memsz, const bool op_wr) argument
749 ret = vm_snapshot_mem_part(snapfd, 0, baseaddr, lowmem,
761 ret = vm_snapshot_mem_part(snapfd, lowmem,

Completed in 113 milliseconds