Searched refs:vmname (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.2-release/share/examples/bhyve/
H A Dvmrun.sh52 echo " [-t <tapdev>] <vmname>"
161 vmname="$1"
187 echo "Launching virtual machine \"$vmname\" ..."
191 ${BHYVECTL} --vm=${vmname} --destroy > /dev/null 2>&1
229 ${vmname}
273 ${vmname}
293 ${BHYVECTL} --vm=${vmname} --destroy > /dev/null 2>&1
/freebsd-10.2-release/usr.sbin/bhyve/
H A Dbhyverun.h44 extern char *vmname;
H A Dbhyverun.c78 char *vmname; variable
812 vmname = argv[0];
814 ctx = vm_open(vmname);
891 setproctitle("%s", vmname);
H A Dmevent_test.c57 char *vmname = "test vm"; variable
H A Dmevent.c60 extern char *vmname;
H A Dsmbiostbl.c612 MD5Update(&mdctx, vmname, strlen(vmname));
H A Dpci_virtio_net.c624 pi->pi_func, vmname);
/freebsd-10.2-release/usr.sbin/bhyveload/
H A Dbhyveload.c99 static char *vmname, *progname; variable
633 " %*s [-h <host-path>] [-m mem-size] <vmname>\n",
692 vmname = argv[0];
695 error = vm_create(vmname);
704 ctx = vm_open(vmname);
/freebsd-10.2-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c73 "Usage: %s --vm=<vmname>\n"
1526 char *vmname; local
1545 vmname = NULL;
1554 vmname = optarg;
1689 if (vmname == NULL)
1695 error = vm_create(vmname);
1698 ctx = vm_open(vmname);
1700 printf("VM:%s is not created.\n", vmname);

Completed in 119 milliseconds