Symbol: ns
sys/compat/aoutm68k/aoutm68k_sysent.c
32
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/freebsd/freebsd_sysent.c
32
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/aarch64/linux_sysent.c
42
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/alpha/linux_sysent.c
38
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/amd64/linux_sysent.c
43
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/arm/linux_sysent.c
32
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/i386/linux_sysent.c
31
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/m68k/linux_sysent.c
35
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/mips/linux_sysent.c
32
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux/arch/powerpc/linux_sysent.c
30
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux32/arch/aarch64/linux32_sysent.c
34
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/linux32/arch/amd64/linux32_sysent.c
37
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/netbsd32/netbsd32_sysent.c
144
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/sunos/sunos_sysent.c
28
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/sunos32/sunos32_sysent.c
32
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/compat/ultrix/ultrix_sysent.c
23
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/kern/init_sysent.c
144
#define ns(type) .sy_narg = n(type), .sy_argsize = s(type)
sys/rump/librump/rumpkern/rump_syscalls.c
6712
#define ns(type) n(type), s(type)