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

  /external/valgrind/include/vki/
vki-ppc32-linux.h 551 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
569 #define VKI_FIONREAD _VKI_IOR('f', 127, int)
571 #define VKI_FIOQSIZE _VKI_IOR('f', 128, vki_loff_t)
573 //#define VKI_TIOCGETP _VKI_IOR('t', 8, struct vki_sgttyb)
578 //#define VKI_TIOCGETC _VKI_IOR('t', 18, struct vki_tchars)
579 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
584 #define VKI_TCGETA _VKI_IOR('t', 23, struct vki_termio)
594 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
597 #define VKI_TIOCOUTQ _VKI_IOR('t', 115, int) /* output queue size */
599 //#define VKI_TIOCGLTC _VKI_IOR('t', 116, struct vki_ltchars
    [all...]
vki-ppc64-linux.h 591 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr), \
617 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
621 #define VKI_TCGETA _VKI_IOR('t', 23, struct vki_termio)
629 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int)
631 #define VKI_TIOCOUTQ _VKI_IOR('t', 115, int) /* output queue size */
632 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
638 #define VKI_FIONREAD _VKI_IOR('f', 127, int)
643 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int)
649 #define VKI_FIOQSIZE _VKI_IOR('f', 128, vki_loff_t)
vki-linux.h     [all...]
vki-mips32-linux.h 559 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
605 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize) /* get window size */
619 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */
632 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
    [all...]
vki-mips64-linux.h 565 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr), \
617 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
631 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */
645 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty
    [all...]
vki-amd64-linux.h 434 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),sizeof(size))
471 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-arm64-linux.h 407 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),sizeof(size))
444 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int)
vki-arm-linux.h 472 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
512 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-s390x-linux.h 567 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
615 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-x86-linux.h 510 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
550 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-linux-drm.h 451 #define VKI_DRM_IOR(nr,type) _VKI_IOR(VKI_DRM_IOCTL_BASE,nr,type)

Completed in 297 milliseconds