Home
last modified time | relevance | path

Searched refs:DEBUG_AGENT_FLAG_HOST_ATTACHED (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h91 #define DEBUG_AGENT_FLAG_HOST_ATTACHED BIT0 macro
DDebugAgent.c718 return (BOOLEAN) (GetDebugFlag (DEBUG_AGENT_FLAG_HOST_ATTACHED) == 1); in IsHostAttached()
733 SetDebugFlag (DEBUG_AGENT_FLAG_HOST_ATTACHED, (UINT32)Attached); in SetHostAttached()