/src/sys/compat/linux32/common/ |
linux32_unistd.c | 608 struct linux_sys_reboot_args ua;
|
/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 *);
|
linux_sysent.c | 663 ns(struct linux_sys_reboot_args),
|
linux_systrace_args.c | 998 const struct linux_sys_reboot_args *p = params;
|
/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 *);
|
linux_sysent.c | 1226 ns(struct linux_sys_reboot_args),
|
/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 *);
|
linux_sysent.c | 845 ns(struct linux_sys_reboot_args),
|
linux_systrace_args.c | 1292 const struct linux_sys_reboot_args *p = params;
|
/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 *);
|
linux_sysent.c | 411 ns(struct linux_sys_reboot_args),
|
linux_systrace_args.c | 564 const struct linux_sys_reboot_args *p = params;
|
/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 *);
|
linux_sysent.c | 412 ns(struct linux_sys_reboot_args),
|
linux_systrace_args.c | 571 const struct linux_sys_reboot_args *p = params;
|
/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 *);
|
linux_sysent.c | 430 ns(struct linux_sys_reboot_args),
|
/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 *);
|
linux_sysent.c | 401 ns(struct linux_sys_reboot_args),
|
/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 *);
|
linux_sysent.c | 409 ns(struct linux_sys_reboot_args),
|
/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)
|