Symbol: syscall_args
sys/amd64/amd64/trap.c
1100
cpu_fetch_syscall_args_fallback(struct thread *td, struct syscall_args *sa)
sys/amd64/amd64/trap.c
1148
struct syscall_args *sa;
sys/amd64/ia32/ia32_syscall.c
118
struct syscall_args *sa;
sys/amd64/linux/linux_sysvec.c
144
struct syscall_args *sa;
sys/amd64/linux32/linux32_sysvec.c
517
struct syscall_args *sa;
sys/arm/arm/syscall.c
101
struct syscall_args *sa;
sys/arm64/arm64/elf32_machdep.c
196
struct syscall_args *sa;
sys/arm64/arm64/trap.c
143
struct syscall_args *sa;
sys/arm64/linux/linux_sysvec.c
115
struct syscall_args *sa;
sys/cddl/dev/systrace/systrace.c
184
systrace_probe(struct syscall_args *sa, enum systrace_probe_t type, int retval)
sys/cddl/dev/systrace/systrace.c
257
if (argno >= nitems(((struct syscall_args *)NULL)->args))
sys/compat/ia32/ia32_util.h
52
struct syscall_args;
sys/dev/hwpmc/hwpmc_mod.c
269
static int pmc_syscall_handler(struct thread *td, void *syscall_args);
sys/dev/hwpmc/hwpmc_mod.c
3914
pmc_syscall_handler(struct thread *td, void *syscall_args)
sys/dev/hwpmc/hwpmc_mod.c
3922
c = (struct pmc_syscall_args *)syscall_args;
sys/i386/i386/trap.c
1031
struct syscall_args *sa;
sys/i386/linux/linux_sysvec.c
511
struct syscall_args *sa;
sys/kern/subr_syscall.c
220
struct syscall_args *sa;
sys/kern/subr_syscall.c
56
struct syscall_args *sa;
sys/powerpc/powerpc/trap.c
658
struct syscall_args *sa;
sys/riscv/riscv/trap.c
103
struct syscall_args *sa;
sys/sys/proc.h
340
struct syscall_args td_sa; /* (kx) Syscall parameters. Copied on
sys/sys/ptrace.h
235
struct syscall_args ts_sa;
sys/sys/sysent.h
41
struct syscall_args;
sys/sys/sysent.h
50
typedef void (*systrace_probe_func_t)(struct syscall_args *,