DragonflyBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
get_syscall
usr.bin/truss/syscall.h
46
struct syscall *get_syscall(const char*);
usr.bin/truss/x86_64-fbsd.c
157
sc = fsc.name ? get_syscall(fsc.name) : NULL;