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

  /external/valgrind/main/include/vki/
vki-arm64-linux.h 402 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),sizeof(size))
438 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int)
vki-amd64-linux.h 429 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),sizeof(size))
465 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-ppc32-linux.h 546 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
564 #define VKI_FIONREAD _VKI_IOR('f', 127, int)
566 #define VKI_FIOQSIZE _VKI_IOR('f', 128, vki_loff_t)
568 //#define VKI_TIOCGETP _VKI_IOR('t', 8, struct vki_sgttyb)
573 //#define VKI_TIOCGETC _VKI_IOR('t', 18, struct vki_tchars)
574 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
579 #define VKI_TCGETA _VKI_IOR('t', 23, struct vki_termio)
589 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
592 #define VKI_TIOCOUTQ _VKI_IOR('t', 115, int) /* output queue size */
594 //#define VKI_TIOCGLTC _VKI_IOR('t', 116, struct vki_ltchars
    [all...]
vki-ppc64-linux.h 584 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr), \
610 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
614 #define VKI_TCGETA _VKI_IOR('t', 23, struct vki_termio)
622 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int)
624 #define VKI_TIOCOUTQ _VKI_IOR('t', 115, int) /* output queue size */
625 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
631 #define VKI_FIONREAD _VKI_IOR('f', 127, int)
635 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int)
641 #define VKI_FIOQSIZE _VKI_IOR('f', 128, vki_loff_t)
vki-s390x-linux.h 556 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
603 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-arm-linux.h 467 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
506 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-mips32-linux.h 554 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
600 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize) /* get window size */
614 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */
627 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
    [all...]
vki-mips64-linux.h 560 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr), \
612 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
626 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */
640 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty
    [all...]
vki-x86-linux.h 505 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
544 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */

Completed in 165 milliseconds