Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dnis_object.x115 enum nstype { enum
165 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1814 #define __sanitizer_syscall_pre_setns(fd, nstype) \ argument
1815 __sanitizer_syscall_pre_impl_setns((long)(fd), (long)(nstype))
1816 #define __sanitizer_syscall_post_setns(res, fd, nstype) \ argument
1817 __sanitizer_syscall_post_impl_setns(res, (long)(fd), (long)(nstype))
3074 void __sanitizer_syscall_pre_impl_setns(long fd, long nstype);
3075 void __sanitizer_syscall_post_impl_setns(long res, long fd, long nstype);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc3091 PRE_SYSCALL(setns)(long fd, long nstype) {}
3093 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
/freebsd/sys/arm64/linux/
H A Dlinux_systrace_args.c2007 iarg[a++] = p->nstype; /* l_int */ in systrace_args()
/freebsd/sys/amd64/linux/
H A Dlinux_systrace_args.c2380 iarg[a++] = p->nstype; /* l_int */ in systrace_args()