Searched refs:cmdType (Results 1 – 7 of 7) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/ |
| H A D | mps.cpp | 58 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 D | imb.c | 88 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 D | imbapi.c | 193 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 D | imbapi.h | 487 unsigned char cmdType; member
|
| /openbmc/pldm/pldmtool/ |
| H A D | README.md | 138 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 D | sbe_dump_collector.hpp | 214 uint32_t cmdClass, uint32_t cmdType,
|
| H A D | sbe_dump_collector.cpp | 277 SBETypes sbeType, uint32_t cmdClass, uint32_t cmdType, in logErrorAndCreatePEL() argument 296 {"SRC6", std::format("0x{:X}{:X}", chipPos, (cmdClass | cmdType))}}; in logErrorAndCreatePEL()
|