HomeSort by relevance Sort by last modified time
    Searched full:setns (Results 1 - 25 of 261) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/arch-arm64/syscalls/
setns.S 5 ENTRY(setns) function
14 END(setns)
  /bionic/libc/arch-arm/syscalls/
setns.S 5 ENTRY(setns) function
16 END(setns)
  /bionic/libc/arch-mips/syscalls/
setns.S 5 ENTRY(setns) function
19 END(setns)
  /bionic/libc/arch-x86_64/syscalls/
setns.S 5 ENTRY(setns) function
15 END(setns)
  /bionic/libc/arch-mips64/syscalls/
setns.S 5 ENTRY(setns) function
25 END(setns)
  /bionic/libc/arch-x86/syscalls/
setns.S 5 ENTRY(setns) function
34 END(setns)
  /external/iproute2/include/
namespace.h 35 static inline int setns(int fd, int nstype) function
  /external/llvm/test/CodeGen/X86/
fpcmp-soft-fp.ll 40 ; CHECK: setns
80 ; CHECK: setns
cmp.ll 223 ; CHECK: setns %al
234 ; CHECK: setns %al
245 ; CHECK: setns %al
256 ; CHECK: setns %al
fp128-compare.ll 24 ; CHECK: setns %al
  /external/libxml2/python/tests/
build.py 15 root.setNs(ns)
  /external/toybox/toys/other/
nsenter.c 68 int setns(int fd, int nstype);
155 if (setns(fd = xopen(filename, O_RDONLY), flags[i]))
156 perror_exit("setns");
  /external/llvm/lib/Target/X86/
X86InstrCMovSetCC.td 105 defm SETNS : SETCC<0x99, "setns", X86_COND_NS>; // is not signed
  /external/iproute2/lib/
namespace.c 58 if (setns(netns, CLONE_NEWNET) < 0) {
  /external/iproute2/
configure 206 (void)setns(0,0);
341 echo -n "libc has setns: "
  /external/webrtc/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioEffects.java 60 // by calling setAEC(), setAGC() and setNS().
259 public boolean setNS(boolean enable) {
260 Logging.d(TAG, "setNS(" + enable + ")");
  /bionic/libc/include/
sched.h 58 extern int setns(int, int);
  /development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.functions.txt 759 setns
  /development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.functions.txt 759 setns
  /development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.functions.txt 759 setns
  /development/ndk/platforms/android-21/include/
sched.h 60 extern int setns(int, int);
  /docs/source.android.com/src/devices/storage/
index.jd 74 <p>The <code>setns()</code> functionality used to implement this feature requires at least Linux 3.8, but
  /external/iproute2/man/man8/
ip-netns.8 62 .B setns(2)
  /external/ltrace/sysdeps/linux-gnu/m68k/
syscallent.h 366 "setns", /* 344 */
  /external/ltrace/sysdeps/linux-gnu/metag/
syscallent.h 289 "setns", /* 268 */

Completed in 586 milliseconds

1 2 3 4 5 6 7 8 91011