Home
last modified time | relevance | path

Searched refs:termios2 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/xtensa/
H A Dtermbits.h299 #define TARGET_TCGETS2 _IOR('T', 42, struct termios2)
300 #define TARGET_TCSETS2 _IOW('T', 43, struct termios2)
301 #define TARGET_TCSETSW2 _IOW('T', 44, struct termios2)
302 #define TARGET_TCSETSF2 _IOW('T', 45, struct termios2)
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-maturin/
H A D0001-Define-more-ioctl-codes-on-riscv32gc-unknown-linux-g.patch24 pub struct termios2 {
/openbmc/qemu/linux-user/
H A Dsyscall_types.h3 STRUCT_SPECIAL(termios2)
H A Dsyscall.c89 #define termios2 host_termios2 macro