Searched defs:syscall_args (Results 1 – 5 of 5) sorted by relevance
50 struct syscall_args { struct51 u_int code;52 struct sysent *callp;53 register_t args[MAXARGS];
65 struct syscall_args { struct66 u_int code;67 struct sysent *callp;68 register_t args[8];
76 struct syscall_args { struct77 u_int code;78 struct sysent *callp;79 register_t args[MAXARGS];
85 struct syscall_args { struct86 u_int code;87 struct sysent *callp;88 register_t args[MAXARGS];
93 struct syscall_args { struct94 u_int code;95 struct sysent *callp;96 register_t args[8];