/external/rust/crates/nix/src/sys/ptrace/ |
D | linux.rs | 179 fn ptrace_peek(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_peek() 234 … ptrace_other(request: Request, pid: Pid, addr: AddressType, data: *mut c_void) -> Result<c_long> { in ptrace_other() 250 pub fn getevent(pid: Pid) -> Result<c_long> { in getevent() 463 pub fn read(pid: Pid, addr: AddressType) -> Result<c_long> { in read()
|
/external/rust/crates/nix/src/sys/ |
D | statfs.rs | 191 pub fn optimal_transfer_size(&self) -> libc::c_long { in optimal_transfer_size() 242 pub fn block_size(&self) -> libc::c_long { in block_size() 290 pub fn blocks(&self) -> libc::c_long { in blocks() 328 pub fn blocks_free(&self) -> libc::c_long { in blocks_free() 360 pub fn blocks_available(&self) -> libc::c_long { in blocks_available() 404 pub fn files(&self) -> libc::c_long { in files() 441 pub fn files_free(&self) -> libc::c_long { in files_free()
|
/external/rust/crates/libc/src/vxworks/ |
D | powerpc64.rs | 3 pub type c_long = i64; typedef
|
D | x86_64.rs | 3 pub type c_long = i64; typedef
|
D | powerpc.rs | 3 pub type c_long = i32; typedef
|
D | arm.rs | 3 pub type c_long = i32; typedef
|
D | x86.rs | 3 pub type c_long = i32; typedef
|
D | aarch64.rs | 3 pub type c_long = i64; typedef
|
/external/rust/crates/libc/src/solid/ |
D | arm.rs | 3 pub type c_long = i32; typedef
|
D | aarch64.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
|
/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/unix/bsd/netbsdlike/openbsd/ |
D | mips64.rs | 1 pub type c_long = i64; typedef
|
D | sparc64.rs | 1 pub type c_long = i64; typedef
|
D | riscv64.rs | 1 pub type c_long = i64; typedef
|
D | powerpc.rs | 1 pub type c_long = i32; typedef
|
D | arm.rs | 1 pub type c_long = i32; typedef
|
D | powerpc64.rs | 1 pub type c_long = i64; typedef
|
D | x86.rs | 1 pub type c_long = i32; typedef
|
D | aarch64.rs | 1 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
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | x86.rs | 2 pub type c_long = i32; typedef
|