Home
last modified time | relevance | path

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

/freebsd-src/usr.bin/truss/
H A Dsyscall.h206 struct syscall_decode { struct
222 struct syscall_decode decode; argument
H A Dsyscalls.c92 static const struct syscall_decode decoded_syscalls[] = {
807 quad_fixup(struct syscall_decode *sc) in quad_fixup()