Home
last modified time | relevance | path

Searched refs:SYS_reboot (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/stand/kboot/include/arch/powerpc64/
HDsyscall_nr.h23 #define SYS_reboot 88 macro
/freebsd-14-stable/stand/kboot/include/arch/aarch64/
HDsyscall_nr.h23 #define SYS_reboot 142 macro
/freebsd-14-stable/stand/kboot/include/arch/amd64/
HDsyscall_nr.h23 #define SYS_reboot 169 macro
/freebsd-14-stable/stand/kboot/libkboot/
HDhost_syscalls.c131 return host_syscall(SYS_reboot, magic1, magic2, cmd, arg); in host_reboot()
/freebsd-14-stable/sys/sys/
HDsyscall.h62 #define SYS_reboot 55 macro
/freebsd-14-stable/tools/test/stress2/misc/
HDsyscall4.sh135 SYS_reboot,
/freebsd-14-stable/usr.bin/kdump/
HDkdump.c1054 case SYS_reboot: in ktrsyscall_freebsd()