Searched refs:CommandType (Results 1 – 7 of 7) sorted by relevance
73 } CommandType; typedef264 MakeRequestPacketHeader (CommandType request_type, 313 CommandType317 return (CommandType)(first_packet_byte & eCommandTypeMask); in ExtractCommand()327 SendRequestAndGetReply (const CommandType command,
87 CommunicationKDP::MakeRequestPacketHeader (CommandType request_type, in MakeRequestPacketHeader()99 CommunicationKDP::SendRequestAndGetReply (const CommandType command, in SendRequestAndGetReply()406 const CommandType command = KDP_CONNECT; in SendRequestConnect()435 const CommandType command = KDP_REATTACH; in SendRequestReattach()475 const CommandType command = KDP_VERSION; in SendRequestVersion()502 const CommandType command = KDP_IMAGEPATH;612 const CommandType command = KDP_HOSTINFO; in SendRequestHostInfo()647 const CommandType command = KDP_KERNELVERSION; in SendRequestKernelVersion()665 const CommandType command = KDP_DISCONNECT; in SendRequestDisconnect()686 const CommandType command = use_64 ? KDP_READMEM64 : KDP_READMEM; in SendRequestReadMemory()[all …]
39 NCommandType::EEnum CommandType; member42 bool IsTestMode() const { return CommandType == NCommandType::kTest; } in IsTestMode()
206 switch(CommandType) in IsFromExtractGroup()219 switch(CommandType) in GetPathMode()231 return (CommandType == NCommandType::kAdd || in IsFromUpdateGroup()232 CommandType == NCommandType::kUpdate || in IsFromUpdateGroup()233 CommandType == NCommandType::kDelete); in IsFromUpdateGroup()258 command.CommandType = (NCommandType::EEnum)commandIndex; in ParseArchiveCommand()853 options.Command.CommandType != NCommandType::kBenchmark && in Parse2()854 options.Command.CommandType != NCommandType::kInfo; in Parse2()857 …bool isExtractOrList = isExtractGroupCommand || options.Command.CommandType == NCommandType::kList; in Parse2()947 SetAddCommandOptions(options.Command.CommandType, parser, updateOptions); in Parse2()[all …]
239 options.Command.CommandType == NCommandType::kList || in Main2()247 if (options.Command.CommandType == NCommandType::kInfo) in Main2()339 else if (options.Command.CommandType == NCommandType::kBenchmark) in Main2()379 else if (isExtractGroupCommand || options.Command.CommandType == NCommandType::kList) in Main2()
42 }CommandType; typedef
973 enum CommandType enum986 CommandType type;