Home
last modified time | relevance | path

Searched refs:CLONE_NEWUTS (Results 1 - 25 of 38) sorted by relevance

12

/third_party/ltp/testcases/kernel/containers/utsname/
H A Dutsname03.c10 * Clone two processes using CLONE_NEWUTS, change hostname from the first
49 .flags = CLONE_NEWUTS, in run()
57 tst_res(TINFO, "clone() with CLONE_NEWUTS"); in run()
69 tst_res(TINFO, "unshare() with CLONE_NEWUTS"); in run()
72 SAFE_UNSHARE(CLONE_NEWUTS); in run()
78 SAFE_UNSHARE(CLONE_NEWUTS); in run()
H A Dutsname04.c9 * Drop root privileges, create a container with CLONE_NEWUTS and verify that
24 .flags = CLONE_NEWUTS, in run()
47 TST_EXP_EQ_LI(unshare(CLONE_NEWUTS), -1); in run()
H A Dutstest.c73 tst_brkm(TCONF, NULL, "CLONE_NEWUTS not supported"); in check_newuts()
75 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUTS, dummy_child, NULL); in check_newuts()
77 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWUTS not supported"); 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/
H A 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/
H A Dnamespaces_constants.h24 #ifndef CLONE_NEWUTS
25 # define CLONE_NEWUTS 0x04000000 macro
H A Dsched.h123 #ifndef CLONE_NEWUTS
124 # define CLONE_NEWUTS 0x04000000 macro
/third_party/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c6 * 1. create child with CLONE_NEWUTS, set different hostname in child,
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()
139 tst_res(TCONF, "CLONE_NEWUTS is not supported"); in test_all()
H A Dsetns.h50 init_ns_type(CLONE_NEWUTS, "uts"); in init_available_ns()
/third_party/ltp/testcases/kernel/containers/share/
H A Dns_common.h37 {"uts", CLONE_NEWUTS},
/third_party/ltp/testcases/lib/
H A Dtst_ns_common.h24 {"uts", CLONE_NEWUTS},
/third_party/toybox/scripts/
H A Dgenconfig.sh39 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/third_party/toybox/toys/other/
H A Dnsenter.c121 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h66 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h58 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h58 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h60 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h58 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h72 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h70 #define CLONE_NEWUTS 0x04000000 macro
/third_party/musl/include/
H A Dsched.h83 #define CLONE_NEWUTS 0x04000000 macro
/third_party/rust/crates/nix/src/
H A Dsched.rs73 CLONE_NEWUTS;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1152 pub const CLONE_NEWUTS: ::c_int = 0x04000000; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1395 pub const CLONE_NEWUTS: u32 = 67108864; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1929 pub const CLONE_NEWUTS: ::c_int = 0x04000000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1398 pub const CLONE_NEWUTS: u32 = 67108864; consts

Completed in 53 milliseconds

12