Home | History | Annotate | Download | only in vki

Lines Matching refs:_VKI_IOW

567 #define _VKI_IOW(type,nr,size)  _VKI_IOC(_VKI_IOC_WRITE,(type),(nr), \
615 #define VKI_TIOCSWINSZ _VKI_IOW('t', 103, struct vki_winsize)
630 #define VKI_TIOCSPGRP _VKI_IOW('t', 118, int) /* set pgrp of tty */
632 #define VKI_TIOCCONS _VKI_IOW('t', 120, int) /* become virtual
647 #define VKI_TIOCSPTLCK _VKI_IOW('T',0x31, int) /* Lock/unlock Pty */