Lines Matching defs:_IOR
8 #define _IOR(a,b,c) _IOC(_IOC_READ,(a),(b),sizeof(c))
15 #define FIONREAD _IOR('f', 127, int)
17 #define FIOQSIZE _IOR('f', 128, char[8])
19 #define TCGETA _IOR('t', 23, char[18])
29 #define TIOCGWINSZ _IOR('t', 104, char[8])
32 #define TIOCOUTQ _IOR('t', 115, int)
35 #define TIOCGPGRP _IOR('t', 119, int)
42 #define TIOCMGET _IOR('T', 21, unsigned int)
61 #define TIOCGSOFTCAR _IOR('T', 25, unsigned int)
65 #define TIOCGSERIAL _IOR('T', 30, char[60])
71 #define TIOCGETD _IOR('T', 36, int)
75 #define TIOCGSID _IOR('T', 41, int)
80 #define TIOCGRS485 _IOR('T', 46, char[32])
82 #define TIOCGPTN _IOR('T', 48, unsigned int)
84 #define TIOCGDEV _IOR('T', 50, unsigned int)
87 #define TIOCGPKT _IOR('T', 56, int)
88 #define TIOCGPTLCK _IOR('T', 57, int)
89 #define TIOCGEXCL _IOR('T', 64, int)
93 #define TIOCSERGWILD _IOR('T', 84, int)
97 #define TIOCSERGSTRUCT _IOR('T', 88, char[216])
98 #define TIOCSERGETLSR _IOR('T', 89, unsigned int)
99 #define TIOCSERGETMULTI _IOR('T', 90, char[168])
105 #define FIOGETOWN _IOR('f', 123, int)
108 #define SIOCATMARK _IOR('s', 7, int)
111 #define SIOCGSTAMP _IOR(0x89, 6, char[16])
112 #define SIOCGSTAMPNS _IOR(0x89, 7, char[16])