/src/sys/compat/linux/arch/aarch64/ |
linux_syscallargs.h | 669 struct linux_sys_reboot_args { struct 1392 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
/src/sys/compat/linux/arch/alpha/ |
linux_syscallargs.h | 565 struct linux_sys_reboot_args { struct 1707 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
/src/sys/compat/linux/arch/amd64/ |
linux_syscallargs.h | 687 struct linux_sys_reboot_args { struct 1659 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
/src/sys/compat/linux/arch/arm/ |
linux_syscallargs.h | 301 struct linux_sys_reboot_args { struct 1561 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
/src/sys/compat/linux/arch/i386/ |
linux_syscallargs.h | 306 struct linux_sys_reboot_args { struct 1581 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
/src/sys/compat/linux/arch/m68k/ |
linux_syscallargs.h | 305 struct linux_sys_reboot_args { struct 1557 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
/src/sys/compat/linux/arch/mips/ |
linux_syscallargs.h | 267 struct linux_sys_reboot_args { struct 1588 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|
/src/sys/compat/linux/arch/powerpc/ |
linux_syscallargs.h | 284 struct linux_sys_reboot_args { struct 1484 int linux_sys_reboot(struct lwp *, const struct linux_sys_reboot_args *, register_t *);
|