Lines Matching full:syscall
481 /* SYSEND == max syscall number + 1 */
1085 subsys(int syscall, int subcode) in subsys() argument
1090 switch (syscall) { in subsys()
1287 stp = &systable[((unsigned)syscall < SYSEND)? syscall : 0]; in subsys()
1296 sysname(private_t *pri, int syscall, int subcode) in sysname() argument
1298 const struct systable *stp = subsys(syscall, subcode); in sysname()
1302 (void) sprintf(pri->sys_name, "sys#%d", syscall); in sysname()
1344 * Determine the subcode for this syscall, if any.
1350 int syscall = Lsp->pr_syscall; in getsubcode() local
1355 if (syscall > 0 && nsysarg > 0 && !prismember(&rawout, syscall)) { in getsubcode()
1357 switch (syscall) { in getsubcode()
1579 nsubcodes(int syscall) in nsubcodes() argument
1581 switch (syscall) { in nsubcodes()