Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/sys/
Dmount.h109 #define BLKROSET _IO(0x12, 93) /* Set device read-only (0 = read-write). */
110 #define BLKROGET _IO(0x12, 94) /* Get read-only status (0 = read_write). */
111 #define BLKRRPART _IO(0x12, 95) /* Re-read partition table. */
112 #define BLKGETSIZE _IO(0x12, 96) /* Return device size. */
113 #define BLKFLSBUF _IO(0x12, 97) /* Flush buffer cache. */
114 #define BLKRASET _IO(0x12, 98) /* Set read ahead for block device. */
115 #define BLKRAGET _IO(0x12, 99) /* Get current read ahead setting. */
116 #define BLKFRASET _IO(0x12,100) /* Set filesystem read-ahead. */
117 #define BLKFRAGET _IO(0x12,101) /* Get filesystem read-ahead. */
118 #define BLKSECTSET _IO(0x12,102) /* Set max sectors per request. */
[all …]
Draw.h28 #define RAW_SETBIND _IO(0xac, 0)
29 #define RAW_GETBIND _IO(0xac, 1)
/glibc-2.36/sysdeps/mach/hurd/bits/
Dioctls.h176 #define _IO(g, n) _IOC (IOC_VOID, (g), (n), 0) macro
214 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
215 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
226 #define TIOCSBRK _IO('t', 123) /* set break bit */
227 #define TIOCCBRK _IO('t', 122) /* clear break bit */
228 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
229 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
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 */
[all …]
/glibc-2.36/sysdeps/unix/sysv/linux/net/
Dif_ppp.h153 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
/glibc-2.36/ChangeLog.old/
DChangeLog.9341 make use of the _IO* macros.