Searched refs:VMCTL_CU (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/usr.sbin/vmctl/ |
| H A D | vmctl.h | 22 #define VMCTL_CU "/usr/bin/cu" macro
|
| H A D | main.c | 1045 if (unveil(VMCTL_CU, "x") == -1) in ctl_openconsole() 1046 err(1, "unveil %s", VMCTL_CU); in ctl_openconsole() 1047 execl(VMCTL_CU, VMCTL_CU, "-r", "-l", name, "-s", "115200", in ctl_openconsole()
|