HomeSort by relevance Sort by last modified time
    Searched full:setns (Results 1 - 25 of 384) 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)
  /external/strace/tests/
setns.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (setns -a21); do not edit.
setns.c 2 * Check decoding of setns syscall.
60 printf("setns(%d, %s) = %s\n",
  /external/strace/tests-m32/
setns.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (setns -a21); do not edit.
setns.c 2 * Check decoding of setns syscall.
60 printf("setns(%d, %s) = %s\n",
  /external/strace/tests-mx32/
setns.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (setns -a21); do not edit.
setns.c 2 * Check decoding of setns syscall.
60 printf("setns(%d, %s) = %s\n",
  /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/ltp/testcases/kernel/containers/userns/
userns04.c 18 * second namespace and the setns() call fails.
61 printf("child2 setns() unexpected success\n");
64 printf("child2 setns() unexpected error: (%d) %s\n",
99 printf("parent pid setns failure: (%d) %s",
  /external/libnetfilter_conntrack/
configure.ac 34 dnl Check for setns used in qa
35 AC_CHECK_FUNCS(setns)
config.h.in 21 /* Define to 1 if you have the `setns' function. */
  /external/ltp/testcases/kernel/containers/share/
setns_check.c 17 * Check for setns() availability, should be called before ns_exec.
29 tst_brkm(TCONF, NULL, "setns is not supported in the kernel");
ns_exec.c 103 tst_resm(TINFO, "setns is not supported in the kernel");
134 tst_resm(TINFO | TERRNO, "setns");
  /external/iproute2/include/
namespace.h 35 static inline int setns(int fd, int nstype) function
  /external/ltp/testcases/kernel/syscalls/setns/
setns02.c 25 * functional test for setns(2) - reassociate thread with a namespace
53 #include "setns.h"
89 tst_resm(TFAIL|TERRNO, CP"setns");
121 tst_resm(TFAIL|TERRNO, CP"setns");
127 tst_resm(TFAIL|TERRNO, CP"shmat failed after setns");
setns01.c 25 * errno tests for setns(2) - reassociate thread with a namespace
43 #include "setns.h"
170 tst_resm(TINFO, "setns(%d, 0x%x)", t->fd, t->ns_type);
  /external/ltp/testcases/kernel/syscalls/
Makefile 43 sched_getaffinity sched_setaffinity sendmsg setgroups setns sighold \
  /external/llvm/test/CodeGen/X86/
fpcmp-soft-fp.ll 40 ; CHECK: setns
80 ; CHECK: setns
setcc.ll 62 ; CHECK: setns %al
73 ; CHECK: setns %al
  /external/ltp/doc/
namespaces-helper-tools.txt 18 ** check for setns() availability, should be called before using ns_exec
28 requirement from kernel side is the support of "setns" syscall.
  /external/libxml2/python/tests/
build.py 15 root.setNs(ns)

Completed in 461 milliseconds

1 2 3 4 5 6 7 8 91011>>