Home
last modified time | relevance | path

Searched refs:nlink_t (Results 1 – 25 of 62) sorted by relevance

123

/external/strace/linux/
Dasm_stat.h9 # undef nlink_t
20 # define nlink_t __kernel_nlink_t macro
33 # undef nlink_t
44 # define nlink_t nlink_t macro
/external/rust/crates/libc/src/fuchsia/
Daarch64.rs4 pub type nlink_t = ::c_ulong; typedef
12 pub st_nlink: ::nlink_t,
34 pub st_nlink: ::nlink_t,
Dx86_64.rs3 pub type nlink_t = u64; typedef
11 pub st_nlink: ::nlink_t,
32 pub st_nlink: ::nlink_t,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_linux.cc37 #define nlink_t __kernel_nlink_t macro
45 #undef nlink_t
/external/rust/crates/libc/src/unix/uclibc/mips/mips64/
Dmod.rs9 pub type nlink_t = u64; typedef
22 pub st_nlink: ::nlink_t,
46 pub st_nlink: ::nlink_t,
/external/ltp/testcases/kernel/syscalls/link/
Dlink03.c115 if (buf.st_nlink != (nlink_t)links) { in main()
125 if (buf.st_nlink != (nlink_t)links) { in main()
/external/u-boot/include/linux/
Dstat.h51 nlink_t st_nlink; /* number of links */
105 nlink_t st_nlink;
Dtypes.h14 typedef __kernel_nlink_t nlink_t; typedef
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd11/
Dx86_64.rs7 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/freebsd12/
Dx86_64.rs6 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Daarch64.rs12 pub st_nlink: ::nlink_t,
Dx86.rs12 pub st_nlink: ::nlink_t,
Dpowerpc64.rs12 pub st_nlink: ::nlink_t,
Darm.rs12 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs21 pub type nlink_t = u32; typedef
38 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dmod.rs3 pub type nlink_t = u32; typedef
/external/rust/crates/libc/src/unix/uclibc/x86_64/
Dmod.rs12 pub type nlink_t = ::c_uint; typedef
126 pub st_nlink: ::nlink_t,
/external/python/pycparser/utils/fake_libc_include/
D_fake_typedefs.h67 typedef int nlink_t; typedef
/external/rust/crates/libc/src/unix/uclibc/mips/mips32/
Dmod.rs12 pub type nlink_t = u32; typedef
23 pub st_nlink: ::nlink_t,
46 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs4 pub type nlink_t = u32; typedef
12 pub st_nlink: ::nlink_t,
34 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dpowerpc64.rs4 pub type nlink_t = u64; typedef
11 pub st_nlink: ::nlink_t,
32 pub st_nlink: ::nlink_t,
Dmips64.rs4 pub type nlink_t = u64; typedef
13 pub st_nlink: ::nlink_t,
37 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs15 pub type nlink_t = ::c_uint; typedef
42 pub st_nlink: nlink_t,
64 pub st_nlink: nlink_t,
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
Dmod.rs9 pub type nlink_t = u32; typedef
60 pub st_nlink: ::nlink_t,
82 pub st_nlink: ::nlink_t,
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs5 pub type nlink_t = u64; typedef
77 pub st_nlink: ::nlink_t,
98 pub st_nlink: ::nlink_t,

123