/third_party/ltp/testcases/kernel/containers/utsname/ |
D | utsname03.c | 49 .flags = CLONE_NEWUTS, in run() 72 SAFE_UNSHARE(CLONE_NEWUTS); in run() 78 SAFE_UNSHARE(CLONE_NEWUTS); in run()
|
D | utsname04.c | 24 .flags = CLONE_NEWUTS, in run() 47 TST_EXP_EQ_LI(unshare(CLONE_NEWUTS), -1); in run()
|
D | utstest.c | 75 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUTS, dummy_child, NULL); in check_newuts() 327 r = do_clone_unshare_tests(use_clone, CLONE_NEWUTS, in main() 340 r = do_clone_unshare_test(use_clone, CLONE_NEWUTS, in main()
|
/third_party/rust/crates/rustix/src/thread/ |
D | setns.rs | 6 CLONE_NEWTIME, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM, 24 const HOST_NAME_AND_NIS_DOMAIN_NAME = CLONE_NEWUTS; 47 HostNameAndNISDomainName = CLONE_NEWUTS,
|
/third_party/ltp/include/lapi/ |
D | namespaces_constants.h | 24 #ifndef CLONE_NEWUTS 25 # define CLONE_NEWUTS 0x04000000 macro
|
D | sched.h | 123 #ifndef CLONE_NEWUTS 124 # define CLONE_NEWUTS 0x04000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 136 test_flag(CLONE_NEWUTS, CLONE_NEWUTS, do_child_newuts); in test_all() 137 test_flag(CLONE_NEWUTS, 0, do_child_newuts); in test_all()
|
D | setns.h | 50 init_ns_type(CLONE_NEWUTS, "uts"); in init_available_ns()
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_common.h | 37 {"uts", CLONE_NEWUTS},
|
/third_party/ltp/testcases/lib/ |
D | tst_ns_common.h | 24 {"uts", CLONE_NEWUTS},
|
/third_party/toybox/toys/other/ |
D | nsenter.c | 121 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
|
/third_party/toybox/scripts/ |
D | genconfig.sh | 39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
|
/third_party/node/deps/cares/m4/ |
D | ax_check_uts_namespace.m4 | 47 child = clone(utsfn, st2 + 1024*1024, CLONE_NEWUTS|SIGCHLD, 0);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 58 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 58 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 58 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 60 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 72 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 66 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 70 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/musl/include/ |
D | sched.h | 83 #define CLONE_NEWUTS 0x04000000 macro
|
/third_party/rust/crates/nix/src/ |
D | sched.rs | 73 CLONE_NEWUTS;
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 125 CLONE_NEWUTS
|
D | linux.txt | 268 CLONE_NEWUTS
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1152 pub const CLONE_NEWUTS: ::c_int = 0x04000000; constant
|