Searched refs:checkpoint_file (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | moduli.c | 581 char *checkpoint_file, unsigned long start_lineno, unsigned long num_lines) in prime_test() argument 611 if (checkpoint_file != NULL) in prime_test() 612 last_processed = read_checkpoint(checkpoint_file); in prime_test() 629 if (checkpoint_file != NULL) in prime_test() 630 write_checkpoint(checkpoint_file, count_in); in prime_test() 806 if (checkpoint_file != NULL) in prime_test() 807 unlink(checkpoint_file); in prime_test()
|
/freebsd/usr.sbin/bhyvectl/ |
H A D | bhyvectl.c | 336 char *checkpoint_file = NULL; in main() local 374 if (checkpoint_file != NULL) in main() 377 checkpoint_file = optarg; in main() 518 if (!error && checkpoint_file) in main() 519 error = snapshot_request(vmname, checkpoint_file, vm_suspend_opt); in main()
|
/freebsd/usr.sbin/bhyve/ |
H A D | snapshot.c | 1216 vm_checkpoint(struct vmctx *ctx, int fddir, const char *checkpoint_file, in vm_checkpoint() argument 1228 kdata_filename = strcat_extension(checkpoint_file, ".kern"); in vm_checkpoint() 1241 fd_checkpoint = openat(fddir, checkpoint_file, O_RDWR | O_CREAT | O_TRUNC, 0700); in vm_checkpoint() 1249 meta_filename = strcat_extension(checkpoint_file, ".meta"); in vm_checkpoint()
|