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

  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 538 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
556 #define VKI_FIONREAD _VKI_IOR('f', 127, int)
558 #define VKI_FIOQSIZE _VKI_IOR('f', 128, vki_loff_t)
560 //#define VKI_TIOCGETP _VKI_IOR('t', 8, struct vki_sgttyb)
565 //#define VKI_TIOCGETC _VKI_IOR('t', 18, struct vki_tchars)
566 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
571 #define VKI_TCGETA _VKI_IOR('t', 23, struct vki_termio)
581 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
584 #define VKI_TIOCOUTQ _VKI_IOR('t', 115, int) /* output queue size */
586 //#define VKI_TIOCGLTC _VKI_IOR('t', 116, struct vki_ltchars
    [all...]
vki-ppc64-linux.h 581 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr), \
604 #define VKI_TCGETS _VKI_IOR('t', 19, struct vki_termios)
608 #define VKI_TCGETA _VKI_IOR('t', 23, struct vki_termio)
616 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int)
618 #define VKI_TIOCOUTQ _VKI_IOR('t', 115, int) /* output queue size */
619 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize)
625 #define VKI_FIONREAD _VKI_IOR('f', 127, int)
629 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int)
635 #define VKI_FIOQSIZE _VKI_IOR('f', 128, vki_loff_t)
vki-linux.h     [all...]
vki-mips32-linux.h 550 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
596 #define VKI_TIOCGWINSZ _VKI_IOR('t', 104, struct vki_winsize) /* get window size */
610 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int) /* get pgrp of tty */
623 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
    [all...]
vki-amd64-linux.h 425 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),sizeof(size))
461 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-arm-linux.h 464 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
503 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-s390x-linux.h 555 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
602 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
vki-x86-linux.h 502 #define _VKI_IOR(type,nr,size) _VKI_IOC(_VKI_IOC_READ,(type),(nr),(_VKI_IOC_TYPECHECK(size)))
541 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */

Completed in 118 milliseconds