Skip to content

Bootstages

enum bootstage {
BOOTSTAGE_NONE,
BOOTSTAGE_EARLY_FB,
BOOTSTAGE_EARLY_ALLOCATORS,
BOOTSTAGE_EARLY_DEVICES,
BOOTSTAGE_MID_MP,
BOOTSTAGE_MID_TOPOLOGY,
BOOTSTAGE_MID_ALLOCATORS,
BOOTSTAGE_LATE,
BOOTSTAGE_COMPLETE,
BOOTSTAGE_COUNT,
};
enum bootstage bootstage_get();

bootstage_get referenced types:

void bootstage_advance(enum bootstage new);

bootstage_advance referenced types: