Searched refs:nstype (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/include/rpcsvc/ |
| HD | nis_object.x | 117 enum nstype { enum 167 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/include/sanitizer/ |
| HD | linux_syscall_hooks.h | 1814 #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-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_common_syscalls.inc | 3091 PRE_SYSCALL(setns)(long fd, long nstype) {} 3093 POST_SYSCALL(setns)(long res, long fd, long nstype) {}
|
| /freebsd-14-stable/sys/arm64/linux/ |
| HD | linux_systrace_args.c | 2006 iarg[a++] = p->nstype; /* l_int */ in systrace_args()
|
| HD | linux_proto.h | 998 char nstype_l_[PADL_(l_int)]; l_int nstype; char nstype_r_[PADR_(l_int)]; member
|
| /freebsd-14-stable/sys/amd64/linux/ |
| HD | linux_systrace_args.c | 2379 iarg[a++] = p->nstype; /* l_int */ in systrace_args()
|
| HD | linux_proto.h | 1185 char nstype_l_[PADL_(l_int)]; l_int nstype; char nstype_r_[PADR_(l_int)]; member
|