Searched refs:POSIX_FADV_RANDOM (Results 1 – 25 of 43) sorted by relevance
12
/third_party/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise01.c | 41 POSIX_FADV_RANDOM,
|
D | posix_fadvise04.c | 38 POSIX_FADV_RANDOM,
|
D | posix_fadvise02.c | 38 POSIX_FADV_RANDOM,
|
D | posix_fadvise03.c | 42 POSIX_FADV_RANDOM,
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
D | fcntl_posix_fadvise64_test.cpp | 31 int result3 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_RANDOM);
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
D | posix_fadvise.c | 43 POSIX_FADV_RANDOM, in posix_fadvise_0100()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 72 C(POSIX_FADV_RANDOM) in f()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 67 #define POSIX_FADV_RANDOM 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 67 #define POSIX_FADV_RANDOM 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 68 #define POSIX_FADV_RANDOM 1 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 68 #define POSIX_FADV_RANDOM 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 67 #define POSIX_FADV_RANDOM 1 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 67 #define POSIX_FADV_RANDOM 1 macro
|
/third_party/musl/include/ |
D | fcntl.h | 70 #define POSIX_FADV_RANDOM 1 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 342 Random = linux_raw_sys::general::POSIX_FADV_RANDOM,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 586 POSIX_FADV_RANDOM
|
D | freebsd.txt | 899 POSIX_FADV_RANDOM
|
D | linux.txt | 1689 POSIX_FADV_RANDOM
|
D | android.txt | 1734 POSIX_FADV_RANDOM
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 488 Random = c::POSIX_FADV_RANDOM as c::c_uint,
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 839 POSIX_FADV_RANDOM,
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 231 pub const POSIX_FADV_RANDOM: c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1212 pub const POSIX_FADV_RANDOM: ::c_int = 1; constant
|
/third_party/node/deps/uvwasi/src/ |
D | uvwasi.c | 661 mapped_advice = POSIX_FADV_RANDOM; in uvwasi_fd_advise()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1236 pub const POSIX_FADV_RANDOM: ::c_int = 2; constant
|
12