HomeSort by relevance Sort by last modified time
    Searched refs:vki_termios (Results 1 - 9 of 9) sorted by null

  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 484 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)
    [all...]
vki-ppc64-linux.h 522 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)
vki-amd64-linux.h 375 struct vki_termios { struct
vki-arm-linux.h 412 struct vki_termios { struct
vki-s390x-linux.h 502 struct vki_termios { struct
vki-x86-linux.h 450 struct vki_termios { struct
vki-darwin.h 997 #define vki_termios termios macro
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-linux.c     [all...]
syswrap-darwin.c 892 PRE_MEM_WRITE( "ioctl(TIOCGETA)", ARG3, sizeof(struct vki_termios) );
895 PRE_MEM_READ( "ioctl(TIOCSETA)", ARG3, sizeof(struct vki_termios) );
    [all...]

Completed in 106 milliseconds