Searched defs:syscall_args (Results 1 – 10 of 10) sorted by relevance
49 struct syscall_args { struct50 u_int code;51 struct sysent *callp;52 register_t args[MAXARGS];53 int narg;
58 struct syscall_args { struct59 u_int code;60 struct sysent *callp;61 register_t args[10];62 int narg;
50 struct syscall_args { struct51 u_int code;52 struct sysent *callp;53 register_t args[MAXARGS];54 int narg;
58 struct syscall_args { struct59 u_int code;60 struct sysent *callp;61 register_t args[8];62 int narg;
81 struct syscall_args { struct82 u_int code;83 struct sysent *callp;84 register_t args[MAXARGS];85 int narg;86 u_int nap;
65 struct syscall_args { struct66 u_int code;67 struct sysent *callp;68 register_t args[8];69 int narg;
86 struct syscall_args { struct87 u_int code;88 struct sysent *callp;89 register_t args[8];90 int narg;91 struct trapframe *trapframe;
87 struct syscall_args { struct88 u_int code;89 struct sysent *callp;90 register_t args[8];91 int narg;
210 struct syscall_args { struct221 struct syscall_args args[10]; argument
3374 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler()