Home
last modified time | relevance | path

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

/openbsd/src/sys/sys/
Dttycom.h117 #define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */ macro
/openbsd/src/sys/kern/
Dtty_pty.c838 case TIOCUCNTL: in ptyioctl()
Dkern_pledge.c1257 case TIOCUCNTL: /* vmd */ in pledge_ioctl()
/openbsd/src/usr.sbin/vmd/
Dvmd.c1754 if (ioctl(vm->vm_tty, TIOCUCNTL, &on) == -1) { in vm_opentty()
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2334 unsigned IOCTL_TIOCUCNTL = TIOCUCNTL;
Dsanitizer_interceptors_ioctl_netbsd.inc1259 _(TIOCUCNTL, READ, sizeof(int));