Lines Matching refs:_IOR
178 #define _IOR(g, n, t) _IOC (IOC_OUT, (g), (n), _IOC_ENCODE_TYPE (t)) macro
200 #define TIOCMODG _IOR('t', 3, int) /* get modem control state */
219 #define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
223 #define TIOCGETD _IOR('t', 26, int) /* get line discipline */
230 #define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
233 #define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
250 #define TIOCMGET _IOR('t', 106, int) /* get all modem bits */
252 #define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
269 #define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
273 #define FIOGETOWN _IOR('f', 123, int) /* get owner */
277 #define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */
279 #define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */
280 #define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */
282 #define SIOCGPGRP _IOR('s', 9, int) /* get process group */
327 # define TIOCGETD _IOR('t', 0, int) /* get line discipline */
331 # define OTIOCGETD _IOR('t', 0, int) /* get line discipline */
335 #define TIOCGETP _IOR('t', 8,struct sgttyb)/* get parameters -- gtty */
339 #define TIOCGETC _IOR('t',18,struct tchars)/* get special characters */
390 #define TIOCLGET _IOR('t', 124, int) /* get local modes */
407 #define TIOCGLTC _IOR('t',116,struct ltchars)/* get local special chars*/