Searched refs:CLONE_NEWUTS (Results 1 – 2 of 2) sorted by relevance
29 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
61 if (flags & CLONE_NEWUTS) in copy_utsname()