Searched refs:TCGETS (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | ioctls.h | 27 #undef TCGETS 31 #define TCGETS _IOR ('T', 8, char[36]) macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | ioctls.h | 27 #undef TCGETS 31 #define TCGETS _IOR ('T', 16, char[36]) macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | ioctls.h | 27 #undef TCGETS 31 #define TCGETS _IOR ('t', 19, char[44]) macro
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/ |
D | kernel_termios.h | 44 #undef TCGETS 48 #define TCGETS _IOR ('t', 19, struct __kernel_termios) macro
|
D | internal-ioctl.h | 28 case TCGETS: in __ioctl_arch()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | tcgetattr.c | 38 retval = INLINE_SYSCALL (ioctl, 3, fd, TCGETS, &k_termios); in __tcgetattr()
|