/external/linux-kselftest/tools/testing/selftests/proc/ |
D | .gitignore | 14 /setns-dcache 15 /setns-sysvipc
|
D | Makefile | 19 TEST_GEN_PROGS += setns-dcache 20 TEST_GEN_PROGS += setns-sysvipc
|
D | setns-dcache.c | 104 if (setns(nsfd, CLONE_NEWNET) == -1) { in main()
|
D | setns-sysvipc.c | 103 if (setns(nsfd, CLONE_NEWIPC) == -1) { in main()
|
/external/libbrillo/brillo/ |
D | scoped_mount_namespace.cc | 28 PLOG_IF(ERROR, setns(mount_namespace_fd_.get(), CLONE_NEWNS) != 0) in ~ScopedMountNamespace() 57 if (setns(mount_namespace_fd.get(), CLONE_NEWNS) != 0) { in CreateFromPath()
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | flow_dissector_reattach.c | 108 err = setns(init_net, CLONE_NEWNET); in test_flow_dissector_reattach() 133 err = setns(self_net, CLONE_NEWNET); in test_flow_dissector_reattach()
|
/external/toybox/toys/other/ |
D | nsenter.c | 70 #define setns(fd, nstype) syscall(SYS_setns, fd, nstype) macro 155 if (setns(fd = xopenro(filename), flags[i])) perror_exit("setns"); in unshare_main()
|
/external/libnetfilter_conntrack/ |
D | configure.ac | 34 dnl Check for setns used in qa 35 AC_CHECK_FUNCS(setns)
|
D | config.h.in | 21 /* Define to 1 if you have the `setns' function. */
|
/external/musl/src/linux/ |
D | setns.c | 5 int setns(int fd, int nstype) in setns() function
|
/external/bcc/src/cc/ |
D | setns.h | 12 #define setns(FD, NSTYPE) syscall(__NR_setns, (int)(FD), (int)(NSTYPE)) macro
|
/external/bcc/src/cc/includes/ |
D | setns.h | 12 #define setns(FD, NSTYPE) syscall(__NR_setns, (int)(FD), (int)(NSTYPE)) macro
|
/external/ltp/include/lapi/ |
D | setns.h | 14 static inline int setns(int fd, int nstype) in setns() function
|
/external/rust/crates/nix/src/ |
D | sched.rs | 268 pub fn setns(fd: RawFd, nstype: CloneFlags) -> Result<()> { in setns() function 269 let res = unsafe { libc::setns(fd, nstype.bits()) }; in setns()
|
/external/llvm/test/CodeGen/X86/ |
D | setcc.ll | 62 ; CHECK: setns %al 73 ; CHECK: setns %al
|
D | fpcmp-soft-fp.ll | 40 ; CHECK: setns 80 ; CHECK: setns
|
D | cmp.ll | 223 ; CHECK: setns %al 234 ; CHECK: setns %al 245 ; CHECK: setns %al 256 ; CHECK: setns %al
|
/external/ltp/doc/ |
D | 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/iproute2/include/ |
D | namespace.h | 40 static inline int setns(int fd, int nstype) in setns() function
|
/external/ltp/include/lapi/syscalls/ |
D | hppa.in | 20 setns 328
|
D | aarch64.in | 254 setns 268
|
/external/ltp/testcases/kernel/syscalls/ |
D | Makefile | 29 sched_getaffinity sched_setaffinity sendmsg setgroups setns sighold \
|
/external/strace/ |
D | clone.c | 147 SYS_FUNC(setns) in SYS_FUNC() argument
|
/external/iproute2/lib/ |
D | namespace.c | 58 if (setns(netns, CLONE_NEWNET) < 0) { in netns_switch()
|
/external/musl/include/ |
D | sched.h | 79 int setns(int, int);
|