Searched refs:op_wr (Results 1 – 1 of 1) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | snapshot.c | 658 const size_t len, const size_t totalmem, const bool op_wr) in vm_snapshot_mem_part() argument 699 if (op_wr) in vm_snapshot_mem_part() 723 vm_snapshot_mem(struct vmctx *ctx, int snapfd, size_t memsz, const bool op_wr) in vm_snapshot_mem() argument 737 if ((op_wr == false) && (totalmem != memsz)) { in vm_snapshot_mem() 750 totalmem, op_wr); in vm_snapshot_mem() 753 __func__, op_wr ? "write" : "read"); in vm_snapshot_mem() 762 baseaddr + vm_get_highmem_base(ctx), highmem, totalmem, op_wr); in vm_snapshot_mem() 765 __func__, op_wr ? "write" : "read"); in vm_snapshot_mem()
|