Searched refs:SendDataResponsePacket (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/ |
D | DebugAgent.c | 1703 SendDataResponsePacket ( in SendDataResponsePacket() function 2082 …SendDataResponsePacket ((UINT8 *) &BreakCause, (UINT16) sizeof (DEBUG_DATA_RESPONSE_BREAK_CAUSE), … in CommandCommunication() 2118 Status = SendDataResponsePacket ((UINT8 *) &Data8, (UINT16) sizeof (UINT8), DebugHeader); in CommandCommunication() 2157 Status = SendDataResponsePacket ((UINT8 *) &Data64, IoRead->Width, DebugHeader); in CommandCommunication() 2182 Status = SendDataResponsePacket ((UINT8 *) CpuContext, sizeof (*CpuContext), DebugHeader); in CommandCommunication() 2190 Status = SendDataResponsePacket (RegisterBuffer, Width, DebugHeader); in CommandCommunication() 2210 Status = SendDataResponsePacket ((UINT8 *) &Data8, (UINT16) sizeof (UINT8), DebugHeader); in CommandCommunication() 2216 Status = SendDataResponsePacket ((UINT8 *) &Data64, (UINT16) sizeof (UINT64), DebugHeader); in CommandCommunication() 2235 …Status = SendDataResponsePacket ((UINT8 *) &DebugAgentRevision, (UINT16) sizeof (DEBUG_DATA_RESPON… in CommandCommunication() 2241 …Status = SendDataResponsePacket ((UINT8 *) &Exception, (UINT16) sizeof (DEBUG_DATA_RESPONSE_GET_EX… in CommandCommunication() [all …]
|
D | DebugAgent.h | 224 SendDataResponsePacket (
|