/external/toybox/toys/other/ |
D | nsenter.c | 67 int setns(int fd, int nstype); 144 if (setns(fd = xopen(filename, O_RDONLY), flags[i])) in unshare_main()
|
/external/iproute2/ip/ |
D | ipnetns.c | 32 static int setns(int fd, int nstype) in setns() function 145 if (setns(netns, CLONE_NEWNET) < 0) { in netns_exec()
|
/external/strace/ |
D | clone.c | 125 SYS_FUNC(setns) in SYS_FUNC() argument
|
D | sys_func.h | 227 extern SYS_FUNC(setns);
|
D | NEWS | 101 setdomainname, sethostname, setns, and sync_file_range syscalls. 197 recvmmsg, recvmsg, rt_tgsigqueueinfo, sendmmsg, setns, set_robust_list,
|
/external/iproute2/ |
D | configure | 171 (void)setns(0,0);
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 105 defm SETNS : SETCC<0x99, "setns", X86_COND_NS>; // is not signed
|
/external/llvm/test/CodeGen/X86/ |
D | peep-test-4.ll | 129 ; CHECK-NEXT: setns %al
|
/external/llvm/test/MC/X86/ |
D | x86-32-coverage.s | 1897 setns %bl 1901 setns 0xdeadbeef(%ebx,%ecx,8) 1905 setns 0x7eed 1909 setns 0xbabecafe 1913 setns 0x12345678
|
/external/valgrind/docs/internals/ |
D | 3_10_BUGSTATUS.txt | 101 343099 Linux setns syscall wrapper missing, unhandled syscall: 308
|
/external/valgrind/none/tests/x86/ |
D | insn_basic.def | 854 setns eflags[0x080,0x000] : r8.ub[123] => 0.ub[1] 855 setns eflags[0x080,0x080] : r8.ub[123] => 0.ub[0] 856 setns eflags[0x080,0x000] : m8.ub[123] => 0.ub[1] 857 setns eflags[0x080,0x080] : m8.ub[123] => 0.ub[0]
|
/external/valgrind/none/tests/amd64/ |
D | insn_basic.def | 1085 setns eflags[0x080,0x000] : r8.ub[123] => 0.ub[1] 1086 setns eflags[0x080,0x080] : r8.ub[123] => 0.ub[0] 1087 setns eflags[0x080,0x000] : m8.ub[123] => 0.ub[1] 1088 setns eflags[0x080,0x080] : m8.ub[123] => 0.ub[0]
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 635 #define SETNS(a) CHOICE(setns a, setns a, setna a) 1356 #define SETNS(a) setns a
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2802 PRE_SYSCALL(setns)(long fd, long nstype) {} 2804 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2853 fun:setns=uninstrumented
|
/external/elfutils/src/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/valgrind/ |
D | NEWS | 1527 266990 setns instruction causes false positive
|