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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DebugAgentLibNull/
H A DDebugAgentLibNull.c23 the caller needs to wrap up all rest of logic after InitializeDebugAgent() into one
24 function and pass it into InitializeDebugAgent(). InitializeDebugAgent() is
25 responsible to invoke the passing-in function at the end of InitializeDebugAgent().
41 InitializeDebugAgent ( function
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DDebugAgentLib.h37 Caller provided function to be invoked at the end of InitializeDebugAgent().
39 Refer to the descrption for InitializeDebugAgent() for more details.
41 @param[in] Context The first input parameter of InitializeDebugAgent().
57 the caller needs to wrap up all rest of logic after InitializeDebugAgent() into one
58 function and pass it into InitializeDebugAgent(). InitializeDebugAgent() is
59 responsible to invoke the passing-in function at the end of InitializeDebugAgent().
75 InitializeDebugAgent (
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/Library/VBoxDebugAgentLib/
H A DVBoxDebugAgentLib.c41 InitializeDebugAgent( function
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
H A DSmmDebugAgentLib.c110 InitializeDebugAgent ( function
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DDxeDebugAgentLib.c145 InitializeDebugAgent ( function
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
H A DSecPeiDebugAgentLib.c170 the caller needs to wrap up all rest of logic after InitializeDebugAgent() into one
171 function and pass it into InitializeDebugAgent(). InitializeDebugAgent() is
172 responsible to invoke the passing-in function at the end of InitializeDebugAgent().
188 InitializeDebugAgent ( function
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/
H A DSecMain.c652 InitializeDebugAgent (DEBUG_AGENT_INIT_PREMEM_SEC, &SecCoreData, SecStartupPhase2);
656 Caller provided function to be invoked at the end of InitializeDebugAgent().
662 @param[in] Context The first input parameter of InitializeDebugAgent().
728 InitializeDebugAgent (DEBUG_AGENT_INIT_POSTMEM_SEC, (VOID *) &DebugAgentContext, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/
H A DScriptExecute.c143 InitializeDebugAgent (DEBUG_AGENT_INIT_S3, NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c248 InitializeDebugAgent (DEBUG_AGENT_INIT_DXE_CORE, HobStart, NULL);

Completed in 73 milliseconds