Home | History | Annotate | Download | only in kern

Lines Matching refs:nsysent

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) {
1218 if (nsysent)
1219 printf("#define\t%sNSYSENT\t%d\n", constprefix, nsysent) > sysnumhdr