/src/sys/compat/linux32/common/ |
linux32_unistd.c | 615 return linux_sys_reboot(l, &ua, retval);
|
/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 675 check_syscall_args(linux_sys_reboot) 1392 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 665 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 571 check_syscall_args(linux_sys_reboot) 1707 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 1228 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 693 check_syscall_args(linux_sys_reboot) 1659 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 847 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 307 check_syscall_args(linux_sys_reboot) 1561 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 413 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 312 check_syscall_args(linux_sys_reboot) 1581 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 414 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 311 check_syscall_args(linux_sys_reboot) 1557 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 432 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 273 check_syscall_args(linux_sys_reboot) 1588 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 403 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 290 check_syscall_args(linux_sys_reboot) 1484 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
linux_sysent.c | 411 .sy_call = (sy_call_t *)linux_sys_reboot
|
/src/sys/compat/linux/common/ |
linux_misc.c | 1327 linux_sys_reboot(struct lwp *l, const struct linux_sys_reboot_args *uap, register_t *retval) function in typeref:typename:int
|