Home | History | Annotate | Download | only in gpxe

Lines Matching defs:shutdown

35 /** Shutdown flags */
37 /** Shutdown is in order to exit (return to gPXE's caller) */
39 /** Shutdown is in order to boot an OS */
46 * A startup/shutdown function
48 * Startup and shutdown functions may be called multiple times, as
49 * part of the calls to startup() and shutdown().
53 void ( * shutdown ) ( int flags );
56 /** Startup/shutdown function table */
59 /** Declare a startup/shutdown function */
63 /** @defgroup startfn_order Startup/shutdown function ordering
65 * Shutdown functions are called in the reverse order to startup
79 extern void shutdown ( int flags );