Searched defs:CLONE_NEWUTS (Results 1 - 5 of 5) 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 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/kernel-headers/original/uapi/linux/
H A Dsched.h25 #define CLONE_NEWUTS 0x04000000 /* New utsname namespace */ macro
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c21 #ifndef CLONE_NEWUTS
22 # define CLONE_NEWUTS 0x04000000 macro

Completed in 308 milliseconds