Lines Matching refs:_IOW
179 #define _IOW(g, n, t) _IOC (IOC_IN, (g), (n), _IOC_ENCODE_TYPE (t)) macro
201 #define TIOCMODS _IOW('t', 4, int) /* set modem control state */
217 #define TIOCFLUSH _IOW('t', 16, int) /* flush buffers */
220 #define TIOCSETA _IOW('t', 20, struct termios) /* set termios struct */
221 #define TIOCSETAW _IOW('t', 21, struct termios) /* drain output, set */
222 #define TIOCSETAF _IOW('t', 22, struct termios) /* drn out, fls in, set */
224 #define TIOCSETD _IOW('t', 27, int) /* set line discipline */
231 #define TIOCSPGRP _IOW('t', 118, int) /* set pgrp of tty */
234 #define TIOCSTI _IOW('t', 114, char) /* simulate terminal input */
236 #define TIOCPKT _IOW('t', 112, int) /* pty: set/clear packet mode */
247 #define TIOCMSET _IOW('t', 109, int) /* set all modem bits */
248 #define TIOCMBIS _IOW('t', 108, int) /* bis modem bits */
249 #define TIOCMBIC _IOW('t', 107, int) /* bic modem bits */
251 #define TIOCREMOTE _IOW('t', 105, int) /* remote input editing */
253 #define TIOCSWINSZ _IOW('t', 103, struct winsize) /* set window size */
254 #define TIOCUCNTL _IOW('t', 102, int) /* pty: set/clr usr cntl mode */
256 #define TIOCCONS _IOW('t', 98, int) /* become virtual console */
258 #define TIOCEXT _IOW('t', 96, int) /* pty: external processing */
270 #define FIONBIO _IOW('f', 126, int) /* set/clear non-blocking i/o */
271 #define FIOASYNC _IOW('f', 125, int) /* set/clear async i/o */
272 #define FIOSETOWN _IOW('f', 124, int) /* set owner */
276 #define SIOCSHIWAT _IOW('s', 0, int) /* set high watermark */
278 #define SIOCSLOWAT _IOW('s', 2, int) /* set low watermark */
281 #define SIOCSPGRP _IOW('s', 8, int) /* set process group */
284 #define SIOCADDRT _IOW('r', 10, struct ortentry) /* add route */
285 #define SIOCDELRT _IOW('r', 11, struct ortentry) /* delete route */
287 #define SIOCSIFADDR _IOW('i', 12, struct ifreq) /* set ifnet address */
291 #define SIOCSIFDSTADDR _IOW('i', 14, struct ifreq) /* set p-p address */
294 #define SIOCSIFFLAGS _IOW('i', 16, struct ifreq_short)/* set ifnet flags */
298 #define SIOCSIFBRDADDR _IOW('i',19, struct ifreq) /* set broadcast addr */
303 #define SIOCSIFNETMASK _IOW('i',22, struct ifreq) /* set net addr mask */
305 #define SIOCSIFMETRIC _IOW('i',24, struct ifreq_int) /* set IF metric */
306 #define SIOCDIFADDR _IOW('i',25, struct ifreq) /* delete IF addr */
307 #define SIOCAIFADDR _IOW('i',26, struct ifaliasreq) /* add/chg IF alias */
309 #define SIOCSARP _IOW('i', 30, struct arpreq) /* set arp entry */
312 #define SIOCDARP _IOW('i', 32, struct arpreq) /* delete arp entry */
315 #define SIOCSIFMTU _IOW('i', 52, struct ifreq_int) /* set IF mtu */
329 # define TIOCSETD _IOW('t', 1, int) /* set line discipline */
332 # define OTIOCSETD _IOW('t', 1, int) /* set line discipline */
336 #define TIOCSETP _IOW('t', 9,struct sgttyb)/* set parameters -- stty */
337 #define TIOCSETN _IOW('t',10,struct sgttyb)/* as above, but no flushtty*/
338 #define TIOCSETC _IOW('t',17,struct tchars)/* set special characters */
387 #define TIOCLBIS _IOW('t', 127, int) /* bis local mode bits */
388 #define TIOCLBIC _IOW('t', 126, int) /* bic local mode bits */
389 #define TIOCLSET _IOW('t', 125, int) /* set entire local mode word */
406 #define TIOCSLTC _IOW('t',117,struct ltchars)/* set local special chars*/