Home
last modified time | relevance | path

Searched refs:IUCLC (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dtermbits.h69 #define IUCLC 0x1000 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dtermbits.h61 #define IUCLC 0x0200 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dtermbits.h61 #define IUCLC 0x0200 macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dtermbits.h75 #define IUCLC 0x1000 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dtermbits.h81 #define IUCLC 0x0200 /* Map upper case to lower case on input */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dtermbits.h78 #define IUCLC 0x0200 macro
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c218 #ifdef IUCLC in ipmi_serial_term_open()
221 ti.c_iflag &= ~(IUCLC); in ipmi_serial_term_open()
H A Dserial_basic.c271 #ifdef IUCLC in serial_bm_open()
274 ti.c_iflag &= ~(IUCLC); in serial_bm_open()
/openbmc/linux/include/linux/
H A Dtty.h67 #define I_IUCLC(tty) _I_FLAG((tty), IUCLC)
/openbmc/ipmitool/
H A DChangeLog52 * Change serial plugin to only try to disable the IUCLC serial line flag on
/openbmc/qemu/linux-user/
H A Dstrace.c1378 FLAG_TARGET(IUCLC),
H A Dsyscall.c5698 { TARGET_IUCLC, TARGET_IUCLC, IUCLC, IUCLC },