/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/ |
D | 7-2-buildonly.c | 19 #ifndef POSIX_MADV_SEQUENTIAL 20 #error POSIX_MADV_SEQUENTIAL not defined
|
/third_party/musl/libc-test/src/api/ |
D | sys_mman.c | 30 C(POSIX_MADV_SEQUENTIAL) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 73 #define POSIX_MADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 73 #define POSIX_MADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 73 #define POSIX_MADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 68 #define POSIX_MADV_SEQUENTIAL 2 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 74 #define POSIX_MADV_SEQUENTIAL 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 77 #define POSIX_MADV_SEQUENTIAL 2 macro
|
/third_party/elfutils/src/ |
D | ranlib.c | 127 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
|
D | strings.c | 480 (void) posix_madvise (mem, map_size, POSIX_MADV_SEQUENTIAL); in map_file()
|
D | ar.c | 433 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content()
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 305 Sequential = c::POSIX_MADV_SEQUENTIAL,
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 662 POSIX_MADV_SEQUENTIAL
|
D | fuchsia.txt | 592 POSIX_MADV_SEQUENTIAL
|
D | dragonfly.txt | 760 POSIX_MADV_SEQUENTIAL
|
D | netbsd.txt | 802 POSIX_MADV_SEQUENTIAL
|
D | freebsd.txt | 905 POSIX_MADV_SEQUENTIAL
|
D | apple.txt | 1068 POSIX_MADV_SEQUENTIAL
|
D | linux.txt | 1695 POSIX_MADV_SEQUENTIAL
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
D | mod.rs | 363 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 873 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 796 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 2320 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 1; constant
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1645 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1604 pub const POSIX_MADV_SEQUENTIAL: ::c_int = 2; constant
|