Home
last modified time | relevance | path

Searched refs:_IO (Results 1 – 4 of 4) sorted by relevance

/sysdeps/unix/sysv/linux/sys/
A Dmount.h106 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
108 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
109 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
110 #define BLKFLSBUF _IO(0x12, 97) /* Flush buffer cache. */
111 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
112 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
113 #define BLKFRASET _IO(0x12,100) /* Set filesystem read-ahead. */
114 #define BLKFRAGET _IO(0x12,101) /* Get filesystem read-ahead. */
115 #define BLKSECTSET _IO(0x12,102) /* Set max sectors per request. */
116 #define BLKSECTGET _IO(0x12,103) /* Get max sectors per request. */
[all …]
A Draw.h28 #define RAW_SETBIND _IO(0xac, 0)
29 #define RAW_GETBIND _IO(0xac, 1)
/sysdeps/mach/hurd/bits/
A Dioctls.h176 #define _IO(g, n) _IOC (IOC_VOID, (g), (n), 0) macro
226 #define TIOCSBRK _IO('t', 123) /* set break bit */
227 #define TIOCCBRK _IO('t', 122) /* clear break bit */
235 #define TIOCNOTTY _IO('t', 113) /* void tty association */
245 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
246 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
255 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */
259 #define TIOCSIG _IO('t', 95) /* pty: generate signal */
267 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
268 #define FIONCLEX _IO('f', 2) /* remove close on exec */
[all …]
/sysdeps/unix/sysv/linux/net/
A Dif_ppp.h153 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */

Completed in 6 milliseconds