Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/truss/
H A Dsyscall.h227 struct syscall_decode { struct
243 struct syscall_decode decode; argument
H A Dsyscalls.c95 static const struct syscall_decode decoded_syscalls[] = {
980 quad_fixup(struct syscall_decode *sc) in quad_fixup()