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

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Include/Library/
H A DDebugCommunicationLib.h21 Caller provided function to be invoked at the end of DebugPortInitialize().
23 Refer to the descrption for DebugPortInitialize() for more details.
25 @param[in] Context The first input argument of DebugPortInitialize().
42 the caller needs to wrap up all rest of logic after DebugPortInitialize() into one
43 function and pass it into DebugPortInitialize(). DebugPortInitialize() is
44 responsible to invoke the passing-in funciton at the end of DebugPortInitialize().
74 DebugPortInitialize (
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SmmDebugAgent/
H A DSmmDebugAgentLib.c137 DebugPortHandle = (UINT64) (UINTN)DebugPortInitialize ((DEBUG_PORT_HANDLE) (UINTN)mMailboxPointer->DebugPortHandle, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/
H A DDebugCommunicationLibSerialPort.c28 the caller needs to wrap up all rest of logic after DebugPortInitialize() into one
29 function and pass it into DebugPortInitialize(). DebugPortInitialize() is
30 responsible to invoke the passing-in funciton at the end of DebugPortInitialize().
60 DebugPortInitialize ( function
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/
H A DDxeDebugAgentLib.c221 mMailboxPointer->DebugPortHandle = (UINT64) (UINTN)DebugPortInitialize (NULL, NULL);
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/SecPeiDebugAgent/
H A DSecPeiDebugAgentLib.c219 DebugPortInitialize ((VOID *) &Phase2Context, InitializeDebugAgentPhase2);
275 Caller provided function to be invoked at the end of DebugPortInitialize().
277 Refer to the descrption for DebugPortInitialize() for more details.
279 @param[in] Context The first input argument of DebugPortInitialize().
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/
H A DDebugCommunicationLibUsb.c1075 DebugPortInitialize ( function

Completed in 93 milliseconds