Searched refs:CLONE_NEWUTS (Results 1 – 25 of 46) sorted by relevance
12
/external/strace/xlat/ |
D | setns_types.h | 20 #if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS) 22 static_assert((CLONE_NEWUTS) == (0x04000000), "CLONE_NEWUTS != 0x04000000"); 25 # define CLONE_NEWUTS 0x04000000 64 XLAT(CLONE_NEWUTS),
|
D | clone_flags.h | 125 #if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS) 127 static_assert((CLONE_NEWUTS) == (0x04000000), "CLONE_NEWUTS != 0x04000000"); 130 # define CLONE_NEWUTS 0x04000000 195 XLAT(CLONE_NEWUTS),
|
D | unshare_flags.h | 38 #if defined(CLONE_NEWUTS) || (defined(HAVE_DECL_CLONE_NEWUTS) && HAVE_DECL_CLONE_NEWUTS) 39 XLAT(CLONE_NEWUTS),
|
D | unshare_flags.in | 8 CLONE_NEWUTS
|
D | setns_types.in | 4 CLONE_NEWUTS 0x04000000
|
D | clone_flags.in | 18 CLONE_NEWUTS 0x04000000
|
/external/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 52 #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()
|
D | setns.h | 76 #if defined(CLONE_NEWUTS) in init_available_ns() 77 init_ns_type(CLONE_NEWUTS, "uts"); in init_available_ns()
|
/external/ltp/include/lapi/ |
D | namespaces_constants.h | 34 #ifndef CLONE_NEWUTS 35 # define CLONE_NEWUTS 0x04000000 macro
|
/external/syzkaller/sys/linux/ |
D | namespaces.txt | 15 …CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID, CLONE_NEWUSER, CLONE_NEWUTS, CLONE_SYSVSEM,… 16 ns_type = 0, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWUTS, CLONE_NEWCGROUP, CLONE_NEWNS, CLONE_NEWPID, …
|
D | namespaces_arm64.const | 10 CLONE_NEWUTS = 67108864
|
D | namespaces_386.const | 10 CLONE_NEWUTS = 67108864
|
D | namespaces_amd64.const | 10 CLONE_NEWUTS = 67108864
|
D | namespaces_ppc64le.const | 10 CLONE_NEWUTS = 67108864
|
D | namespaces_arm.const | 10 CLONE_NEWUTS = 67108864
|
/external/ltp/testcases/kernel/containers/utsname/ |
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()
|
/external/ltp/testcases/kernel/containers/share/ |
D | ns_common.h | 37 {"uts", CLONE_NEWUTS},
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 26 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
|
/external/linux-kselftest/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 22 #ifndef CLONE_NEWUTS 23 # define CLONE_NEWUTS 0x04000000 macro
|
/external/linux-kselftest/tools/testing/selftests/nsfs/ |
D | owner.c | 42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
|
/external/toybox/toys/other/ |
D | nsenter.c | 121 unsigned flags[]={CLONE_NEWUSER, CLONE_NEWUTS, CLONE_NEWPID, CLONE_NEWNET, in unshare_main()
|
/external/syzkaller/pkg/osutil/ |
D | osutil_linux.go | 42 syscall.CLONE_NEWNS | syscall.CLONE_NEWUTS | syscall.CLONE_NEWPID
|
/external/toybox/scripts/ |
D | genconfig.sh | 37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 92 #ifdef CLONE_NEWUTS 93 { "CLONE_NEWUTS", (unsigned long) CLONE_NEWUTS },
|
/external/honggfuzz/libhfnetdriver/ |
D | netdriver.c | 81 if (!nsEnter(CLONE_NEWUSER | CLONE_NEWNET | CLONE_NEWNS | CLONE_NEWIPC | CLONE_NEWUTS)) { in netDriver_initNsIfNeeded()
|
12