sys_getsockopt
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
.sy_call = (sy_call_t *)sys_getsockopt
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
.sy_call = (sy_call_t *)sys_getsockopt
return sys_getsockopt(l, &bga, retval);
return sys_getsockopt(l, &ua, retval);
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
.sy_call = (sy_call_t *)sys_getsockopt
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
.sy_call = (sy_call_t *)sys_getsockopt
.sy_call = (sy_call_t *)sys_getsockopt
extern sy_call_t sys_getsockopt;
{ 118, sys_getsockopt },
int sys_getsockopt(struct lwp *, const struct sys_getsockopt_args *, register_t *);
check_syscall_args(sys_getsockopt)