Home
last modified time | relevance | path

Searched refs:vki_termios (Results 1 – 10 of 10) sorted by relevance

/external/valgrind/main/include/vki/
Dvki-ppc32-linux.h484 struct vki_termios { struct
554 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
555 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios)
556 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios)
557 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios)
Dvki-ppc64-linux.h522 struct vki_termios { struct
592 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
593 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios)
594 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios)
595 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios)
Dvki-amd64-linux.h375 struct vki_termios { struct
Dvki-s390x-linux.h502 struct vki_termios { struct
Dvki-arm-linux.h412 struct vki_termios { struct
Dvki-x86-linux.h450 struct vki_termios { struct
Dvki-darwin.h997 #define vki_termios termios macro
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c3951 PRE_MEM_READ( "ioctl(TCSET{S,SW,SF})", ARG3, sizeof(struct vki_termios) ); in PRE()
3954 PRE_MEM_WRITE( "ioctl(TCGETS)", ARG3, sizeof(struct vki_termios) ); in PRE()
5226 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios) ); in POST()
Dsyswrap-darwin.c892 PRE_MEM_WRITE( "ioctl(TIOCGETA)", ARG3, sizeof(struct vki_termios) ); in PRE()
895 PRE_MEM_READ( "ioctl(TIOCSETA)", ARG3, sizeof(struct vki_termios) ); in PRE()
1015 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios)); in POST()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt633 struct vki_termios {