Home
last modified time | relevance | path

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

/external/iproute2/include/
Dnamespace.h35 static inline int setns(int fd, int nstype) in setns() argument
38 return syscall(__NR_setns, fd, nstype); in setns()
/external/toybox/toys/other/
Dnsenter.c68 int setns(int fd, int nstype);
/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))
3045 void __sanitizer_syscall_pre_impl_setns(long fd, long nstype);
3046 void __sanitizer_syscall_post_impl_setns(long res, long fd, long nstype);
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_syscalls.inc2804 PRE_SYSCALL(setns)(long fd, long nstype) {}
2806 POST_SYSCALL(setns)(long res, long fd, long nstype) {}