Home
last modified time | relevance | path

Searched refs:TCGETA (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/tools/include/uapi/asm-generic/
H A Dioctls.h24 #define TCGETA 0x5405 macro
/openbmc/linux/include/uapi/asm-generic/
H A Dioctls.h24 #define TCGETA 0x5405 macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dioctls.h15 #define TCGETA 0x5401 macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dioctls.h13 #define TCGETA _IOR('T', 1, struct termio) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dioctls.h26 #define TCGETA _IOR('t', 23, struct termio) macro
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dioctls.h20 #define TCGETA 0x80127417 /* _IOR('t', 23, struct termio) */ macro
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dioctls.h32 #define TCGETA 0x80127417 /* _IOR('t', 23, struct termio) */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dioctls.h26 #define TCGETA _IOR('t', 23, struct termio) macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dioctls.h8 #define TCGETA _IOR('T', 1, struct termio) macro
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A Dexpect-configure-c99.patch125 #if defined(TCGETS) || defined(TCGETA)
/openbmc/linux/drivers/tty/
H A Dtty_ioctl.c838 case TCGETA: in tty_mode_ioctl()
H A Dtty_io.c2912 case TCGETA: in tty_compat_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h10 IOCTL(TCGETA, IOC_R, MK_PTR(TYPE_INT)) in IOCTL()