Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/truss/
H A Dsyscall.h222 struct syscall_arg { struct
237 struct syscall_arg args[10]; /* Hopefully no syscalls with > 10 args */ argument
251 char *print_arg(struct syscall_arg *, unsigned long *, register_t *,
H A Dsyscalls.c1744 print_arg(struct syscall_arg *sc, unsigned long *args, register_t *retval, in print_arg()