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

/freebsd-10.1-release/sys/dev/xen/control/
H A Dcontrol.c155 typedef void (xctrl_shutdown_handler_t)(void); typedef
157 static xctrl_shutdown_handler_t xctrl_poweroff;
158 static xctrl_shutdown_handler_t xctrl_reboot;
159 static xctrl_shutdown_handler_t xctrl_suspend;
160 static xctrl_shutdown_handler_t xctrl_crash;
166 xctrl_shutdown_handler_t *handler;

Completed in 155 milliseconds