Lines Matching defs:_VKI_IOR
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)
589 #define VKI_TIOCGPGRP _VKI_IOR('t', 119, int)
634 #define VKI_TIOCGPTN _VKI_IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */