Searched defs:CLONE_NEWUSER (Results 1 - 5 of 5) sorted by relevance

/external/ltp/include/lapi/
H A Dnamespaces_constants.h31 #ifndef CLONE_NEWUSER
32 # define CLONE_NEWUSER 0x10000000 macro
/external/strace/xlat/
H A Dsetns_types.h14 #if !(defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER))
15 # define CLONE_NEWUSER 0x10000000 macro
37 XLAT(CLONE_NEWUSER),
H A Dclone_flags.h59 #if !(defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER))
60 # define CLONE_NEWUSER 0x10000000 macro
99 XLAT(CLONE_NEWUSER),
/external/kernel-headers/original/uapi/linux/
H A Dsched.h27 #define CLONE_NEWUSER 0x10000000 /* New user namespace */ macro
/external/linux-kselftest/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c30 #ifndef CLONE_NEWUSER
31 # define CLONE_NEWUSER 0x10000000 macro
161 if (unshare(CLONE_NEWUSER) !=0) {
162 die("unshare(CLONE_NEWUSER) failed: %s\n",

Completed in 191 milliseconds