Lines Matching refs:_IOR
8 #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c)) macro
34 #define TIOCGWINSZ _IOR('t', 104, struct winsize)
48 #define TIOCGPGRP _IOR('t', 119, int)
61 #define TIOCGRS485 _IOR('T', 0x2E, char[32])
63 #define TIOCGPTN _IOR('T', 0x30, unsigned int)
65 #define TIOCGDEV _IOR('T', 0x32, unsigned int)
68 #define TIOCGPKT _IOR('T', 0x38, int)
69 #define TIOCGPTLCK _IOR('T', 0x39, int)
70 #define TIOCGEXCL _IOR('T', 0x40, int)
108 #define FIOGETOWN _IOR('f', 123, int)
110 #define SIOCATMARK _IOR('s', 7, int)
112 #define SIOCGPGRP _IOR('s', 9, pid_t)
113 #define SIOCGSTAMP _IOR(0x89, 6, char[16])
114 #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])