/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns03.c | 55 && defined(MS_REC) && defined(MS_SLAVE) 63 if (mount("none", DIRA, "none", MS_SLAVE, NULL) == -1) { in child_func()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 105 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, 106 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 109 {"slave", MS_SLAVE}, {"rslave", MS_SLAVE|MS_REC}, 110 {"private", MS_PRIVATE}, {"rprivate", MS_SLAVE|MS_REC},
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 44 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 44 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 43 #define MS_SLAVE (1<<19) macro
|
/third_party/musl/include/sys/ |
D | mount.h | 44 #define MS_SLAVE (1<<19) macro
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 36 MS_SLAVE;
|
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/ |
D | types.rs | 715 const SLAVE = linux_raw_sys::general::MS_SLAVE;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 507 MS_SLAVE
|
D | linux.txt | 1349 MS_SLAVE
|
D | android.txt | 1236 MS_SLAVE
|
/third_party/rust/crates/rustix/src/backend/libc/fs/ |
D | types.rs | 1190 const SLAVE = c::MS_SLAVE;
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 623 pub const MS_SLAVE: ::c_ulong = 0x080000; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1559 pub const MS_SLAVE: ::c_ulong = 0x080000; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 409 pub const MS_SLAVE: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 404 pub const MS_SLAVE: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 408 pub const MS_SLAVE: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 416 pub const MS_SLAVE: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 416 pub const MS_SLAVE: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 408 pub const MS_SLAVE: u32 = 524288; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 404 pub const MS_SLAVE: u32 = 524288; constant
|