/openbmc/linux/arch/um/drivers/ |
H A D | chan_user.c | 96 CATCH_EINTR(err = tcsetattr(fd, TCSAFLUSH, &new)); in generic_console_write() 106 CATCH_EINTR(tcsetattr(fd, TCSAFLUSH, &save)); in generic_console_write()
|
H A D | fd.c | 77 CATCH_EINTR(err = tcsetattr(fd, TCSAFLUSH, &data->tt)); in fd_close()
|
H A D | slip_user.c | 50 if (tcsetattr(fd, TCSAFLUSH, &tios) < 0) { in set_up_tty()
|
/openbmc/obmc-console/ |
H A D | tty-handler.c | 209 if (tcsetattr(th->fd, TCSAFLUSH, &term_options) < 0) { in set_terminal_baud() 231 if (tcsetattr(th->fd, TCSAFLUSH, &term_options) < 0) { in make_terminal_raw()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 155 #define TCSAFLUSH 2 macro
|
/openbmc/u-boot/tools/gdb/ |
H A D | serial.c | 74 if (tcsetattr(fd, TCSAFLUSH, &tios) < 0) { in serialopen()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 147 #define TCSAFLUSH 2 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 147 #define TCSAFLUSH 2 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 165 #define TCSAFLUSH 2 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 175 #define TCSAFLUSH TCSETSF /* Flush pending input before changing */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 197 #define TCSAFLUSH 2 macro
|
/openbmc/qemu/qga/ |
H A D | channel-posix.c | 165 if (tcsetattr(fd, TCSAFLUSH, &tio) < 0) { in ga_channel_open()
|
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 315 tcsetattr(*aslave, TCSAFLUSH, &tty); in qemu_openpty_raw()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 508 tcsetattr(0, TCSAFLUSH, &save); in perf_top__handle_keypress() 714 tcsetattr(0, TCSAFLUSH, &save); in display_thread() 722 tcsetattr(0, TCSAFLUSH, &save); in display_thread()
|
H A D | builtin-kvm.c | 1537 tcsetattr(0, TCSAFLUSH, &save); in kvm_events_live_report()
|
/openbmc/ipmitool/src/plugins/serial/ |
H A D | serial_terminal.c | 228 tcsetattr(intf->fd, TCSAFLUSH, &ti); in ipmi_serial_term_open()
|
H A D | serial_basic.c | 282 tcsetattr(intf->fd, TCSAFLUSH, &ti); in serial_bm_open()
|
/openbmc/linux/tools/firewire/ |
H A D | nosy-dump.c | 892 tcsetattr(STDIN_FILENO, TCSAFLUSH, &tattr); in set_input_mode()
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_sunoem.c | 1037 if ((rc = tcsetattr(fileno(f), TCSAFLUSH, &ts))) { in sunoem_cli_unbufmode_start() 1049 if ((rc = tcsetattr(fileno(f), TCSAFLUSH, ts))) { in sunoem_cli_unbufmode_stop()
|