Lines Matching refs:raw
44 pub const __BITS_PER_LONG: ::std::os::raw::c_uint = 64;
45 pub const __FD_SETSIZE: ::std::os::raw::c_uint = 1024;
46 pub const _IOC_NRBITS: ::std::os::raw::c_uint = 8;
47 pub const _IOC_TYPEBITS: ::std::os::raw::c_uint = 8;
48 pub const _IOC_SIZEBITS: ::std::os::raw::c_uint = 14;
49 pub const _IOC_DIRBITS: ::std::os::raw::c_uint = 2;
50 pub const _IOC_NRMASK: ::std::os::raw::c_uint = 255;
51 pub const _IOC_TYPEMASK: ::std::os::raw::c_uint = 255;
52 pub const _IOC_SIZEMASK: ::std::os::raw::c_uint = 16383;
53 pub const _IOC_DIRMASK: ::std::os::raw::c_uint = 3;
54 pub const _IOC_NRSHIFT: ::std::os::raw::c_uint = 0;
55 pub const _IOC_TYPESHIFT: ::std::os::raw::c_uint = 8;
56 pub const _IOC_SIZESHIFT: ::std::os::raw::c_uint = 16;
57 pub const _IOC_DIRSHIFT: ::std::os::raw::c_uint = 30;
58 pub const _IOC_NONE: ::std::os::raw::c_uint = 0;
59 pub const _IOC_WRITE: ::std::os::raw::c_uint = 1;
60 pub const _IOC_READ: ::std::os::raw::c_uint = 2;
61 pub const IOC_IN: ::std::os::raw::c_uint = 1073741824;
62 pub const IOC_OUT: ::std::os::raw::c_uint = 2147483648;
63 pub const IOC_INOUT: ::std::os::raw::c_uint = 3221225472;
64 pub const IOCSIZE_MASK: ::std::os::raw::c_uint = 1073676288;
65 pub const IOCSIZE_SHIFT: ::std::os::raw::c_uint = 16;
66 pub const VIRTIO_CONFIG_S_ACKNOWLEDGE: ::std::os::raw::c_uint = 1;
67 pub const VIRTIO_CONFIG_S_DRIVER: ::std::os::raw::c_uint = 2;
68 pub const VIRTIO_CONFIG_S_DRIVER_OK: ::std::os::raw::c_uint = 4;
69 pub const VIRTIO_CONFIG_S_FEATURES_OK: ::std::os::raw::c_uint = 8;
70 pub const VIRTIO_CONFIG_S_FAILED: ::std::os::raw::c_uint = 128;
71 pub const VIRTIO_TRANSPORT_F_START: ::std::os::raw::c_uint = 28;
72 pub const VIRTIO_TRANSPORT_F_END: ::std::os::raw::c_uint = 33;
73 pub const VIRTIO_F_NOTIFY_ON_EMPTY: ::std::os::raw::c_uint = 24;
74 pub const VIRTIO_F_ANY_LAYOUT: ::std::os::raw::c_uint = 27;
75 pub const VIRTIO_F_VERSION_1: ::std::os::raw::c_uint = 32;
76 pub const _STDINT_H: ::std::os::raw::c_uint = 1;
77 pub const _FEATURES_H: ::std::os::raw::c_uint = 1;
78 pub const _DEFAULT_SOURCE: ::std::os::raw::c_uint = 1;
79 pub const __USE_ISOC11: ::std::os::raw::c_uint = 1;
80 pub const __USE_ISOC99: ::std::os::raw::c_uint = 1;
81 pub const __USE_ISOC95: ::std::os::raw::c_uint = 1;
82 pub const __USE_POSIX_IMPLICITLY: ::std::os::raw::c_uint = 1;
83 pub const _POSIX_SOURCE: ::std::os::raw::c_uint = 1;
84 pub const _POSIX_C_SOURCE: ::std::os::raw::c_uint = 200809;
85 pub const __USE_POSIX: ::std::os::raw::c_uint = 1;
86 pub const __USE_POSIX2: ::std::os::raw::c_uint = 1;
87 pub const __USE_POSIX199309: ::std::os::raw::c_uint = 1;
88 pub const __USE_POSIX199506: ::std::os::raw::c_uint = 1;
89 pub const __USE_XOPEN2K: ::std::os::raw::c_uint = 1;
90 pub const __USE_XOPEN2K8: ::std::os::raw::c_uint = 1;
91 pub const _ATFILE_SOURCE: ::std::os::raw::c_uint = 1;
92 pub const __USE_MISC: ::std::os::raw::c_uint = 1;
93 pub const __USE_ATFILE: ::std::os::raw::c_uint = 1;
94 pub const __USE_FORTIFY_LEVEL: ::std::os::raw::c_uint = 0;
95 pub const _STDC_PREDEF_H: ::std::os::raw::c_uint = 1;
96 pub const __STDC_IEC_559__: ::std::os::raw::c_uint = 1;
97 pub const __STDC_IEC_559_COMPLEX__: ::std::os::raw::c_uint = 1;
98 pub const __STDC_ISO_10646__: ::std::os::raw::c_uint = 201505;
99 pub const __STDC_NO_THREADS__: ::std::os::raw::c_uint = 1;
100 pub const __GNU_LIBRARY__: ::std::os::raw::c_uint = 6;
101 pub const __GLIBC__: ::std::os::raw::c_uint = 2;
102 pub const __GLIBC_MINOR__: ::std::os::raw::c_uint = 23;
103 pub const _SYS_CDEFS_H: ::std::os::raw::c_uint = 1;
104 pub const __WORDSIZE: ::std::os::raw::c_uint = 64;
105 pub const __WORDSIZE_TIME64_COMPAT32: ::std::os::raw::c_uint = 1;
106 pub const __SYSCALL_WORDSIZE: ::std::os::raw::c_uint = 64;
107 pub const _BITS_WCHAR_H: ::std::os::raw::c_uint = 1;
108 pub const INT8_MIN: ::std::os::raw::c_int = -128;
109 pub const INT16_MIN: ::std::os::raw::c_int = -32768;
110 pub const INT32_MIN: ::std::os::raw::c_int = -2147483648;
111 pub const INT8_MAX: ::std::os::raw::c_uint = 127;
112 pub const INT16_MAX: ::std::os::raw::c_uint = 32767;
113 pub const INT32_MAX: ::std::os::raw::c_uint = 2147483647;
114 pub const UINT8_MAX: ::std::os::raw::c_uint = 255;
115 pub const UINT16_MAX: ::std::os::raw::c_uint = 65535;
116 pub const UINT32_MAX: ::std::os::raw::c_uint = 4294967295;
117 pub const INT_LEAST8_MIN: ::std::os::raw::c_int = -128;
118 pub const INT_LEAST16_MIN: ::std::os::raw::c_int = -32768;
119 pub const INT_LEAST32_MIN: ::std::os::raw::c_int = -2147483648;
120 pub const INT_LEAST8_MAX: ::std::os::raw::c_uint = 127;
121 pub const INT_LEAST16_MAX: ::std::os::raw::c_uint = 32767;
122 pub const INT_LEAST32_MAX: ::std::os::raw::c_uint = 2147483647;
123 pub const UINT_LEAST8_MAX: ::std::os::raw::c_uint = 255;
124 pub const UINT_LEAST16_MAX: ::std::os::raw::c_uint = 65535;
125 pub const UINT_LEAST32_MAX: ::std::os::raw::c_uint = 4294967295;
126 pub const INT_FAST8_MIN: ::std::os::raw::c_int = -128;
127 pub const INT_FAST16_MIN: ::std::os::raw::c_longlong = -9223372036854775808;
128 pub const INT_FAST32_MIN: ::std::os::raw::c_longlong = -9223372036854775808;
129 pub const INT_FAST8_MAX: ::std::os::raw::c_uint = 127;
130 pub const INT_FAST16_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807;
131 pub const INT_FAST32_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807;
132 pub const UINT_FAST8_MAX: ::std::os::raw::c_uint = 255;
133 pub const UINT_FAST16_MAX: ::std::os::raw::c_int = -1;
134 pub const UINT_FAST32_MAX: ::std::os::raw::c_int = -1;
135 pub const INTPTR_MIN: ::std::os::raw::c_longlong = -9223372036854775808;
136 pub const INTPTR_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807;
137 pub const UINTPTR_MAX: ::std::os::raw::c_int = -1;
138 pub const PTRDIFF_MIN: ::std::os::raw::c_longlong = -9223372036854775808;
139 pub const PTRDIFF_MAX: ::std::os::raw::c_ulonglong = 9223372036854775807;
140 pub const SIG_ATOMIC_MIN: ::std::os::raw::c_int = -2147483648;
141 pub const SIG_ATOMIC_MAX: ::std::os::raw::c_uint = 2147483647;
142 pub const SIZE_MAX: ::std::os::raw::c_int = -1;
143 pub const WINT_MIN: ::std::os::raw::c_uint = 0;
144 pub const WINT_MAX: ::std::os::raw::c_uint = 4294967295;
145 pub const VRING_DESC_F_NEXT: ::std::os::raw::c_uint = 1;
146 pub const VRING_DESC_F_WRITE: ::std::os::raw::c_uint = 2;
147 pub const VRING_DESC_F_INDIRECT: ::std::os::raw::c_uint = 4;
148 pub const VRING_USED_F_NO_NOTIFY: ::std::os::raw::c_uint = 1;
149 pub const VRING_AVAIL_F_NO_INTERRUPT: ::std::os::raw::c_uint = 1;
150 pub const VIRTIO_RING_F_INDIRECT_DESC: ::std::os::raw::c_uint = 28;
151 pub const VIRTIO_RING_F_EVENT_IDX: ::std::os::raw::c_uint = 29;
152 pub const VRING_AVAIL_ALIGN_SIZE: ::std::os::raw::c_uint = 2;
153 pub const VRING_USED_ALIGN_SIZE: ::std::os::raw::c_uint = 4;
154 pub const VRING_DESC_ALIGN_SIZE: ::std::os::raw::c_uint = 16;
155 pub const VHOST_VRING_F_LOG: ::std::os::raw::c_uint = 0;
156 pub const VHOST_PAGE_SIZE: ::std::os::raw::c_uint = 4096;
157 pub const VHOST_VIRTIO: ::std::os::raw::c_uint = 175;
158 pub const VHOST_VRING_LITTLE_ENDIAN: ::std::os::raw::c_uint = 0;
159 pub const VHOST_VRING_BIG_ENDIAN: ::std::os::raw::c_uint = 1;
160 pub const VHOST_F_LOG_ALL: ::std::os::raw::c_uint = 26;
161 pub const VHOST_NET_F_VIRTIO_NET_HDR: ::std::os::raw::c_uint = 27;
162 pub const VHOST_SCSI_ABI_VERSION: ::std::os::raw::c_uint = 1;
163 pub type __s8 = ::std::os::raw::c_schar;
164 pub type __u8 = ::std::os::raw::c_uchar;
165 pub type __s16 = ::std::os::raw::c_short;
166 pub type __u16 = ::std::os::raw::c_ushort;
167 pub type __s32 = ::std::os::raw::c_int;
168 pub type __u32 = ::std::os::raw::c_uint;
169 pub type __s64 = ::std::os::raw::c_longlong;
170 pub type __u64 = ::std::os::raw::c_ulonglong;
174 pub fds_bits: [::std::os::raw::c_ulong; 16usize],
205 ::std::option::Option<unsafe extern "C" fn(arg1: ::std::os::raw::c_int)>;
206 pub type __kernel_key_t = ::std::os::raw::c_int;
207 pub type __kernel_mqd_t = ::std::os::raw::c_int;
208 pub type __kernel_old_uid_t = ::std::os::raw::c_ushort;
209 pub type __kernel_old_gid_t = ::std::os::raw::c_ushort;
210 pub type __kernel_old_dev_t = ::std::os::raw::c_ulong;
211 pub type __kernel_long_t = ::std::os::raw::c_long;
212 pub type __kernel_ulong_t = ::std::os::raw::c_ulong;
214 pub type __kernel_mode_t = ::std::os::raw::c_uint;
215 pub type __kernel_pid_t = ::std::os::raw::c_int;
216 pub type __kernel_ipc_pid_t = ::std::os::raw::c_int;
217 pub type __kernel_uid_t = ::std::os::raw::c_uint;
218 pub type __kernel_gid_t = ::std::os::raw::c_uint;
220 pub type __kernel_daddr_t = ::std::os::raw::c_int;
221 pub type __kernel_uid32_t = ::std::os::raw::c_uint;
222 pub type __kernel_gid32_t = ::std::os::raw::c_uint;
229 pub val: [::std::os::raw::c_int; 2usize],
260 pub type __kernel_loff_t = ::std::os::raw::c_longlong;
263 pub type __kernel_timer_t = ::std::os::raw::c_int;
264 pub type __kernel_clockid_t = ::std::os::raw::c_int;
265 pub type __kernel_caddr_t = *mut ::std::os::raw::c_char;
266 pub type __kernel_uid16_t = ::std::os::raw::c_ushort;
267 pub type __kernel_gid16_t = ::std::os::raw::c_ushort;
276 pub type int_least8_t = ::std::os::raw::c_schar;
277 pub type int_least16_t = ::std::os::raw::c_short;
278 pub type int_least32_t = ::std::os::raw::c_int;
279 pub type int_least64_t = ::std::os::raw::c_long;
280 pub type uint_least8_t = ::std::os::raw::c_uchar;
281 pub type uint_least16_t = ::std::os::raw::c_ushort;
282 pub type uint_least32_t = ::std::os::raw::c_uint;
283 pub type uint_least64_t = ::std::os::raw::c_ulong;
284 pub type int_fast8_t = ::std::os::raw::c_schar;
285 pub type int_fast16_t = ::std::os::raw::c_long;
286 pub type int_fast32_t = ::std::os::raw::c_long;
287 pub type int_fast64_t = ::std::os::raw::c_long;
288 pub type uint_fast8_t = ::std::os::raw::c_uchar;
289 pub type uint_fast16_t = ::std::os::raw::c_ulong;
290 pub type uint_fast32_t = ::std::os::raw::c_ulong;
291 pub type uint_fast64_t = ::std::os::raw::c_ulong;
292 pub type intmax_t = ::std::os::raw::c_long;
293 pub type uintmax_t = ::std::os::raw::c_ulong;
461 pub num: ::std::os::raw::c_uint,
532 pub index: ::std::os::raw::c_uint,
533 pub num: ::std::os::raw::c_uint,
576 pub index: ::std::os::raw::c_uint,
577 pub event: ::std::os::raw::c_int,
620 pub index: ::std::os::raw::c_uint,
621 pub flags: ::std::os::raw::c_uint,
829 pub abi_version: ::std::os::raw::c_int,
830 pub vhost_wwpn: [::std::os::raw::c_char; 224usize],
831 pub vhost_tpgt: ::std::os::raw::c_ushort,
832 pub reserved: ::std::os::raw::c_ushort,