Searched refs:SYSEND (Results 1 – 2 of 2) sorted by relevance
375 #define SYSEND (sizeof (systable) / sizeof (systable[0])) macro390 if (sys >= 0 && sys < SYSEND) in proc_sysname()466 for (i = 1; i < SYSEND; i++) { in proc_str2sys()
482 #define SYSEND ((sizeof (systable) / sizeof (struct systable))-1) macro1287 stp = &systable[((unsigned)syscall < SYSEND)? syscall : 0]; in subsys()