/third_party/ltp/include/lapi/ |
D | mmap.h | 61 #ifndef MADV_DODUMP 62 # define MADV_DODUMP 17 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mman.h | 92 #define MADV_DODUMP 17 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mman.h | 92 #define MADV_DODUMP 17 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mman.h | 92 #define MADV_DODUMP 17 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mman.h | 87 #define MADV_DODUMP 17 macro
|
/third_party/musl/include/sys/ |
D | mman.h | 93 #define MADV_DODUMP 17 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mman.h | 96 #define MADV_DODUMP 17 macro
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 53 {MADV_DODUMP, "MADV_DODUMP", &sfile}, /* since Linux 3.4 */
|
D | madvise08.c | 197 pid = run_child(MADV_DODUMP); in run()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/mm/ |
D | types.rs | 185 LinuxDoDump = linux_raw_sys::general::MADV_DODUMP,
|
/third_party/rust/crates/rustix/src/backend/libc/mm/ |
D | types.rs | 383 LinuxDoDump = c::MADV_DODUMP,
|
/third_party/rust/crates/nix/src/sys/ |
D | mman.rs | 283 MADV_DODUMP,
|
/third_party/python/Modules/ |
D | mmapmodule.c | 1652 #ifdef MADV_DODUMP in mmap_exec() 1653 ADD_INT_MACRO(module, MADV_DODUMP); in mmap_exec()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 417 MADV_DODUMP
|
D | linux.txt | 1225 MADV_DODUMP
|
D | android.txt | 1118 MADV_DODUMP
|
/third_party/python/Doc/library/ |
D | mmap.rst | 333 MADV_DODUMP
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 656 pub const MADV_DODUMP: ::c_int = 17; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1629 pub const MADV_DODUMP: ::c_int = 17; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 997 pub const MADV_DODUMP: u32 = 17; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1002 pub const MADV_DODUMP: u32 = 17; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 997 pub const MADV_DODUMP: u32 = 17; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 999 pub const MADV_DODUMP: u32 = 17; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 1009 pub const MADV_DODUMP: u32 = 17; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 1015 pub const MADV_DODUMP: u32 = 17; constant
|