/third_party/ltp/testcases/kernel/syscalls/prctl/ |
H A D | prctl07.c | 26 * - PR_CAP_AMBIENT_CLEAR_ALL: All capabilities will be removed from the 144 TEST(prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0)); in verify_prctl() 150 tst_res(TINFO, "After PR_CAP_AMBIENT_CLEAR_ALL"); in verify_prctl() 161 TEST(prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0)); in setup()
|
H A D | prctl02.c | 31 * arg5, or, in the case of PR_CAP_AMBIENT_CLEAR_ALL, arg3 is nonzero 76 static unsigned long num_PR_CAP_AMBIENT_CLEAR_ALL = PR_CAP_AMBIENT_CLEAR_ALL; 188 TEST(prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0)); in setup()
|
/third_party/ltp/include/lapi/ |
H A D | prctl.h | 54 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/third_party/musl/include/sys/ |
H A D | prctl.h | 131 #define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | prctl.rs | 596 const PR_CAP_AMBIENT_CLEAR_ALL: usize = 4; consts 601 /// - [`prctl(PR_CAP_AMBIENT,PR_CAP_AMBIENT_CLEAR_ALL,...)`] 603 /// [`prctl(PR_CAP_AMBIENT,PR_CAP_AMBIENT_CLEAR_ALL,...)`]: https://man7.org/linux/man-pages/man2/prctl.2.html 606 unsafe { prctl_2args(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL as *mut _) }.map(|_r| ()) in clear_ambient_capability_set()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 1146 pub const PR_CAP_AMBIENT_CLEAR_ALL: ::c_int = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1271 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 2629 pub const PR_CAP_AMBIENT_CLEAR_ALL: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2040 pub const PR_CAP_AMBIENT_CLEAR_ALL: ::c_int = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1274 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1266 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1284 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1279 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1276 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1271 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1260 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1484 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 1269 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
H A D | general.rs | 1492 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
H A D | general.rs | 1270 pub const PR_CAP_AMBIENT_CLEAR_ALL: u32 = 4; consts
|