/third_party/ltp/testcases/kernel/syscalls/fadvise/ |
D | posix_fadvise01.c | 40 POSIX_FADV_SEQUENTIAL,
|
D | posix_fadvise04.c | 37 POSIX_FADV_SEQUENTIAL,
|
D | posix_fadvise02.c | 37 POSIX_FADV_SEQUENTIAL,
|
D | posix_fadvise03.c | 41 POSIX_FADV_SEQUENTIAL,
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
D | fcntl_posix_fadvise64_test.cpp | 30 int result2 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_SEQUENTIAL);
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
D | posix_fadvise.c | 42 POSIX_FADV_SEQUENTIAL, in posix_fadvise_0100()
|
/third_party/musl/libc-test/src/api/ |
D | fcntl.c | 73 C(POSIX_FADV_SEQUENTIAL) in f()
|
/third_party/pulseaudio/src/pulsecore/ |
D | sound-file.c | 68 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_sound_file_load()
|
D | sound-file-stream.c | 264 if (posix_fadvise(fd, 0, 0, POSIX_FADV_SEQUENTIAL) < 0) { in pa_play_file()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | fcntl.h | 68 #define POSIX_FADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | fcntl.h | 68 #define POSIX_FADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | fcntl.h | 69 #define POSIX_FADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/linux/user/include/ |
D | fcntl.h | 69 #define POSIX_FADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | fcntl.h | 68 #define POSIX_FADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | fcntl.h | 68 #define POSIX_FADV_SEQUENTIAL 2 macro
|
/third_party/musl/include/ |
D | fcntl.h | 71 #define POSIX_FADV_SEQUENTIAL 2 macro
|
/third_party/elfutils/src/ |
D | strings.c | 573 (void) posix_fadvise (fd, 0, 0, POSIX_FADV_SEQUENTIAL); in read_block()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 339 Sequential = linux_raw_sys::general::POSIX_FADV_SEQUENTIAL,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 587 POSIX_FADV_SEQUENTIAL
|
D | freebsd.txt | 900 POSIX_FADV_SEQUENTIAL
|
D | linux.txt | 1690 POSIX_FADV_SEQUENTIAL
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 485 Sequential = c::POSIX_FADV_SEQUENTIAL as c::c_uint,
|
/third_party/rust/crates/nix/src/ |
D | fcntl.rs | 838 POSIX_FADV_SEQUENTIAL,
|
/third_party/rust/crates/libc/src/ |
D | wasi.rs | 232 pub const POSIX_FADV_SEQUENTIAL: c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1213 pub const POSIX_FADV_SEQUENTIAL: ::c_int = 2; constant
|