Searched defs:DebugAgentStatus (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
H A DPeCoffExtraActionLib.c73 UINT8 DebugAgentStatus; local
119 DebugAgentStatus = IoRead8 (IO_PORT_BREAKPOINT_ADDRESS);
120 } while (DebugAgentStatus == DEBUG_AGENT_IMAGE_WAIT);
184 UINT8 DebugAgentStatus; local
230 DebugAgentStatus = IoRead8 (IO_PORT_BREAKPOINT_ADDRESS);
231 } while (DebugAgentStatus == DEBUG_AGENT_IMAGE_WAIT);

Completed in 74 milliseconds