Home
last modified time | relevance | path

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

/external/valgrind/include/vki/
Dvki-ppc32-linux.h509 struct vki_termios { struct
579 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
580 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios)
581 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios)
582 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios)
Dvki-ppc64-linux.h544 struct vki_termios { struct
617 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
618 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios)
619 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios)
620 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios)
Dvki-arm64-linux.h370 struct vki_termios { struct
Dvki-amd64-linux.h396 struct vki_termios { struct
Dvki-tilegx-linux.h390 struct vki_termios { struct
Dvki-s390x-linux.h526 struct vki_termios { struct
Dvki-arm-linux.h432 struct vki_termios { struct
Dvki-x86-linux.h470 struct vki_termios { struct
Dvki-mips32-linux.h517 struct vki_termios { struct
Dvki-mips64-linux.h523 struct vki_termios { struct
Dvki-darwin.h1037 #define vki_termios termios macro
Dvki-solaris.h1240 #define vki_termios termios macro
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-solaris.c3078 PRE_MEM_WRITE("ioctl(TCGETS)", ARG3, sizeof(struct vki_termios)); in PRE()
3081 PRE_MEM_READ("ioctl(TCSETS)", ARG3, sizeof(struct vki_termios)); in PRE()
3084 PRE_MEM_READ("ioctl(TCSETSW)", ARG3, sizeof(struct vki_termios)); in PRE()
3087 PRE_MEM_READ("ioctl(TCSETSF)", ARG3, sizeof(struct vki_termios)); in PRE()
3345 POST_MEM_WRITE(ARG3, sizeof(struct vki_termios)); in POST()
Dsyswrap-darwin.c1275 PRE_MEM_WRITE( "ioctl(TIOCGETA)", ARG3, sizeof(struct vki_termios) ); in PRE()
1278 PRE_MEM_READ( "ioctl(TIOCSETA)", ARG3, sizeof(struct vki_termios) ); in PRE()
1469 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios)); in POST()
Dsyswrap-linux.c5613 PRE_MEM_READ( "ioctl(TCSET{S,SW,SF})", ARG3, sizeof(struct vki_termios) ); in PRE()
5616 PRE_MEM_WRITE( "ioctl(TCGETS)", ARG3, sizeof(struct vki_termios) ); in PRE()
8516 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios) ); in POST()
/external/valgrind/docs/internals/
Dporting-to-ARM.txt633 struct vki_termios {