Home
last modified time | relevance | path

Searched defs:nstype (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/include/
Dnamespace.h40 static inline int setns(int fd, int nstype) in setns()
/external/strace/tests-m32/
Dioctl_nsfs.c75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local
/external/strace/tests-mx32/
Dioctl_nsfs.c75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local
/external/strace/tests/
Dioctl_nsfs.c75 int nstype = ioctl(userns_fd, NS_GET_NSTYPE); in test_clone() local
/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
1808 #define __sanitizer_syscall_post_setns(res, fd, nstype) \ argument