Home
last modified time | relevance | path

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

/external/strace/xlat/
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),
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),
Dunshare_flags.h32 #if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS)
33 XLAT(CLONE_NEWUTS),
Dunshare_flags.in8 CLONE_NEWUTS
Dsetns_types.in4 CLONE_NEWUTS 0x04000000
Dclone_flags.in18 CLONE_NEWUTS 0x04000000
/external/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c52 #if defined(__NR_setns) && defined(CLONE_NEWIPC) && defined(CLONE_NEWUTS)
171 test_flag(CLONE_NEWUTS, CLONE_NEWUTS, do_child_newuts); in main()
172 test_flag(CLONE_NEWUTS, 0, do_child_newuts); in main()
Dsetns.h76 #if defined(CLONE_NEWUTS) in init_available_ns()
77 init_ns_type(CLONE_NEWUTS, "uts"); in init_available_ns()
/external/ltp/include/lapi/
Dnamespaces_constants.h34 #ifndef CLONE_NEWUTS
35 # define CLONE_NEWUTS 0x04000000 macro
/external/ltp/testcases/kernel/containers/utsname/
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()
/external/ltp/testcases/kernel/containers/share/
Dns_common.h37 {"uts", CLONE_NEWUTS},
/external/kernel-headers/original/uapi/linux/
Dsched.h26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/external/linux-kselftest/tools/testing/selftests/mount/
Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/external/linux-kselftest/tools/testing/selftests/nsfs/
Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
/external/toybox/toys/other/
Dnsenter.c119 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
/external/toybox/scripts/
Dgenconfig.sh37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
/external/minijail/linux-x86/
Dlibconstants.gen.c92 #ifdef CLONE_NEWUTS
93 { "CLONE_NEWUTS", (unsigned long) CLONE_NEWUTS },
/external/honggfuzz/examples/apache-httpd/
Dhttpd-master.honggfuzz.patch139 + if (linuxEnterNs(CLONE_NEWUSER|CLONE_NEWNET|CLONE_NEWNS|CLONE_NEWIPC|CLONE_NEWUTS) == false) {
/external/minijail/
Dlibminijail.c1970 if (unshare(CLONE_NEWUTS)) in minijail_enter()