Home
last modified time | relevance | path

Searched refs:TCIOFLUSH (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits-common.h64 #define TCIOFLUSH 2 /* Discard all pending data */ macro
/openbmc/u-boot/tools/
H A Dkwboot.c297 rc = tcflush(tty, TCIOFLUSH); in kwboot_bootmsg()
330 rc = tcflush(tty, TCIOFLUSH); in kwboot_debugmsg()
433 tcflush(tty, TCIOFLUSH); in kwboot_xmodem()
/openbmc/linux/drivers/net/ppp/
H A Dppp_synctty.c302 if (arg == TCIOFLUSH || arg == TCOFLUSH) in ppp_synctty_ioctl()
H A Dppp_async.c309 if (arg == TCIOFLUSH || arg == TCOFLUSH) in ppp_asynctty_ioctl()
/openbmc/linux/drivers/tty/
H A Dn_hdlc.c624 case TCIOFLUSH: in n_hdlc_tty_ioctl()
H A Dtty_ioctl.c916 case TCIOFLUSH: in __tty_perform_flush()
H A Dtty_io.c2760 case TCIOFLUSH: in tty_ioctl()
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c343 return ioctl(intf->fd, TCFLSH, TCIOFLUSH); in serial_flush()
H A Dserial_basic.c328 return ioctl(intf->fd, TCFLSH, TCIOFLUSH); in serial_bm_flush()