iPXE
Startup/shutdown function ordering

Shutdown functions are called in the reverse order to startup functions. More...

Macros

#define STARTUP_EARLY   01
 Early startup.
#define STARTUP_NORMAL   02
 Normal startup.
#define STARTUP_LATE   03
 Late startup.

Detailed Description

Shutdown functions are called in the reverse order to startup functions.

Macro Definition Documentation

◆ STARTUP_EARLY

#define STARTUP_EARLY   01

Early startup.

Definition at line 64 of file init.h.

Referenced by __startup_fn().

◆ STARTUP_NORMAL

#define STARTUP_NORMAL   02

Normal startup.

Definition at line 65 of file init.h.

Referenced by __startup_fn().

◆ STARTUP_LATE

#define STARTUP_LATE   03

Late startup.

Definition at line 66 of file init.h.

Referenced by __startup_fn().