Home
last modified time | relevance | path

Searched refs:POSIX_FADV_NORMAL (Results 1 - 25 of 38) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/fcntl/
H A Dposix_fadvise.c41 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 Dposix_fadvise04.c36 POSIX_FADV_NORMAL,
H A Dposix_fadvise01.c39 POSIX_FADV_NORMAL,
H A Dposix_fadvise02.c36 POSIX_FADV_NORMAL,
H A Dposix_fadvise03.c40 POSIX_FADV_NORMAL,
/third_party/musl/libc-test/src/functionalext/supplement/fcntl/fcntl_gtest/
H A Dfcntl_posix_fadvise64_test.cpp29 int result1 = posix_fadvise64(fd, 0, TEST_LEN, POSIX_FADV_NORMAL); in HWTEST_F()
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c35 # 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 Dfcntl.h67 #define POSIX_FADV_NORMAL 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h66 #define POSIX_FADV_NORMAL 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h66 #define POSIX_FADV_NORMAL 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h66 #define POSIX_FADV_NORMAL 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h67 #define POSIX_FADV_NORMAL 0 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h66 #define POSIX_FADV_NORMAL 0 macro
/third_party/musl/libc-test/src/api/
H A Dfcntl.c71 C(POSIX_FADV_NORMAL) in f()
/third_party/musl/include/
H A Dfcntl.h69 #define POSIX_FADV_NORMAL 0 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs335 /// `POSIX_FADV_NORMAL`
336 Normal = linux_raw_sys::general::POSIX_FADV_NORMAL,
/third_party/rust/crates/nix/src/
H A Dfcntl.rs837 POSIX_FADV_NORMAL,
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs481 /// `POSIX_FADV_NORMAL`
482 Normal = c::POSIX_FADV_NORMAL as c::c_uint,
/third_party/rust/crates/libc/src/
H A Dwasi.rs230 pub const POSIX_FADV_NORMAL: c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1211 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1235 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts
/third_party/python/Modules/
H A Dposixmodule.c11027 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 Dgeneral.rs290 pub const POSIX_FADV_NORMAL: u32 = 0; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1980 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs1974 pub const POSIX_FADV_NORMAL: ::c_int = 0; consts

Completed in 76 milliseconds

12