Searched refs:nstype (Results 1 – 4 of 4) sorted by relevance
/external/iproute2/include/ |
D | namespace.h | 35 static inline int setns(int fd, int nstype) in setns() argument 38 return syscall(__NR_setns, fd, nstype); in setns()
|
/external/toybox/toys/other/ |
D | nsenter.c | 68 int setns(int fd, int nstype);
|
/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)) 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/ |
D | sanitizer_common_syscalls.inc | 2804 PRE_SYSCALL(setns)(long fd, long nstype) {} 2806 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
|