Home
last modified time | relevance | path

Searched defs:c_ulong (Results 1 – 25 of 76) sorted by relevance

1234

/external/crosvm/sys_util/src/
Dioctl.rs150 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/
Dmod.rs5 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/
Db32.rs2 pub type c_ulong = u32; typedef
Db64.rs1 pub type c_ulong = u64; typedef
/external/rust/crates/libc/src/vxworks/
Dx86.rs4 pub type c_ulong = u32; typedef
Dpowerpc.rs4 pub type c_ulong = u32; typedef
Dpowerpc64.rs4 pub type c_ulong = u64; typedef
Daarch64.rs4 pub type c_ulong = u64; typedef
Dx86_64.rs4 pub type c_ulong = u64; typedef
Darm.rs4 pub type c_ulong = u32; typedef
/external/rust/crates/libc/src/cloudabi/
Dx86_64.rs3 pub type c_ulong = u64; typedef
Daarch64.rs3 pub type c_ulong = u64; typedef
Dx86.rs3 pub type c_ulong = u32; typedef
Darm.rs3 pub type c_ulong = u32; typedef
/external/rust/crates/libc/src/unix/bsd/apple/b32/
Dmod.rs4 pub type c_ulong = u32; typedef
106 options: ::c_ulong, in exchangedata()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dsparc64.rs2 pub type c_ulong = u64; typedef
Dx86.rs2 pub type c_ulong = u32; typedef
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dx86.rs2 pub type c_ulong = u32; typedef
Dsparc64.rs2 pub type c_ulong = u64; typedef
Daarch64.rs2 pub type c_ulong = u64; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dx86.rs3 pub type c_ulong = u32; typedef
Darm.rs3 pub type c_ulong = u32; typedef
Daarch64.rs3 pub type c_ulong = u64; typedef
/external/rust/crates/libc/src/unix/newlib/aarch64/
Dmod.rs5 pub type c_ulong = u64; typedef
/external/rust/crates/libc/src/unix/newlib/arm/
Dmod.rs5 pub type c_ulong = u32; typedef

1234