Home
last modified time | relevance | path

Searched refs:nstype (Results 1 – 23 of 23) sorted by relevance

/external/strace/tests-m32/
Dioctl_nsfs.c75 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/
Dioctl_nsfs.c75 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/
Dioctl_nsfs.c75 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/
Dnamespace.h40 static inline int setns(int fd, int nstype) in setns() argument
43 return syscall(__NR_setns, fd, nstype); in setns()
/external/toybox/toys/other/
Dnsenter.c71 #define setns(fd, nstype) syscall(SYS_setns, fd, nstype) argument
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1806 #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/
Dzsyscall_linux_s390x.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_386.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_arm64.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_mipsle.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_mips64le.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_sparc64.go1170 func Setns(fd int, nstype int) (err error) {
1171 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_arm.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_mips64.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_amd64.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_mips.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_ppc64.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
Dzsyscall_linux_ppc64le.go1155 func Setns(fd int, nstype int) (err error) {
1156 _, _, e1 := Syscall(SYS_SETNS, uintptr(fd), uintptr(nstype), 0)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2800 PRE_SYSCALL(setns)(long fd, long nstype) {}
2802 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu17360 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
Di686-pc-linux-gnu17092 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
Darmv7a-cros-linux-gnueabi16991 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/
DChangeLog24485 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.