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

/external/ltp/include/lapi/
H A Dnamespaces_constants.h34 #ifndef CLONE_NEWUTS
35 # define CLONE_NEWUTS 0x04000000 macro
/external/strace/xlat/
H A Dsetns_types.h8 #if !(defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS))
9 # define CLONE_NEWUTS 0x04000000 macro
30 XLAT(CLONE_NEWUTS),
H A Dunshare_flags.h32 #if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS)
33 XLAT(CLONE_NEWUTS),
H A Dclone_flags.h53 #if !(defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS))
54 # define CLONE_NEWUTS 0x04000000 macro
97 XLAT(CLONE_NEWUTS),
/external/ltp/testcases/kernel/containers/share/
H A Dns_common.h37 {"uts", CLONE_NEWUTS},
/external/ltp/testcases/kernel/syscalls/setns/
H A Dsetns.h76 #if defined(CLONE_NEWUTS)
77 init_ns_type(CLONE_NEWUTS, "uts");
H A Dsetns02.c26 * 1. create child with CLONE_NEWUTS, set different hostname in child,
52 #if defined(__NR_setns) && defined(CLONE_NEWIPC) && defined(CLONE_NEWUTS)
171 test_flag(CLONE_NEWUTS, CLONE_NEWUTS, do_child_newuts);
172 test_flag(CLONE_NEWUTS, 0, do_child_newuts);
222 tst_brkm(TCONF, NULL, "__NR_setns, CLONE_NEWIPC or CLONE_NEWUTS "
/external/kernel-headers/original/uapi/linux/
H A Dsched.h26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/external/linux-kselftest/tools/testing/selftests/nsfs/
H A Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER))
/external/toybox/toys/other/
H A Dnsenter.c119 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET,
/external/ltp/testcases/kernel/containers/utsname/
H A Dutstest.c73 tst_brkm(TCONF, NULL, "CLONE_NEWUTS not supported");
75 pid = do_clone_unshare_test(T_CLONE, CLONE_NEWUTS, dummy_child, NULL);
77 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWUTS not supported");
327 r = do_clone_unshare_tests(use_clone, CLONE_NEWUTS,
340 r = do_clone_unshare_test(use_clone, CLONE_NEWUTS,
/external/toybox/scripts/
H A Dgenconfig.sh37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/external/minijail/linux-x86/
H A Dlibconstants.gen.c92 #ifdef CLONE_NEWUTS
93 { "CLONE_NEWUTS", (unsigned long) CLONE_NEWUTS },
94 #endif // CLONE_NEWUTS
/external/minijail/
H A Dlibminijail.c1970 if (unshare(CLONE_NEWUTS))
1971 pdie("unshare(CLONE_NEWUTS) failed");

Completed in 407 milliseconds