Home
last modified time | relevance | path

Searched refs:c_uchar (Results 1 – 25 of 65) sorted by relevance

123

/external/crosvm/x86_64/src/
Dmpspec.rs49 pub length: ::std::os::raw::c_uchar,
50 pub specification: ::std::os::raw::c_uchar,
51 pub checksum: ::std::os::raw::c_uchar,
52 pub feature1: ::std::os::raw::c_uchar,
53 pub feature2: ::std::os::raw::c_uchar,
54 pub feature3: ::std::os::raw::c_uchar,
55 pub feature4: ::std::os::raw::c_uchar,
56 pub feature5: ::std::os::raw::c_uchar,
322 pub type_: ::std::os::raw::c_uchar,
323 pub apicid: ::std::os::raw::c_uchar,
[all …]
/external/rust/crates/libc/src/unix/bsd/apple/b64/
Dmod.rs13 pub ifi_type: ::c_uchar,
14 pub ifi_typelen: ::c_uchar,
15 pub ifi_physical: ::c_uchar,
16 pub ifi_addrlen: ::c_uchar,
17 pub ifi_hdrlen: ::c_uchar,
18 pub ifi_recvquota: ::c_uchar,
19 pub ifi_xmitquota: ::c_uchar,
20 pub ifi_unused1: ::c_uchar,
/external/rust/crates/libc/src/unix/bsd/apple/b32/
Dmod.rs9 pub ifi_type: ::c_uchar,
10 pub ifi_typelen: ::c_uchar,
11 pub ifi_physical: ::c_uchar,
12 pub ifi_addrlen: ::c_uchar,
13 pub ifi_hdrlen: ::c_uchar,
14 pub ifi_recvquota: ::c_uchar,
15 pub ifi_xmitquota: ::c_uchar,
16 pub ifi_unused1: ::c_uchar,
/external/crosvm/tpm2-sys/src/
Dlib.rs5 use std::os::raw::{c_int, c_uchar, c_uint};
14 request: *mut c_uchar, in ExecuteCommand() argument
16 response: *mut *mut c_uchar, in ExecuteCommand() argument
/external/crosvm/usb_sys/src/
Dlib.rs11 use std::os::raw::{c_char, c_int, c_uchar, c_uint, c_void};
105 pub const USBDEVFS_URB_TYPE_ISO: c_uchar = 0;
106 pub const USBDEVFS_URB_TYPE_INTERRUPT: c_uchar = 1;
107 pub const USBDEVFS_URB_TYPE_CONTROL: c_uchar = 2;
108 pub const USBDEVFS_URB_TYPE_BULK: c_uchar = 3;
121 pub urb_type: c_uchar,
122 pub endpoint: c_uchar,
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs125 pub ifi_type: ::c_uchar,
126 pub ifi_physical: ::c_uchar,
127 pub ifi_addrlen: ::c_uchar,
128 pub ifi_hdrlen: ::c_uchar,
129 pub ifi_recvquota: ::c_uchar,
130 pub ifi_xmitquota: ::c_uchar,
153 pub ifm_version: ::c_uchar,
154 pub ifm_type: ::c_uchar,
162 pub sdl_len: ::c_uchar,
163 pub sdl_family: ::c_uchar,
[all …]
/external/rust/crates/libc/src/unix/linux_like/android/b32/
Dmod.rs27 __pad0: [::c_uchar; 4],
34 __pad3: [::c_uchar; 4],
49 __pad0: [::c_uchar; 4],
56 __pad3: [::c_uchar; 4],
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs18 pub type __u8 = ::c_uchar;
145 pub mr_address: [::c_uchar; 8],
339 pub e_ident: [::c_uchar; 16],
356 pub e_ident: [::c_uchar; 16],
376 pub st_info: ::c_uchar,
377 pub st_other: ::c_uchar,
383 pub st_info: ::c_uchar,
384 pub st_other: ::c_uchar,
490 pub ha: [::c_uchar; ::MAX_ADDR_LEN],
558 pub d_type: ::c_uchar,
[all …]
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs118 pub fh: *mut ::c_uchar,
276 pub ifi_type: ::c_uchar,
277 pub ifi_addrlen: ::c_uchar,
278 pub ifi_hdrlen: ::c_uchar,
279 pub ifi_link_state: ::c_uchar,
302 pub ifm_version: ::c_uchar,
303 pub ifm_type: ::c_uchar,
307 pub ifm_pad1: ::c_uchar,
308 pub ifm_pad2: ::c_uchar,
316 pub sdl_len: ::c_uchar,
[all …]
/external/rust/crates/libz-sys/src/
Dlib.rs4 use std::os::raw::{c_char, c_int, c_long, c_uchar, c_uint, c_ulong, c_void};
11 pub type in_func = unsafe extern "C" fn(*mut c_void, *mut *const c_uchar) -> c_uint; constant
12 pub type out_func = unsafe extern "C" fn(*mut c_void, *mut c_uchar, c_uint) -> c_int;
107 window: *mut c_uchar, in inflateBackInit_() argument
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dsparc64.rs4 pub type __cpu_simple_lock_nv_t = ::c_uchar;
Dx86.rs4 pub type __cpu_simple_lock_nv_t = ::c_uchar;
Daarch64.rs6 pub type __cpu_simple_lock_nv_t = ::c_uchar;
Dx86_64.rs6 pub type __cpu_simple_lock_nv_t = ::c_uchar;
Dmod.rs261 pub ifi_type: ::c_uchar,
262 pub ifi_addrlen: ::c_uchar,
263 pub ifi_hdrlen: ::c_uchar,
284 pub ifm_version: ::c_uchar,
285 pub ifm_type: ::c_uchar,
309 pub sdl_len: ::c_uchar,
310 pub sdl_family: ::c_uchar,
1756 pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar {
1757 (cmsg as *mut ::c_uchar)
/external/rust/crates/libc/src/
Dsgx.rs4 pub type c_uchar = u8; typedef
Dswitch.rs4 pub type c_uchar = u8; typedef
/external/rust/crates/libc/src/vxworks/
Dmod.rs16 pub type c_uchar = u8; typedef
101 pub type sa_family_t = ::c_uchar;
187 pub sa_len : ::c_uchar,
241 pub st_attrib : ::c_uchar,
443 pub ss_len : ::c_uchar,
798 pub const _SS_PAD1SIZE: usize = _SS_ALIGNSIZE - size_of::<::c_uchar>() - size_of::<::sa_family_t>();
800 - size_of::<::c_uchar>()
1058 pub fn CMSG_DATA(cmsg: *const cmsghdr) -> *mut ::c_uchar {
1059 (cmsg as *mut ::c_uchar)
1775 pub fn randBytes(buf: *mut c_uchar, length: c_int) -> c_int; in randBytes() argument
[all …]
/external/rust/crates/libc/src/hermit/
Dmod.rs7 pub type c_uchar = u8; typedef
/external/crosvm/net_sys/src/
Diff.rs403 pub type __u8 = ::std::os::raw::c_uchar;
483 pub type __u_char = ::std::os::raw::c_uchar;
488 pub type __uint8_t = ::std::os::raw::c_uchar;
568 pub type u_int8_t = ::std::os::raw::c_uchar;
634 pub __pad1: [::std::os::raw::c_uchar; 7usize],
908 pub __cmsg_data: __IncompleteArrayField<::std::os::raw::c_uchar>,
925 pub sa_data: [::std::os::raw::c_uchar; 14usize],
1154 pub irq: ::std::os::raw::c_uchar,
1155 pub dma: ::std::os::raw::c_uchar,
1156 pub port: ::std::os::raw::c_uchar,
/external/rust/crates/vmm_vhost/src/vhost_kern/
Dvhost_binding.rs142 pub perm: raw::c_uchar,
143 pub type_: raw::c_uchar,
163 pub padding: [raw::c_uchar; 64usize],
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs156 pub sdl_len: ::c_uchar,
157 pub sdl_family: ::c_uchar,
159 pub sdl_type: ::c_uchar,
160 pub sdl_nlen: ::c_uchar,
161 pub sdl_alen: ::c_uchar,
162 pub sdl_slen: ::c_uchar,
1223 pub fn CMSG_DATA(cmsg: *const ::cmsghdr) -> *mut ::c_uchar {
1224 (cmsg as *mut ::c_uchar)
/external/crosvm/virtio_sys/src/
Dvirtio_ring.rs129 pub type uint_least8_t = ::std::os::raw::c_uchar;
137 pub type uint_fast8_t = ::std::os::raw::c_uchar;
144 pub type __u8 = ::std::os::raw::c_uchar;
/external/crosvm/devices/src/virtio/fs/
Dread_dir.rs20 d_ty: libc::c_uchar,
/external/libchromeos-rs/src/
Dread_dir.rs20 d_ty: libc::c_uchar,

123