Searched refs:op_wr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14-stable/usr.sbin/bhyve/ |
| HD | snapshot.c | 659 const size_t len, const size_t totalmem, const bool op_wr) in vm_snapshot_mem_part() argument 700 if (op_wr) in vm_snapshot_mem_part() 724 vm_snapshot_mem(struct vmctx *ctx, int snapfd, size_t memsz, const bool op_wr) in vm_snapshot_mem() argument 738 if ((op_wr == false) && (totalmem != memsz)) { in vm_snapshot_mem() 751 totalmem, op_wr); in vm_snapshot_mem() 754 __func__, op_wr ? "write" : "read"); in vm_snapshot_mem() 763 highmem, totalmem, op_wr); in vm_snapshot_mem() 766 __func__, op_wr ? "write" : "read"); in vm_snapshot_mem()
|