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.h201 struct syscall_arg { struct
216 struct syscall_arg args[10]; /* Hopefully no syscalls with > 10 args */ argument
230 char *print_arg(struct syscall_arg *, syscallarg_t *, syscallarg_t *,
H A Dsyscalls.c1576 print_arg(struct syscall_arg *sc, syscallarg_t *args, syscallarg_t *retval, in print_arg()