Home
last modified time | relevance | path

Searched refs:cmdType (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmps.cpp58 auto cmdType = getVal<std::string>(tokens, ATE::writeType); in extractType1Data() local
61 if (cmdType.starts_with("P")) in extractType1Data()
75 else if (cmdType.starts_with("B")) in extractType1Data()
79 if (cmdType.size() > 1 && std::isdigit(cmdType[1])) in extractType1Data()
81 blockDataBytes = std::stoi(cmdType.substr(1)); in extractType1Data()
/openbmc/ipmitool/src/plugins/imb/
H A Dimb.c88 imbreq.cmdType = req->msg.cmd; in ipmi_imb_send_cmd()
96 printf("IMB cmdType : %x\n", imbreq.cmdType); in ipmi_imb_send_cmd()
H A Dimbapi.c193 requestData.cmdType = GET_DEVICE_ID; in open_imb()
274 requestData.cmdType = GET_DEVICE_ID; in open_imb()
1096 req->req.cmd = reqPtr->cmdType; in SendTimedImbpRequest()
1188 req->req.cmd = reqPtr->cmdType; in SendAsyncImbpRequest()
H A Dimbapi.h487 unsigned char cmdType; member
/openbmc/pldm/pldmtool/
H A DREADME.md138 pldmtool raw --data 0x80 <pldmType> <cmdType> <payloadReq>
147 <instanceId> <hdrVersion> <pldmType> <cmdType> <completionCode> <payloadResp>
223 pldmtool <pldmType> <cmdType> -m <mctpId>
226 pldmtool raw -d 0x80 <pldmType> <cmdType> <payloadReq> -m <mctpId>
/openbmc/openpower-debug-collector/dump/
H A Dsbe_dump_collector.hpp214 uint32_t cmdClass, uint32_t cmdType,
H A Dsbe_dump_collector.cpp277 SBETypes sbeType, uint32_t cmdClass, uint32_t cmdType, in logErrorAndCreatePEL() argument
296 {"SRC6", std::format("0x{:X}{:X}", chipPos, (cmdClass | cmdType))}}; in logErrorAndCreatePEL()