Home
last modified time | relevance | path

Searched refs:CLONE_NEWUTS (Results 1 – 25 of 42) sorted by relevance

12

/third_party/ltp/testcases/kernel/containers/utsname/
Dutsname03.c49 .flags = CLONE_NEWUTS, in run()
72 SAFE_UNSHARE(CLONE_NEWUTS); in run()
78 SAFE_UNSHARE(CLONE_NEWUTS); in run()
Dutsname04.c24 .flags = CLONE_NEWUTS, in run()
47 TST_EXP_EQ_LI(unshare(CLONE_NEWUTS), -1); in run()
Dutstest.c75 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/
Dsetns.rs6 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/
Dnamespaces_constants.h24 #ifndef CLONE_NEWUTS
25 # define CLONE_NEWUTS 0x04000000 macro
Dsched.h123 #ifndef CLONE_NEWUTS
124 # define CLONE_NEWUTS 0x04000000 macro
/third_party/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c136 test_flag(CLONE_NEWUTS, CLONE_NEWUTS, do_child_newuts); in test_all()
137 test_flag(CLONE_NEWUTS, 0, do_child_newuts); in test_all()
Dsetns.h50 init_ns_type(CLONE_NEWUTS, "uts"); in init_available_ns()
/third_party/ltp/testcases/kernel/containers/share/
Dns_common.h37 {"uts", CLONE_NEWUTS},
/third_party/ltp/testcases/lib/
Dtst_ns_common.h24 {"uts", CLONE_NEWUTS},
/third_party/toybox/toys/other/
Dnsenter.c121 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
/third_party/toybox/scripts/
Dgenconfig.sh39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/third_party/node/deps/cares/m4/
Dax_check_uts_namespace.m447 child = clone(utsfn, st2 + 1024*1024, CLONE_NEWUTS|SIGCHLD, 0);
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h58 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h58 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h58 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h60 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h72 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h66 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h70 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/include/
Dsched.h83 #define CLONE_NEWUTS 0x04000000 macro
/third_party/rust/crates/nix/src/
Dsched.rs73 CLONE_NEWUTS;
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt125 CLONE_NEWUTS
Dlinux.txt268 CLONE_NEWUTS
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1152 pub const CLONE_NEWUTS: ::c_int = 0x04000000; constant

12