sys_reboot
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
.sy_call = (sy_call_t *)sys_reboot
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
.sy_call = (sy_call_t *)sys_reboot
.sy_call = (sy_call_t *)sys_reboot
return(sys_reboot(l, &sra, retval));
return sys_reboot(l, &ua, retval);
sys_reboot(l, &ua, retval);
return (sys_reboot(l, &ua, retval));
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);
.sy_call = (sy_call_t *)sys_reboot
.sy_call = (sy_call_t *)sys_reboot
{ 208, sys_reboot },
extern sy_call_t sys_reboot;
check_syscall_args(sys_reboot)
int sys_reboot(struct lwp *, const struct sys_reboot_args *, register_t *);