Home
last modified time | relevance | path

Searched refs:POSIX_MADV_SEQUENTIAL (Results 1 – 25 of 27) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D7-2-buildonly.c19 #ifndef POSIX_MADV_SEQUENTIAL
20 #error POSIX_MADV_SEQUENTIAL not defined
/third_party/musl/libc-test/src/api/
Dsys_mman.c30 C(POSIX_MADV_SEQUENTIAL) in f()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmman.h73 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmman.h73 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmman.h73 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmman.h68 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/include/sys/
Dmman.h74 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmman.h77 #define POSIX_MADV_SEQUENTIAL 2 macro
/third_party/elfutils/src/
Dranlib.c127 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
Dstrings.c480 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL); in map_file()
Dar.c433 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
/third_party/rust/crates/rustix/src/backend/libc/mm/
Dtypes.rs305 Sequential = c::POSIX_MADV_SEQUENTIAL,
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt662 POSIX_MADV_SEQUENTIAL
Dfuchsia.txt592 POSIX_MADV_SEQUENTIAL
Ddragonfly.txt760 POSIX_MADV_SEQUENTIAL
Dnetbsd.txt802 POSIX_MADV_SEQUENTIAL
Dfreebsd.txt905 POSIX_MADV_SEQUENTIAL
Dapple.txt1068 POSIX_MADV_SEQUENTIAL
Dlinux.txt1695 POSIX_MADV_SEQUENTIAL
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs363 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs873 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs796 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2320 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs1645 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1604 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant

12