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

1 2 3 4 5 6 7 8

  /external/ltp/include/lapi/
namespaces_constants.h 22 #ifndef CLONE_NEWNS
23 # define CLONE_NEWNS 0x00020000
  /external/ltp/testcases/kernel/containers/netns/
netns_helper.h 20 * when trying to use CLONE_NEWNET and CLONE_NEWNS.
31 #ifndef CLONE_NEWNS
32 #define CLONE_NEWNS -1
69 if (CLONE_NEWNS == -1)
70 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWNS (%d) not supported",
71 CLONE_NEWNS);
73 pid = do_clone_unshare_test(T_UNSHARE, CLONE_NEWNET | CLONE_NEWNS,
  /external/strace/xlat/
setns_types.h 2 #if !(defined(CLONE_NEWNS) || (defined(HAVE_DECL_CLONE_NEWNS) && HAVE_DECL_CLONE_NEWNS))
3 # define CLONE_NEWNS 0x00020000
28 XLAT(CLONE_NEWNS),
clone_flags.h 29 #if !(defined(CLONE_NEWNS) || (defined(HAVE_DECL_CLONE_NEWNS) && HAVE_DECL_CLONE_NEWNS))
30 # define CLONE_NEWNS 0x00020000
89 XLAT(CLONE_NEWNS),
  /development/ndk/platforms/android-9/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /development/ndk/platforms/android-9/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
sched.h 62 #define CLONE_NEWNS 0x00020000
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
sched.h 26 #define CLONE_NEWNS 0x00020000

Completed in 2064 milliseconds

1 2 3 4 5 6 7 8