HomeSort by: relevance | last modified time | path
    Searched refs:nsysent (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/compat/aoutm68k/
syscalls.conf 14 nsysent=512 key
  /src/sys/compat/freebsd/
syscalls.conf 13 nsysent=512 key
  /src/sys/compat/sunos/
syscalls.conf 14 nsysent=256 key
  /src/sys/compat/ultrix/
syscalls.conf 14 nsysent=512 key
  /src/sys/compat/linux/arch/aarch64/
syscalls.conf 14 nsysent=512 key
  /src/sys/compat/linux/arch/amd64/
syscalls.conf 14 nsysent=512 key
  /src/sys/compat/linux/arch/arm/
syscalls.conf 14 nsysent=512 key
  /src/sys/compat/linux/arch/i386/
syscalls.conf 14 nsysent=512 key
  /src/sys/compat/linux/arch/m68k/
syscalls.conf 15 nsysent=512 key
  /src/sys/compat/linux/arch/mips/
syscalls.conf 15 nsysent=512 key
  /src/sys/compat/linux/arch/powerpc/
syscalls.conf 15 nsysent=512 key
  /src/sys/compat/linux/arch/sparc/
syscalls.conf 15 nsysent=256 key
  /src/sys/compat/linux/arch/sparc64/
syscalls.conf 15 nsysent=256 key
  /src/sys/compat/linux32/arch/aarch64/
syscalls.conf 15 nsysent=512 key
  /src/sys/compat/linux32/arch/amd64/
syscalls.conf 15 nsysent=512 key
  /src/sys/compat/sunos32/
syscalls.conf 15 nsysent=256 key
  /src/sys/rump/kern/lib/libsys_cygwin/
syscalls.conf 15 nsysent=512 key
  /src/sys/rump/kern/lib/libsys_linux/
syscalls.conf 15 nsysent=512 key
  /src/sys/rump/kern/lib/libsys_sunos/
syscalls.conf 15 nsysent=512 key
  /src/sys/compat/linux/arch/alpha/
syscalls.conf 13 nsysent=1024 key
  /src/sys/compat/netbsd32/
syscalls.conf 18 nsysent=512 key
  /src/sys/kern/
syscalls.conf 21 nsysent=512 key
makesyscalls.sh 58 # nsysent the size of the sysent table
102 case "${nsysent:-0}" in
103 *[!0-9]*) errmsg "Non numeric value for nsysent:" "${nsysent}";;
205 nsysent = ${nsysent:-0}
1183 if (nsysent) {
1184 if (syscall > nsysent) {
1185 printf("%s: line %d: too many syscalls [%d > %d]\n", infile, NR, syscall, nsysent)
1188 while (syscall < nsysent) {
    [all...]
  /src/usr.bin/ctags/test/
ctags.test 7 int nsysent = sizeof (sysent) / sizeof (sysent[0]);
  /src/sys/sys/
systm.h 134 extern int nsysent;

Completed in 25 milliseconds