Home
last modified time | relevance | path

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

/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysent.c162 …{ AS(linux_reboot_args), (sy_call_t *)linux_reboot, AUE_REBOOT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux_proto.h552 struct linux_reboot_args { struct
1173 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux_systrace_args.c1060 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysent.c189 …{ AS(linux_reboot_args), (sy_call_t *)linux_reboot, AUE_REBOOT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux_proto.h592 struct linux_reboot_args { struct
1369 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux_systrace_args.c1368 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysent.c108 …{ AS(linux_reboot_args), (sy_call_t *)linux_reboot, AUE_REBOOT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux32_proto.h283 struct linux_reboot_args { struct
1576 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux32_systrace_args.c587 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysent.c108 …{ AS(linux_reboot_args), (sy_call_t *)linux_reboot, AUE_REBOOT, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
H A Dlinux_proto.h278 struct linux_reboot_args { struct
1593 int linux_reboot(struct thread *, struct linux_reboot_args *);
H A Dlinux_systrace_args.c602 struct linux_reboot_args *p = params; in systrace_args()
/freebsd-12.1/sys/compat/linux/
H A Dlinux_misc.c1669 linux_reboot(struct thread *td, struct linux_reboot_args *args) in linux_reboot()