Home
last modified time | relevance | path

Searched refs:linux_reboot_args (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/sys/arm64/linux/
H A Dlinux_proto.h601 struct linux_reboot_args { struct
1366 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux_sysent.c159 { .sy_narg = AS(linux_reboot_args), .sy_call = (sy_call_t *)linux_reboot, .sy_auevent = AUE_REBOOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 142 = linux_reboot */
H A Dlinux_systrace_args.c1131 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-src/sys/amd64/linux/
H A Dlinux_proto.h608 struct linux_reboot_args { struct
1568 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux_sysent.c186 { .sy_narg = AS(linux_reboot_args), .sy_call = (sy_call_t *)linux_reboot, .sy_auevent = AUE_REBOOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 169 = linux_reboot */
H A Dlinux_systrace_args.c1373 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_proto.h286 struct linux_reboot_args { struct
1803 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux32_sysent.c106 { .sy_narg = AS(linux_reboot_args), .sy_call = (sy_call_t *)linux_reboot, .sy_auevent = AUE_REBOOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 88 = linux_reboot */
H A Dlinux32_systrace_args.c587 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-src/sys/i386/linux/
H A Dlinux_proto.h277 struct linux_reboot_args { struct
1795 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux_sysent.c105 { .sy_narg = AS(linux_reboot_args), .sy_call = (sy_call_t *)linux_reboot, .sy_auevent = AUE_REBOOT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 88 = linux_reboot */
H A Dlinux_systrace_args.c594 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-src/sys/compat/linux/
H A Dlinux_misc.c1437 linux_reboot(struct thread *td, struct linux_reboot_args *args) in linux_reboot()