Searched defs:freebsd_syscall (Results 1 – 1 of 1) sorted by relevance
79 static struct freebsd_syscall { struct80 struct syscall *sc;81 const char *name;82 int number;83 unsigned long *args;84 int nargs; /* number of arguments -- *not* number of words! */85 char **s_args; /* the printable arguments */