Searched refs:TCSADRAIN (Results 1 – 14 of 14) sorted by relevance
/openbmc/openbmc/poky/scripts/ |
H A D | oepydevshell-internal.py | 23 termios.tcsetattr(fd, termios.TCSADRAIN, old) 28 termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_tsol.c | 201 } else if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode() 203 } else if (tcsetattr(fileno(stdout), TCSADRAIN, &_saved_tio) == -1) { in leave_raw_mode() 237 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) < 0) { in enter_raw_mode() 239 } else if (tcsetattr(fileno(stdout), TCSADRAIN, &tio) < 0) { in enter_raw_mode()
|
H A D | ipmi_isol.c | 292 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode() 319 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) in enter_raw_mode()
|
H A D | ipmi_sol.c | 1152 if (tcsetattr(fileno(stdin), TCSADRAIN, &_saved_tio) == -1) in leave_raw_mode() 1178 if (tcsetattr(fileno(stdin), TCSADRAIN, &tio) == -1) in enter_raw_mode()
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | termbits.h | 154 #define TCSADRAIN 1 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | termbits.h | 146 #define TCSADRAIN 1 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | termbits.h | 146 #define TCSADRAIN 1 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | termbits.h | 164 #define TCSADRAIN 1 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | termbits.h | 174 #define TCSADRAIN TCSETSW /* Change when pending output is written */ macro
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-riscv32-Define-F_SETLK-F_SETLKW-and-fix-F_GETLK.patch | 32 pub const TCSADRAIN: ::c_int = 1;
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | termbits.h | 196 #define TCSADRAIN 1 macro
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | util.c | 39 CATCH_EINTR(err = tcsetattr(fd, TCSADRAIN, &tt)); in raw()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | devshell.bbclass | 58 termios.tcsetattr(fd, termios.TCSADRAIN, old)
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 187 termios.tcsetattr(fd, termios.TCSADRAIN, new) 347 self.termios.tcsetattr(fd, self.termios.TCSADRAIN, self.stdinbackup)
|