Home
last modified time | relevance | path

Searched refs:syscall_args (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-12.1/usr.bin/truss/
H A Dsyscall.h210 struct syscall_args { struct
221 struct syscall_args args[10]; argument
229 char *print_arg(struct syscall_args *, unsigned long*, long *, struct trussinfo *);
/freebsd-12.1/sys/riscv/include/
H A Dproc.h49 struct syscall_args { struct
/freebsd-12.1/sys/compat/ia32/
H A Dia32_util.h54 struct syscall_args;
/freebsd-12.1/sys/powerpc/include/
H A Dproc.h58 struct syscall_args { struct
/freebsd-12.1/sys/arm/include/
H A Dproc.h81 struct syscall_args { struct
/freebsd-12.1/sys/arm64/include/
H A Dproc.h50 struct syscall_args { struct
/freebsd-12.1/sys/sparc64/include/
H A Dproc.h58 struct syscall_args { struct
/freebsd-12.1/sys/kern/
H A Dsubr_syscall.c61 struct syscall_args *sa; in syscallenter()
179 struct syscall_args *sa; in syscallret()
/freebsd-12.1/sys/mips/include/
H A Dproc.h86 struct syscall_args { struct
/freebsd-12.1/sys/i386/include/
H A Dproc.h65 struct syscall_args { struct
/freebsd-12.1/sys/sys/
H A Dsysent.h43 struct syscall_args;
52 typedef void (*systrace_probe_func_t)(struct syscall_args *,
/freebsd-12.1/sys/amd64/include/
H A Dproc.h87 struct syscall_args { struct
/freebsd-12.1/sys/cddl/dev/systrace/
H A Dsystrace.c188 systrace_probe(struct syscall_args *sa, enum systrace_probe_t type, int retval) in systrace_probe()
261 if (argno >= nitems(((struct syscall_args *)NULL)->args)) in systrace_getargval()
/freebsd-12.1/sys/arm/arm/
H A Dsyscall.c106 struct syscall_args *sa; in cpu_fetch_syscall_args()
/freebsd-12.1/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c73 struct syscall_args *sa; in cloudabi64_fetch_syscall_args()
/freebsd-12.1/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c91 struct syscall_args *sa; in cloudabi32_fetch_syscall_args()
/freebsd-12.1/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c73 struct syscall_args *sa; in cloudabi32_fetch_syscall_args()
/freebsd-12.1/sys/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c70 struct syscall_args *sa; in cloudabi32_fetch_syscall_args()
/freebsd-12.1/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c96 struct syscall_args *sa; in cloudabi32_fetch_syscall_args()
/freebsd-12.1/sys/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c93 struct syscall_args *sa; in cloudabi64_fetch_syscall_args()
/freebsd-12.1/sys/amd64/ia32/
H A Dia32_syscall.c114 struct syscall_args *sa; in ia32_fetch_syscall_args()
/freebsd-12.1/sys/riscv/riscv/
H A Dtrap.c99 struct syscall_args *sa; in cpu_fetch_syscall_args()
/freebsd-12.1/sys/amd64/amd64/
H A Dtrap.c1006 cpu_fetch_syscall_args_fallback(struct thread *td, struct syscall_args *sa) in cpu_fetch_syscall_args_fallback()
1058 struct syscall_args *sa; in cpu_fetch_syscall_args()
/freebsd-12.1/sys/arm64/arm64/
H A Dtrap.c103 struct syscall_args *sa; in cpu_fetch_syscall_args()
/freebsd-12.1/sys/sparc64/sparc64/
H A Dtrap.c543 struct syscall_args *sa; in cpu_fetch_syscall_args()

12