Searched defs:syscall_args (Results 1 – 9 of 9) sorted by relevance
45 struct syscall_args { struct46 u_int code;47 int narg;48 struct sysent *callp;49 register_t *args;50 register_t args32[8];
69 struct syscall_args { struct70 u_int code;71 struct sysent *callp;72 register_t args[10];73 int narg;
71 struct syscall_args { struct72 u_int code;73 struct sysent *callp;74 register_t args[MAXARGS];75 int narg;76 u_int nap;78 u_int32_t insn;
69 struct syscall_args { struct70 u_int code;71 struct sysent *callp;72 register_t args[8];73 int narg;
83 struct syscall_args { struct84 u_int code;85 struct sysent *callp;86 register_t args[9];87 int narg;
81 struct syscall_args { struct82 u_int code;83 struct sysent *callp;84 register_t args[8];85 int narg;
83 struct syscall_args { struct84 u_int code;85 struct sysent *callp;86 register_t args[8];87 int narg;88 struct trapframe *trapframe;
51 struct syscall_args { struct61 struct syscall_args args[10]; argument
2794 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler()