Searched refs:TIOCFLUSH (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/netbsd-tests/kernel/tty/ |
H A D | t_pr.c | 84 rump_sys_ioctl(master, TIOCFLUSH, &flags); in exercise_ptytty() 94 rump_sys_ioctl(master, TIOCFLUSH, &flags); in exercise_ptytty()
|
/freebsd/sys/sys/ |
H A D | ttycom.h | 55 #define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */ macro
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_kernel.c | 162 ioctl(fd, TIOCFLUSH, 0); in flush_input()
|
/freebsd/contrib/telnet/telnet/ |
H A D | sys_bsd.c | 101 # define TIOCFLUSH TC_PX_DRAIN macro 219 #ifdef TIOCFLUSH in TerminalFlushOutput() 220 (void) ioctl(fileno(stdout), TIOCFLUSH, (char *) 0); in TerminalFlushOutput()
|
/freebsd/lib/libc/gen/ |
H A D | termios.c | 246 return (_ioctl(fd, TIOCFLUSH, &com)); in tcflush()
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | sys_bsd.c | 179 #ifdef TIOCFLUSH in TerminalFlushOutput() 180 ioctl(fileno(stdout), TIOCFLUSH, (char *) 0); in TerminalFlushOutput()
|
/freebsd/share/doc/psd/21.ipc/ |
H A D | spell.ok | 102 TIOCFLUSH
|
/freebsd/usr.sbin/moused/ |
H A D | moused.c | 1708 ioctl(rodent.mfd, TIOCFLUSH, &i); in r_init() 1759 ioctl(rodent.mfd, TIOCFLUSH, &i); in r_init() 1784 ioctl(rodent.mfd, TIOCFLUSH, &i); in r_init() 2799 ioctl(rodent.mfd, TIOCFLUSH, &i); in pnpwakeup1() 2820 ioctl(rodent.mfd, TIOCFLUSH, &i); in pnpwakeup1() 2859 ioctl(rodent.mfd, TIOCFLUSH, &i); in pnpwakeup2()
|
/freebsd/sys/kern/ |
H A D | tty.c | 577 case TIOCFLUSH: in ttydev_ioctl() 1931 case TIOCFLUSH: { in tty_generic_ioctl()
|
/freebsd/contrib/llvm-project/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));
|
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.c | 810 error = (fo_ioctl(fp,TIOCFLUSH,(caddr_t)&val,td->td_ucred,td)); in linux_ioctl_termio()
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2770 * [Bug 1768] TIOCFLUSH undefined in linux for refclock_acts.
|
H A D | CommitLog | [all...] |