Searched refs:_IO (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/include/sys/
H A Dttycom.h63 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
64 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
75 #define TIOCPTMASTER _IO('t', 28) /* pts master validation */
87 #define TIOCDRAIN _IO('t', 94) /* wait till output drained */
90 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */
94 #define TIOCSTAT _IO('t', 101) /* simulate ^T status message */
96 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */
116 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
117 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
127 #define TIOCNOTTY _IO('
[all...]
H A Dfilio.h44 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
45 #define FIONCLEX _IO('f', 2) /* remove close on exec */
H A Dioccom.h56 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) macro
/barrelfish-master/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_user_mad.h196 #define IB_USER_MAD_REGISTER_AGENT _IO(IB_IOCTL_MAGIC, 1)
198 #define IB_USER_MAD_UNREGISTER_AGENT _IO(IB_IOCTL_MAGIC, 2)
200 #define IB_USER_MAD_ENABLE_PKEY _IO(IB_IOCTL_MAGIC, 3)
/barrelfish-master/include/lwip2/lwip/
H A Dsockets.h361 #define _IO(x,y) (IOC_VOID|((x)<<8)|(y)) macro
/barrelfish-master/doc/019-device-drivers/
H A DDeviceDriver.tex593 \varname{TASKCN\_SLOT\_IO} as an index to the cnode table. Once init is
594 started, it can refers to this capability by using the \varname{TASKCN\_SLOT\_IO}

Completed in 100 milliseconds