Home
last modified time | relevance | path

Searched refs:keeptty (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/vmd/
H A Dvmd.c1139 vm_stop(struct vmd_vm *vm, int keeptty, const char *caller) in vm_stop() argument
1149 vm->vm_vmid, keeptty ? ", keeping tty open" : ""); in vm_stop()
1186 if (!keeptty) { in vm_stop()