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

/freebsd-current/usr.sbin/bhyvectl/
H A Dbhyvectl.c336 char *checkpoint_file = NULL; local
374 if (checkpoint_file != NULL)
377 checkpoint_file = optarg;
523 if (!error && checkpoint_file)
524 error = snapshot_request(vmname, checkpoint_file, vm_suspend_opt);
/freebsd-current/crypto/openssh/
H A Dmoduli.c581 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines)
611 if (checkpoint_file != NULL)
612 last_processed = read_checkpoint(checkpoint_file);
629 if (checkpoint_file != NULL)
630 write_checkpoint(checkpoint_file, count_in);
806 if (checkpoint_file != NULL)
807 unlink(checkpoint_file);
580 prime_test(FILE *in, FILE *out, u_int32_t trials, u_int32_t generator_wanted, char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) argument
/freebsd-current/usr.sbin/bhyve/
H A Dsnapshot.c1216 vm_checkpoint(struct vmctx *ctx, int fddir, const char *checkpoint_file, argument
1228 kdata_filename = strcat_extension(checkpoint_file, ".kern");
1241 fd_checkpoint = openat(fddir, checkpoint_file, O_RDWR | O_CREAT | O_TRUNC, 0700);
1249 meta_filename = strcat_extension(checkpoint_file, ".meta");

Completed in 71 milliseconds