Lines Matching refs:vmname
254 send_message(const char *vmname, nvlist_t *nvl) in send_message() argument
268 BHYVE_RUN_DIR, vmname); in send_message()
307 snapshot_request(const char *vmname, char *file, bool suspend) in snapshot_request() argument
321 return (send_message(vmname, nvl)); in snapshot_request()
328 char *vmname; in main() local
342 vmname = NULL; in main()
355 vmname = optarg; in main()
388 if (vmname == NULL) in main()
392 ctx = vm_openf(vmname, create ? VMMAPI_OPEN_CREATE : 0); in main()
396 vmname, strerror(errno)); in main()
519 error = snapshot_request(vmname, checkpoint_file, vm_suspend_opt); in main()