Home | History | Annotate | Download | only in vki

Lines Matching defs:_VKI_IOR

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