Searched refs:TIOCFLUSH (Results 1 – 10 of 10) sorted by relevance
/openbsd/lib/libc/termios/ |
H A D | tcflush.c | 55 return (ioctl(fd, TIOCFLUSH, &com)); in tcflush()
|
/openbsd/sys/sys/ |
H A D | ttycom.h | 78 #define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */ macro
|
/openbsd/lib/libcurses/tinfo/ |
H A D | lib_kernel.c | 164 ioctl(fd, TIOCFLUSH, 0); in flush_input()
|
/openbsd/gnu/usr.bin/perl/h2pl/eg/sys/ |
H A D | ioctl.pl | 30 $TIOCFLUSH = 0x80047410;
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ser-unix.c | 330 return ioctl (scb->fd, TIOCFLUSH, 0); in hardwire_flush_output() 349 return ioctl (scb->fd, TIOCFLUSH, 0); in hardwire_flush_input()
|
/openbsd/usr.sbin/wsmoused/ |
H A D | mouse_protocols.c | 709 ioctl(mouse.mfd, TIOCFLUSH, &i); in mouse_init()
|
/openbsd/sys/kern/ |
H A D | tty.c | 733 case TIOCFLUSH: in ttioctl() 777 case TIOCFLUSH: { /* flush buffers */ in ttioctl()
|
H A D | kern_pledge.c | 1270 case TIOCFLUSH: /* getty, telnet */ in pledge_ioctl()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 2306 unsigned IOCTL_TIOCFLUSH = TIOCFLUSH;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 1231 _(TIOCFLUSH, READ, sizeof(int));
|