Home
last modified time | relevance | path

Searched defs:freebsd_syscall (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/usr.bin/truss/
H A Dx86_64-fbsd.c79 static struct freebsd_syscall { struct
80 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 */