efi_reboot
efi_reboot(reboot_mode, NULL);
efi_reboot(REBOOT_WARM, NULL);
efi_reboot(REBOOT_COLD, NULL);
efi_reboot(reboot_mode, NULL);
extern void efi_reboot(enum reboot_mode reboot_mode, const char *__unused);