Searched defs:syscall_args (Results 1 – 8 of 8) sorted by relevance
49 struct syscall_args { struct50 u_int code;51 struct sysent *callp;52 register_t args[MAXARGS];
63 struct syscall_args { struct64 u_int code;65 struct sysent *callp;66 register_t args[MAXARGS];
51 struct syscall_args { struct52 u_int code;53 struct sysent *callp;54 register_t args[MAXARGS];
68 struct syscall_args { struct69 u_int code;70 struct sysent *callp;71 register_t args[MAXARGS];
65 struct syscall_args { struct66 u_int code;67 struct sysent *callp;68 register_t args[8];
85 struct syscall_args { struct86 u_int code;87 struct sysent *callp;88 register_t args[MAXARGS];
94 struct syscall_args { struct95 u_int code;96 struct sysent *callp;97 register_t args[8];
3377 pmc_syscall_handler(struct thread *td, void *syscall_args) in pmc_syscall_handler()