/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 177 fn ptrace_peek(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_peek() 232 … ptrace_other(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_other() 248 pub fn getevent(pid: Pid) -> Result<c_long> { in getevent() 452 pub fn read(pid: Pid, addr: AddressType) -> Result<c_long> { in read()
|
/external/rust/crates/nix/src/sys/ |
D | statfs.rs | 153 pub fn optimal_transfer_size(&self) -> libc::c_long { in optimal_transfer_size() 204 pub fn block_size(&self) -> libc::c_long { in block_size() 252 pub fn blocks(&self) -> libc::c_long { in blocks() 290 pub fn blocks_free(&self) -> libc::c_long { in blocks_free() 322 pub fn blocks_available(&self) -> libc::c_long { in blocks_available() 366 pub fn files(&self) -> libc::c_long { in files() 403 pub fn files_free(&self) -> libc::c_long { in files_free()
|
/external/rust/crates/libc/src/unix/haiku/ |
D | b32.rs | 1 pub type c_long = i32; typedef
|
D | b64.rs | 2 pub type c_long = i64; typedef
|
/external/rust/crates/libc/src/vxworks/ |
D | x86_64.rs | 3 pub type c_long = i64; typedef
|
D | powerpc.rs | 3 pub type c_long = i32; typedef
|
D | aarch64.rs | 3 pub type c_long = i64; typedef
|
D | arm.rs | 3 pub type c_long = i32; typedef
|
D | x86.rs | 3 pub type c_long = i32; typedef
|
D | powerpc64.rs | 3 pub type c_long = i64; typedef
|
/external/rust/crates/libc/src/unix/newlib/powerpc/ |
D | mod.rs | 5 pub type c_long = i32; typedef
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | x86.rs | 1 pub type c_long = i32; typedef
|
D | sparc64.rs | 1 pub type c_long = i64; typedef
|
D | powerpc.rs | 3 pub type c_long = i32; typedef
|
D | aarch64.rs | 3 pub type c_long = i64; typedef
|
D | arm.rs | 3 pub type c_long = i32; typedef
|
D | x86_64.rs | 3 pub type c_long = i64; typedef
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | x86.rs | 1 pub type c_long = i32; typedef
|
D | sparc64.rs | 1 pub type c_long = i64; typedef
|
D | aarch64.rs | 1 pub type c_long = i64; typedef
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | x86.rs | 2 pub type c_long = i32; typedef
|
D | arm.rs | 2 pub type c_long = i32; typedef
|
D | aarch64.rs | 2 pub type c_long = i64; typedef
|
D | powerpc64.rs | 2 pub type c_long = i64; typedef
|
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
D | mod.rs | 1 pub type c_long = i32; typedef
|