Searched refs:vki_termios (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/include/vki/
H A Dvki-ppc32-linux.h504 struct vki_termios { struct
574 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
575 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios)
576 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios)
577 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios)
H A Dvki-ppc64-linux.h537 struct vki_termios { struct
610 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
611 #define VKI_TCSETS _VKI_IOW('t', 20, struct vki_termios)
612 #define VKI_TCSETSW _VKI_IOW('t', 21, struct vki_termios)
613 #define VKI_TCSETSF _VKI_IOW('t', 22, struct vki_termios)
H A Dvki-amd64-linux.h391 struct vki_termios { struct
H A Dvki-arm64-linux.h365 struct vki_termios { struct
H A Dvki-arm-linux.h427 struct vki_termios { struct
H A Dvki-s390x-linux.h515 struct vki_termios { struct
H A Dvki-x86-linux.h465 struct vki_termios { struct
H A Dvki-mips32-linux.h512 struct vki_termios { struct
H A Dvki-mips64-linux.h518 struct vki_termios { struct
H A Dvki-darwin.h1000 #define vki_termios termios macro
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-darwin.c907 PRE_MEM_WRITE( "ioctl(TIOCGETA)", ARG3, sizeof(struct vki_termios) );
910 PRE_MEM_READ( "ioctl(TIOCSETA)", ARG3, sizeof(struct vki_termios) );
1030 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios));
H A Dsyswrap-linux.c5716 PRE_MEM_READ( "ioctl(TCSET{S,SW,SF})", ARG3, sizeof(struct vki_termios) );
5719 PRE_MEM_WRITE( "ioctl(TCGETS)", ARG3, sizeof(struct vki_termios) );
7184 POST_MEM_WRITE( ARG3, sizeof(struct vki_termios) );

Completed in 197 milliseconds