Home
last modified time | relevance | path

Searched refs:ISTRIP (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits-common.h14 #define ISTRIP 0x020 /* Strip 8th bit off characters */ macro
/openbmc/linux/drivers/usb/serial/
H A Dempeg.c95 | ISTRIP /* disable clear high bit of input characters */ in empeg_init_termios()
H A Dcypress_m8.c929 | ISTRIP /* disable clear high bit of input char */ in cypress_set_termios()
/openbmc/qemu/chardev/
H A Dchar-stdio.c66 tty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in qemu_chr_set_echo_stdio()
H A Dchar-serial.c141 tty.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP in tty_serial_init()
H A Dchar-pty.c292 ~(IGNBRK | BRKINT | PARMRK | ISTRIP | INLCR | IGNCR | ICRNL | IXON); in cfmakeraw()
/openbmc/ipmitool/lib/
H A Dipmi_tsol.c222 tio.c_iflag &= (ISTRIP | IGNBRK); in enter_raw_mode()
230 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
H A Dipmi_isol.c310 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF)\ in enter_raw_mode()
H A Dipmi_sol.c1170 tio.c_iflag &= ~(ISTRIP | INLCR | IGNCR | ICRNL | IXON | IXANY | IXOFF); in enter_raw_mode()
/openbmc/qemu/qga/
H A Dchannel-posix.c190 tio.c_iflag &= ~(IGNBRK | BRKINT | IGNPAR | PARMRK | INPCK | ISTRIP | in ga_channel_open()
/openbmc/linux/drivers/tty/serdev/
H A Dserdev-ttyport.c130 ktermios.c_iflag &= ~(IGNBRK | BRKINT | PARMRK | ISTRIP | in ttyport_open()
/openbmc/linux/include/linux/
H A Dtty.h63 #define I_ISTRIP(tty) _I_FLAG((tty), ISTRIP)
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c216 ti.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL | INPCK | ISTRIP in ipmi_serial_term_open()
H A Dserial_basic.c269 ti.c_iflag &= ~(IGNBRK | IGNCR | INLCR | ICRNL | INPCK | ISTRIP in serial_bm_open()
/openbmc/linux/drivers/net/usb/
H A Dhso.c1052 | ISTRIP /* disable clear high bit of input characters */ in hso_init_termios()
/openbmc/qemu/linux-user/
H A Dstrace.c1374 FLAG_TARGET(ISTRIP),
H A Dsyscall.c5694 { TARGET_ISTRIP, TARGET_ISTRIP, ISTRIP, ISTRIP },