Home
last modified time | relevance | path

Searched refs:syscall_arg (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/truss/
H A Dsyscall.h202 struct syscall_arg { struct
217 struct syscall_arg args[10]; /* Hopefully no syscalls with > 10 args */ argument
231 char *print_arg(struct syscall_arg *, syscallarg_t *, syscallarg_t *,
H A Dsyscalls.c1578 print_arg(struct syscall_arg *sc, syscallarg_t *args, syscallarg_t *retval, in print_arg()