thread_t thread;
void *vt;
unsigned int code, syscode;
- struct sysent *callp;
+ const struct sysent *callp;
int error;
vm_offset_t params;
thread_t thread;
void *vt;
unsigned int code, syscode;
- struct sysent *callp;
+ const struct sysent *callp;
int args_in_regs;
boolean_t args_start_at_rdi;
int error;
struct uthread *uthread;
struct proc *p;
unsigned int code;
- struct sysent *callp;
+ const struct sysent *callp;
thread = current_thread();
uthread = get_bsdthread_info(thread);