/external/crosvm/sys_util/src/ |
D | ioctl.rs | 150 pub unsafe fn ioctl_with_val<F: AsRawFd>(fd: &F, nr: c_ulong, arg: c_ulong) -> c_int { in ioctl_with_val() 155 pub unsafe fn ioctl_with_ref<F: AsRawFd, T>(fd: &F, nr: c_ulong, arg: &T) -> c_int { in ioctl_with_ref() 160 pub unsafe fn ioctl_with_mut_ref<F: AsRawFd, T>(fd: &F, nr: c_ulong, arg: &mut T) -> c_int { in ioctl_with_mut_ref() 165 pub unsafe fn ioctl_with_ptr<F: AsRawFd, T>(fd: &F, nr: c_ulong, arg: *const T) -> c_int { in ioctl_with_ptr() 170 pub unsafe fn ioctl_with_mut_ptr<F: AsRawFd, T>(fd: &F, nr: c_ulong, arg: *mut T) -> c_int { in ioctl_with_mut_ptr()
|
/external/rust/crates/libc/src/unix/uclibc/mips/mips64/ |
D | mod.rs | 5 pub type c_ulong = u64; typedef 202 pub fn ioctl(fd: ::c_int, request: ::c_ulong, ...) -> ::c_int; in ioctl()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | b32.rs | 2 pub type c_ulong = u32; typedef
|
D | b64.rs | 1 pub type c_ulong = u64; typedef
|
/external/rust/crates/libc/src/vxworks/ |
D | x86.rs | 4 pub type c_ulong = u32; typedef
|
D | powerpc.rs | 4 pub type c_ulong = u32; typedef
|
D | powerpc64.rs | 4 pub type c_ulong = u64; typedef
|
D | aarch64.rs | 4 pub type c_ulong = u64; typedef
|
D | x86_64.rs | 4 pub type c_ulong = u64; typedef
|
D | arm.rs | 4 pub type c_ulong = u32; typedef
|
/external/rust/crates/libc/src/cloudabi/ |
D | x86_64.rs | 3 pub type c_ulong = u64; typedef
|
D | aarch64.rs | 3 pub type c_ulong = u64; typedef
|
D | x86.rs | 3 pub type c_ulong = u32; typedef
|
D | arm.rs | 3 pub type c_ulong = u32; typedef
|
/external/rust/crates/libc/src/unix/bsd/apple/b32/ |
D | mod.rs | 4 pub type c_ulong = u32; typedef 106 options: ::c_ulong, in exchangedata()
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | sparc64.rs | 2 pub type c_ulong = u64; typedef
|
D | x86.rs | 2 pub type c_ulong = u32; typedef
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | x86.rs | 2 pub type c_ulong = u32; typedef
|
D | sparc64.rs | 2 pub type c_ulong = u64; typedef
|
D | aarch64.rs | 2 pub type c_ulong = u64; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | x86.rs | 3 pub type c_ulong = u32; typedef
|
D | arm.rs | 3 pub type c_ulong = u32; typedef
|
D | aarch64.rs | 3 pub type c_ulong = u64; typedef
|
/external/rust/crates/libc/src/unix/newlib/aarch64/ |
D | mod.rs | 5 pub type c_ulong = u64; typedef
|
/external/rust/crates/libc/src/unix/newlib/arm/ |
D | mod.rs | 5 pub type c_ulong = u32; typedef
|