Home
last modified time | relevance | path

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

/freebsd-12.1/usr.bin/truss/
H A Dsyscalls.c84 static struct syscall decoded_syscalls[] = { variable
943 for (sc = decoded_syscalls; sc->name != NULL; sc++) { in init_syscalls()