Home
last modified time | relevance | path

Searched refs:host_reboot (Results 1 – 5 of 5) sorted by relevance

/freebsd/stand/kboot/kboot/arch/powerpc64/
H A Dppc64_elf_freebsd.c155 error = host_reboot(HOST_REBOOT_MAGIC1, HOST_REBOOT_MAGIC2, HOST_REBOOT_CMD_KEXEC, in ppc64_elf_exec()
/freebsd/stand/kboot/include/
H A Dhost_syscall.h178 int host_reboot(int, int, int, uintptr_t);
/freebsd/stand/kboot/libkboot/
H A Dhost_syscalls.c129 host_reboot(int magic1, int magic2, int cmd, uintptr_t arg) in host_reboot() function
/freebsd/stand/kboot/kboot/arch/aarch64/
H A Dexec.c279 host_reboot(HOST_REBOOT_MAGIC1, HOST_REBOOT_MAGIC2, HOST_REBOOT_CMD_KEXEC, 0); in elf64_exec()
/freebsd/stand/kboot/kboot/arch/amd64/
H A Delf64_freebsd.c446 host_reboot(HOST_REBOOT_MAGIC1, HOST_REBOOT_MAGIC2, HOST_REBOOT_CMD_KEXEC, 0); in elf64_exec()