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

12

/freebsd-11-stable/sys/riscv/include/
H A Dproc.h49 struct syscall_args { struct
/freebsd-11-stable/sys/arm64/include/
H A Dproc.h49 struct syscall_args { struct
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h56 struct syscall_args { struct
/freebsd-11-stable/sys/sparc64/include/
H A Dproc.h56 struct syscall_args { struct
/freebsd-11-stable/sys/arm/include/
H A Dproc.h79 struct syscall_args { struct
/freebsd-11-stable/sys/compat/ia32/
H A Dia32_util.h52 struct syscall_args;
/freebsd-11-stable/sys/mips/include/
H A Dproc.h83 struct syscall_args { struct
/freebsd-11-stable/usr.bin/truss/
H A Dsyscall.h97 struct syscall_args { struct
108 struct syscall_args args[10];
116 char *print_arg(struct syscall_args *, unsigned long*, long *, struct trussinfo *);
/freebsd-11-stable/sys/i386/include/
H A Dproc.h63 struct syscall_args { struct
/freebsd-11-stable/sys/amd64/include/
H A Dproc.h73 struct syscall_args { struct
/freebsd-11-stable/sys/arm/arm/
H A Dsyscall.c106 struct syscall_args *sa;
/freebsd-11-stable/sys/kern/
H A Dsubr_syscall.c59 struct syscall_args *sa;
165 struct syscall_args *sa;
/freebsd-11-stable/sys/sys/
H A Dsysent.h41 struct syscall_args;
50 typedef void (*systrace_probe_func_t)(struct syscall_args *,
H A Dproc.h180 struct syscall_args;
349 struct syscall_args td_sa; /* (kx) Syscall parameters. Copied on
/freebsd-11-stable/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c91 struct syscall_args *sa;
/freebsd-11-stable/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c96 struct syscall_args *sa;
/freebsd-11-stable/sys/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c93 struct syscall_args *sa;
/freebsd-11-stable/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c73 struct syscall_args *sa;
/freebsd-11-stable/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c73 struct syscall_args *sa;
/freebsd-11-stable/sys/cddl/dev/systrace/
H A Dsystrace.c186 systrace_probe(struct syscall_args *sa, enum systrace_probe_t type, int retval)
259 if (argno >= nitems(((struct syscall_args *)NULL)->args))
/freebsd-11-stable/sys/riscv/riscv/
H A Dtrap.c96 struct syscall_args *sa;
/freebsd-11-stable/sys/amd64/ia32/
H A Dia32_syscall.c113 struct syscall_args *sa;
/freebsd-11-stable/sys/arm64/arm64/
H A Dtrap.c99 struct syscall_args *sa;
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dtrap.c551 struct syscall_args *sa;
/freebsd-11-stable/sys/i386/i386/
H A Dtrap.c1037 struct syscall_args *sa;

Completed in 259 milliseconds

12