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

/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c658 const size_t len, const size_t totalmem, const bool op_wr)
699 if (op_wr)
723 vm_snapshot_mem(struct vmctx *ctx, int snapfd, size_t memsz, const bool op_wr) argument
737 if ((op_wr == false) && (totalmem != memsz)) {
750 totalmem, op_wr);
753 __func__, op_wr ? "write" : "read");
762 baseaddr + vm_get_highmem_base(ctx), highmem, totalmem, op_wr);
765 __func__, op_wr ? "write" : "read");
657 vm_snapshot_mem_part(const int snapfd, const size_t foff, void *src, const size_t len, const size_t totalmem, const bool op_wr) argument

Completed in 116 milliseconds