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

  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 504 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)
    [all...]
vki-ppc64-linux.h 537 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)
vki-amd64-linux.h 391 struct vki_termios { struct
vki-arm64-linux.h 365 struct vki_termios { struct
vki-arm-linux.h 427 struct vki_termios { struct
vki-s390x-linux.h 515 struct vki_termios { struct
vki-x86-linux.h 465 struct vki_termios { struct
vki-mips32-linux.h 512 struct vki_termios { struct
    [all...]
vki-mips64-linux.h 518 struct vki_termios { struct
    [all...]
vki-darwin.h 1000 #define vki_termios termios macro
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 907 PRE_MEM_WRITE( "ioctl(TIOCGETA)", ARG3, sizeof(struct vki_termios) );
910 PRE_MEM_READ( "ioctl(TIOCSETA)", ARG3, sizeof(struct vki_termios) );
    [all...]
syswrap-linux.c     [all...]

Completed in 59 milliseconds