Searched refs:syscall_args (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-13-stable/sys/riscv/include/
H A Dproc.h49 struct syscall_args { struct
/freebsd-13-stable/sys/arm/include/
H A Dproc.h76 struct syscall_args { struct
/freebsd-13-stable/sys/arm64/include/
H A Dproc.h50 struct syscall_args { struct
/freebsd-13-stable/sys/mips/include/
H A Dproc.h85 struct syscall_args { struct
/freebsd-13-stable/sys/compat/ia32/
H A Dia32_util.h54 struct syscall_args;
/freebsd-13-stable/sys/powerpc/include/
H A Dproc.h63 struct syscall_args { struct
/freebsd-13-stable/sys/i386/include/
H A Dproc.h65 struct syscall_args { struct
/freebsd-13-stable/sys/amd64/include/
H A Dproc.h93 struct syscall_args { struct
/freebsd-13-stable/sys/arm/arm/
H A Dsyscall.c104 struct syscall_args *sa;
/freebsd-13-stable/sys/kern/
H A Dsubr_syscall.c61 struct syscall_args *sa;
214 struct syscall_args *sa;
/freebsd-13-stable/sys/sys/
H A Dsysent.h43 struct syscall_args;
52 typedef void (*systrace_probe_func_t)(struct syscall_args *,
H A Dproc.h195 struct syscall_args;
332 struct syscall_args td_sa; /* (kx) Syscall parameters. Copied on
/freebsd-13-stable/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c91 struct syscall_args *sa;
/freebsd-13-stable/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c73 struct syscall_args *sa;
/freebsd-13-stable/sys/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c70 struct syscall_args *sa;
/freebsd-13-stable/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c73 struct syscall_args *sa;
/freebsd-13-stable/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c96 struct syscall_args *sa;
/freebsd-13-stable/sys/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c94 struct syscall_args *sa;
/freebsd-13-stable/sys/cddl/dev/systrace/
H A Dsystrace.c188 systrace_probe(struct syscall_args *sa, enum systrace_probe_t type, int retval)
261 if (argno >= nitems(((struct syscall_args *)NULL)->args))
/freebsd-13-stable/sys/arm64/arm64/
H A Delf32_machdep.c162 struct syscall_args *sa;
H A Dtrap.c127 struct syscall_args *sa;
/freebsd-13-stable/sys/amd64/ia32/
H A Dia32_syscall.c113 struct syscall_args *sa;
/freebsd-13-stable/sys/riscv/riscv/
H A Dtrap.c100 struct syscall_args *sa;
/freebsd-13-stable/sys/amd64/amd64/
H A Dtrap.c1006 cpu_fetch_syscall_args_fallback(struct thread *td, struct syscall_args *sa)
1054 struct syscall_args *sa;
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysvec.c119 struct syscall_args *sa;

Completed in 130 milliseconds

12