/external/strace/tests-m32/ |
D | ioctl_nsfs.c | 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local 76 if (nstype == -1) { in test_clone() 78 userns_fd, sprintrc(nstype)); in test_clone() 81 userns_fd, nstype); in test_clone()
|
/external/strace/tests-mx32/ |
D | ioctl_nsfs.c | 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local 76 if (nstype == -1) { in test_clone() 78 userns_fd, sprintrc(nstype)); in test_clone() 81 userns_fd, nstype); in test_clone()
|
/external/strace/tests/ |
D | ioctl_nsfs.c | 75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local 76 if (nstype == -1) { in test_clone() 78 userns_fd, sprintrc(nstype)); in test_clone() 81 userns_fd, nstype); in test_clone()
|
/external/iproute2/include/ |
D | namespace.h | 40 static inline int setns(int fd, int nstype) in setns() argument 43 return syscall(__NR_setns, fd, nstype); in setns()
|
/external/toybox/toys/other/ |
D | nsenter.c | 71 #define setns(fd, nstype) syscall(SYS_setns, fd, nstype) argument
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1806 #define __sanitizer_syscall_pre_setns(fd, nstype) \ argument 1807 __sanitizer_syscall_pre_impl_setns((long)(fd), (long)(nstype)) 1808 #define __sanitizer_syscall_post_setns(res, fd, nstype) \ argument 1809 __sanitizer_syscall_post_impl_setns(res, (long)(fd), (long)(nstype)) 3052 void __sanitizer_syscall_pre_impl_setns(long fd, long nstype); 3053 void __sanitizer_syscall_post_impl_setns(long res, long fd, long nstype);
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_linux_s390x.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_386.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_arm64.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_mipsle.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_mips64le.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_sparc64.go | 1170 func Setns(fd int, nstype int) (err error) { 1171 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_arm.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_mips64.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_amd64.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_mips.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_ppc64.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
D | zsyscall_linux_ppc64le.go | 1155 func Setns(fd int, nstype int) (err error) { 1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 2800 PRE_SYSCALL(setns)(long fd, long nstype) {} 2802 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 17360 PASS: gdb.python/py-mi.exp: create nstype varobj 17562 PASS: gdb.python/py-prettyprint.exp: print nstype 17564 PASS: gdb.python/py-prettyprint.exp: print nstype on one line 17597 PASS: gdb.python/py-prettyprint.exp: print nstype 17599 PASS: gdb.python/py-prettyprint.exp: print nstype on one line
|
D | i686-pc-linux-gnu | 17092 PASS: gdb.python/py-mi.exp: create nstype varobj 17294 PASS: gdb.python/py-prettyprint.exp: print nstype 17296 PASS: gdb.python/py-prettyprint.exp: print nstype on one line 17329 PASS: gdb.python/py-prettyprint.exp: print nstype 17331 PASS: gdb.python/py-prettyprint.exp: print nstype on one line
|
D | armv7a-cros-linux-gnueabi | 16991 PASS: gdb.python/py-mi.exp: create nstype varobj 17193 PASS: gdb.python/py-prettyprint.exp: print nstype 17195 PASS: gdb.python/py-prettyprint.exp: print nstype on one line 17228 PASS: gdb.python/py-prettyprint.exp: print nstype 17230 PASS: gdb.python/py-prettyprint.exp: print nstype on one line
|
/external/strace/ |
D | ChangeLog | 24485 clone: use separate xlat for nstype parameter of setns syscall. 24486 nstype is not flag set but specific type value against which it is 24490 * clone.c: Use printxval and setns_types for nstype parameter.
|