Home
last modified time | relevance | path

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

/external/valgrind/main/include/vki/
Dvki-ppc32-linux.h496 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)
Dvki-ppc64-linux.h534 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)
Dvki-amd64-linux.h387 struct vki_termios { struct
Dvki-arm-linux.h424 struct vki_termios { struct
Dvki-s390x-linux.h514 struct vki_termios { struct
Dvki-x86-linux.h462 struct vki_termios { struct
Dvki-mips32-linux.h508 struct vki_termios { struct
Dvki-darwin.h1000 #define vki_termios termios macro
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-linux.c4341 PRE_MEM_READ( "ioctl(TCSET{S,SW,SF})", ARG3, sizeof(struct vki_termios) ); in PRE()
4344 PRE_MEM_WRITE( "ioctl(TCGETS)", ARG3, sizeof(struct vki_termios) ); in PRE()
5720 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios) ); in POST()
Dsyswrap-darwin.c891 PRE_MEM_WRITE( "ioctl(TIOCGETA)", ARG3, sizeof(struct vki_termios) ); in PRE()
894 PRE_MEM_READ( "ioctl(TIOCSETA)", ARG3, sizeof(struct vki_termios) ); in PRE()
1014 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios)); in POST()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt633 struct vki_termios {