/third_party/musl/libc-test/src/functionalext/supplement/fcntl/ |
H A D | posix_fadvise.c | 41 int flags[TEST_FLAG_SIZE] = {POSIX_FADV_NORMAL, in posix_fadvise_0100() 75 int ret = posix_fadvise(fd, 0, -1, POSIX_FADV_NORMAL); in posix_fadvise_0200() 100 int ret = posix_fadvise(fd, -1, TEST_LEN, POSIX_FADV_NORMAL); in posix_fadvise_0300() 113 int ret = posix_fadvise(-1, 0, TEST_LEN, POSIX_FADV_NORMAL); in posix_fadvise_0400()
|
/third_party/ltp/testcases/kernel/syscalls/fadvise/ |
H A D | posix_fadvise04.c | 36 POSIX_FADV_NORMAL,
|
H A D | posix_fadvise01.c | 39 POSIX_FADV_NORMAL,
|
H A D | posix_fadvise02.c | 36 POSIX_FADV_NORMAL,
|
H A D | posix_fadvise03.c | 40 POSIX_FADV_NORMAL,
|
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/ |
H A D | fcntl_posix_fadvise64_test.cpp | 29 int result1 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_NORMAL); in HWTEST_F()
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 35 # undef POSIX_FADV_NORMAL macro 627 #ifdef POSIX_FADV_NORMAL in uvwasi_fd_advise() 630 #endif /* POSIX_FADV_NORMAL */ in uvwasi_fd_advise() 645 #ifdef POSIX_FADV_NORMAL in uvwasi_fd_advise() 647 #endif /* POSIX_FADV_NORMAL */ in uvwasi_fd_advise() 650 #ifdef POSIX_FADV_NORMAL in uvwasi_fd_advise() 652 #endif /* POSIX_FADV_NORMAL */ in uvwasi_fd_advise() 655 #ifdef POSIX_FADV_NORMAL in uvwasi_fd_advise() 656 mapped_advice = POSIX_FADV_NORMAL; in uvwasi_fd_advise() 657 #endif /* POSIX_FADV_NORMAL */ in uvwasi_fd_advise() [all...] |
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 67 #define POSIX_FADV_NORMAL 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 66 #define POSIX_FADV_NORMAL 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 66 #define POSIX_FADV_NORMAL 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 66 #define POSIX_FADV_NORMAL 0 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 67 #define POSIX_FADV_NORMAL 0 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 66 #define POSIX_FADV_NORMAL 0 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | fcntl.c | 71 C(POSIX_FADV_NORMAL) in f()
|
/third_party/musl/include/ |
H A D | fcntl.h | 69 #define POSIX_FADV_NORMAL 0 macro
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
H A D | types.rs | 335 /// `POSIX_FADV_NORMAL` 336 Normal = linux_raw_sys::general::POSIX_FADV_NORMAL,
|
/third_party/rust/crates/nix/src/ |
H A D | fcntl.rs | 837 POSIX_FADV_NORMAL,
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
H A D | types.rs | 481 /// `POSIX_FADV_NORMAL` 482 Normal = c::POSIX_FADV_NORMAL as c::c_uint,
|
/third_party/rust/crates/libc/src/ |
H A D | wasi.rs | 230 pub const POSIX_FADV_NORMAL: c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 1211 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1235 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts
|
/third_party/python/Modules/ |
H A D | posixmodule.c | 11027 advice is one of POSIX_FADV_NORMAL, POSIX_FADV_SEQUENTIAL, 15374 #ifdef POSIX_FADV_NORMAL in all_ins() 15375 if (PyModule_AddIntMacro(m, POSIX_FADV_NORMAL)) return -1; in all_ins()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 290 pub const POSIX_FADV_NORMAL: u32 = 0; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1980 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 1974 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts
|