Home
last modified time | relevance | path

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

/external/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
/external/elfutils/src/
Dranlib.c128 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
Dstrings.c482 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL); in map_file()
Dar.c434 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
/external/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs346 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/external/minijail/linux-x86/
Dlibconstants.gen.c3685 #ifdef POSIX_MADV_SEQUENTIAL
3686 { "POSIX_MADV_SEQUENTIAL", (unsigned long) POSIX_MADV_SEQUENTIAL },
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs737 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs873 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1316 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1278 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2025 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs2272 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant