Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dnsproxy.c157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()
219 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
278 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags()
292 if (flags & CLONE_NEWUTS) in check_setns_flags()
446 if (flags & CLONE_NEWUTS) { in validate_nsset()
H A Dutsname.c97 if (!(flags & CLONE_NEWUTS)) in copy_utsname()
162 .type = CLONE_NEWUTS,
H A Dfork.c3311 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
/openbmc/linux/include/uapi/linux/
H A Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/openbmc/linux/include/linux/
H A Dutsname.h61 if (flags & CLONE_NEWUTS) in copy_utsname()
/openbmc/linux/tools/testing/selftests/nsfs/
H A Downer.c42 if (unshare(CLONE_NEWUTS | CLONE_NEWUSER)) in main()
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c22 #ifndef CLONE_NEWUTS
23 # define CLONE_NEWUTS 0x04000000 macro
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c44 [PIDFD_NS_UTS] = { "uts", CLONE_NEWUTS, },
180 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP()
209 CLONE_NEWUTS | CLONE_NEWPID | in FIXTURE_SETUP()
/openbmc/qemu/system/
H A Dqemu-seccomp.c117 FORBID_CLONE_FLAG(CLONE_NEWUTS);
241 RULE_CLONE_FLAG(CLONE_NEWUTS),
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch14 CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID, or CLONE_NEWUTS
/openbmc/qemu/linux-user/
H A Dstrace.c1160 #if defined(CLONE_NEWUTS)
1161 FLAG_GENERIC(CLONE_NEWUTS),