HomeSort by relevance Sort by last modified time
    Searched defs:CLONE_NEWUSER (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/ltp/include/lapi/
namespaces_constants.h 31 #ifndef CLONE_NEWUSER
32 # define CLONE_NEWUSER 0x10000000
  /external/strace/xlat/
setns_types.h 14 #if !(defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER))
15 # define CLONE_NEWUSER 0x10000000
32 XLAT(CLONE_NEWUSER),
clone_flags.h 59 #if !(defined(CLONE_NEWUSER) || (defined(HAVE_DECL_CLONE_NEWUSER) && HAVE_DECL_CLONE_NEWUSER))
60 # define CLONE_NEWUSER 0x10000000
99 XLAT(CLONE_NEWUSER),
  /external/strace/tests/
ioctl_nsfs.c 41 #ifndef CLONE_NEWUSER
42 # define CLONE_NEWUSER 0x10000000
80 printf("ioctl(%d, NS_GET_NSTYPE) = %d (CLONE_NEWUSER)\n",
123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd);
  /external/strace/tests-m32/
ioctl_nsfs.c 41 #ifndef CLONE_NEWUSER
42 # define CLONE_NEWUSER 0x10000000
80 printf("ioctl(%d, NS_GET_NSTYPE) = %d (CLONE_NEWUSER)\n",
123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd);
  /external/strace/tests-mx32/
ioctl_nsfs.c 41 #ifndef CLONE_NEWUSER
42 # define CLONE_NEWUSER 0x10000000
80 printf("ioctl(%d, NS_GET_NSTYPE) = %d (CLONE_NEWUSER)\n",
123 CLONE_NEWUSER | CLONE_UNTRACED | SIGCHLD, pipefd);
  /bionic/libc/kernel/uapi/linux/
sched.h 41 #define CLONE_NEWUSER 0x10000000
  /development/ndk/platforms/android-21/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /external/kernel-headers/original/uapi/linux/
sched.h 27 #define CLONE_NEWUSER 0x10000000 /* New user namespace */
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 30 #ifndef CLONE_NEWUSER
31 # define CLONE_NEWUSER 0x10000000
161 if (unshare(CLONE_NEWUSER) !=0) {
162 die("unshare(CLONE_NEWUSER) failed: %s\n",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
sched.h 27 #define CLONE_NEWUSER 0x10000000 /* New user namespace */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
sched.h 28 #define CLONE_NEWUSER 0x10000000 /* New user namespace */
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/linux/
sched.h 45 #define CLONE_NEWUSER 0x10000000

Completed in 1426 milliseconds

1 2 3