Searched refs:IS_REQUEST (Results 1 – 2 of 2) sorted by relevance
64 #define IS_REQUEST(x) (((x)->Command & DEBUG_COMMAND_RESPONSE) == 0) macro
690 if (IS_REQUEST (DebugHeader)) { in ReadRemainingBreakPacket()1919 if (Status != RETURN_SUCCESS || !IS_REQUEST (DebugHeader)) { in CommandCommunication()