Home
last modified time | relevance | path

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

/openbsd/lib/libc/termios/
H A Dtcsetattr.c49 return (ioctl(fd, TIOCSETAW, t)); in tcsetattr()
/openbsd/sys/sys/
H A Dttycom.h82 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */ macro
/openbsd/sys/kern/
H A Dtty_pty.c857 case TIOCSETAW: in ptyioctl()
916 case TIOCSETAW: in ptyioctl()
H A Dtty.c740 case TIOCSETAW: in ttioctl()
862 case TIOCSETAW: /* drain output, set */ in ttioctl()
867 if (cmd == TIOCSETAW || cmd == TIOCSETAF) { in ttioctl()
H A Dkern_pledge.c1293 case TIOCSETAW: /* cu, ... */ in pledge_ioctl()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2309 unsigned IOCTL_TIOCSETAW = TIOCSETAW;
H A Dsanitizer_interceptors_ioctl_netbsd.inc1234 _(TIOCSETAW, READ, 0);