/external/valgrind/main/include/vki/ |
vki-ppc64-linux.h | 534 struct vki_termios { struct 604 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios) 605 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios) 606 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios) 607 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios)
|
vki-ppc32-linux.h | 496 struct vki_termios { struct 566 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios) 567 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios) 568 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios) 569 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios) [all...] |
vki-darwin.h | 1000 #define vki_termios termios macro
|
vki-amd64-linux.h | 387 struct vki_termios { struct
|
vki-s390x-linux.h | 514 struct vki_termios { struct
|
vki-arm-linux.h | 424 struct vki_termios { struct
|
vki-mips32-linux.h | 508 struct vki_termios { struct [all...] |
vki-x86-linux.h | 462 struct vki_termios { struct
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-darwin.c | 891 PRE_MEM_WRITE( "ioctl(TIOCGETA)", ARG3, sizeof(struct vki_termios) ); 894 PRE_MEM_READ( "ioctl(TIOCSETA)", ARG3, sizeof(struct vki_termios) ); [all...] |
syswrap-linux.c | [all...] |
/external/valgrind/main/docs/internals/ |
porting-to-ARM.txt | 633 struct vki_termios { [all...] |