Searched refs:hostboot_option (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_shutdown.c116 int hostboot_option=0; local
198 hostboot_option = HOST_REBOOT_HALT;
200 hostboot_option = HOST_REBOOT_HALT;
202 hostboot_option = HOST_REBOOT_HALT;
205 hostboot_option = HOST_REBOOT_UPSDELAY;
208 host_reboot(host_priv_self(), hostboot_option); local

Completed in 18 milliseconds