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

/seL4-camkes-master/projects/musllibc/include/sys/
H A Dmount.h10 #define BLKROSET _IO(0x12, 93)
11 #define BLKROGET _IO(0x12, 94)
12 #define BLKRRPART _IO(0x12, 95)
13 #define BLKGETSIZE _IO(0x12, 96)
14 #define BLKFLSBUF _IO(0x12, 97)
15 #define BLKRASET _IO(0x12, 98)
16 #define BLKRAGET _IO(0x12, 99)
17 #define BLKFRASET _IO(0x12,100)
18 #define BLKFRAGET _IO(0x12,101)
19 #define BLKSECTSET _IO(
[all...]
/seL4-camkes-master/projects/musllibc/arch/sh/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
11 #define FIOCLEX _IO('f', 1)
12 #define FIONCLEX _IO('f', 2)
24 #define TCSBRK _IO('t', 29)
25 #define TCXONC _IO('t', 30)
26 #define TCFLSH _IO('t', 31)
30 #define TIOCSTART _IO('t', 110)
31 #define TIOCSTOP _IO('t', 111)
37 #define TIOCEXCL _IO('T', 12)
38 #define TIOCNXCL _IO('
[all...]
/seL4-camkes-master/tools/rumprun/platform/xen/librumpxen_xendev/
H A Dxenio.h87 _IO('P', 1)
119 #define EVTCHN_RESET _IO('E', 1)
H A Dxenio3.h87 _IO('E', 9)
/seL4-camkes-master/projects/musllibc/arch/powerpc/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
11 #define FIONCLEX _IO('f', 2)
12 #define FIOCLEX _IO('f', 1)
34 #define TCSBRK _IO('t', 29)
35 #define TCXONC _IO('t', 30)
36 #define TCFLSH _IO('t', 31)
40 #define TIOCSTART _IO('t', 110)
41 #define TIOCSTOP _IO('t', 111)
/seL4-camkes-master/projects/musllibc/arch/powerpc64/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
11 #define FIONCLEX _IO('f', 2)
12 #define FIOCLEX _IO('f', 1)
34 #define TCSBRK _IO('t', 29)
35 #define TCXONC _IO('t', 30)
36 #define TCFLSH _IO('t', 31)
40 #define TIOCSTART _IO('t', 110)
41 #define TIOCSTOP _IO('t', 111)
/seL4-camkes-master/projects/musllibc/arch/generic/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
/seL4-camkes-master/projects/musllibc/arch/mips/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
/seL4-camkes-master/projects/musllibc/arch/mips64/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
/seL4-camkes-master/projects/musllibc/arch/mipsn32/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
/seL4-camkes-master/projects/musllibc/arch/s390x/bits/
H A Dioctl.h6 #define _IO(a,b) _IOC(_IOC_NONE,(a),(b),0) macro
/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Dsockets.h410 #define _IO(x,y) ((long)(IOC_VOID|((x)<<8)|(y))) macro

Completed in 111 milliseconds