Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/vmctl/
H A Dvmctl.h22 #define VMCTL_CU "/usr/bin/cu" macro
H A Dmain.c1045 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()