/titanic_44/usr/src/cmd/tip/aculib/ |
H A D | hayes.c | 49 (void) ioctl(FD, TCFLSH, TCIOFLUSH); in hayes_dialer() 64 (void) ioctl(FD, TCFLSH, TCIOFLUSH); in hayes_dialer() 96 (void) ioctl(FD, TCFLSH, TCIOFLUSH); in hayes_abort() 139 (void) ioctl(fd, TCFLSH, TCIOFLUSH); in hayes_sync()
|
H A D | df.c | 80 (void) ioctl(f, TCFLSH, TCOFLUSH); in df_dialer() 103 (void) ioctl(FD, TCFLSH, TCOFLUSH); in df_disconnect()
|
H A D | biz31.c | 105 (void) ioctl(FD, TCFLSH, TCOFLUSH); in biz31_disconnect() 212 (void) ioctl(fd, TCFLSH, TCIOFLUSH); in bizsync()
|
H A D | biz22.c | 106 (void) ioctl(FD, TCFLSH, TCOFLUSH); in biz22_disconnect()
|
H A D | v3451.c | 102 (void) ioctl(FD, TCFLSH, TCOFLUSH); in v3451_dialer()
|
H A D | ventel.c | 77 (void) ioctl(FD, TCFLSH, TCIOFLUSH); in ven_dialer()
|
H A D | v831.c | 197 (void) ioctl(AC, TCFLSH, TCOFLUSH); in dialit()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | tcflush.c | 52 return (ioctl(fildes, TCFLSH, queue_selector)); in tcflush()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | flushinp.c | 58 (void) ioctl(cur_term -> Filedes, TCFLSH, 0); in flushinp()
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 200 return (ioctl(fd, TCFLSH, queue)); in tcflush()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 230 #define TCFLSH _IO('T', 7) macro
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 230 #define TCFLSH _IO('T', 7) macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | termios.h | 325 #define TCFLSH (_TIOC|7) macro
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 142 if ( ioctl(ttyi, TCFLSH, 2) == -1 ) { in setupline()
|
/titanic_44/usr/src/cmd/bnu/ |
H A D | cu.c | 773 (void)ioctl(Cn, TCFLSH, 0); /* flush remote input */ in _flush() 774 (void)ioctl(TTYOUT, TCFLSH, 1); /* flush tty output */ in _flush()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 671 iocp->ioc_cmd = TCFLSH; /* turn it into a TCFLSH */ in ttcompat_do_ioctl()
|
H A D | ldterm.c | 4209 case TCFLSH: in ldterm_do_ioctl()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | vcc.c | 1931 case TCFLSH: in i_vcc_port_ioctl()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 336 { (uint_t)TCFLSH, "TCFLSH", NULL },
|
H A D | print.c | 364 case TCFLSH: in prt_ioa()
|
/titanic_44/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3344 case TCFLSH: str = "TCFLSH"; break; in usbser_ioctl2str()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 3128 case TCFLSH: in job_control_type() 3342 case TCFLSH: in strioctl()
|