Home
last modified time | relevance | path

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

/freebsd/stand/kboot/include/arch/amd64/
H A Dsyscall_nr.h23 #define SYS_reboot 169 macro
/freebsd/stand/kboot/include/arch/powerpc64/
H A Dsyscall_nr.h23 #define SYS_reboot 88 macro
/freebsd/stand/kboot/include/arch/aarch64/
H A Dsyscall_nr.h23 #define SYS_reboot 142 macro
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c131 return host_syscall(SYS_reboot, magic1, magic2, cmd, arg); in host_reboot()
/freebsd/sys/sys/
H A Dsyscall.h62 #define SYS_reboot 55 macro
/freebsd/tools/test/stress2/misc/
H A Dsyscall4.sh135 SYS_reboot,
/freebsd/usr.bin/kdump/
H A Dkdump.c1054 case SYS_reboot: in ktrsyscall_freebsd()