Home
last modified time | relevance | path

Searched refs:responseMsgSize (Results 1 – 4 of 4) sorted by relevance

/openbmc/pldm/utilities/requester/
H A Dset_state_effecter.cpp44 size_t responseMsgSize{}; in main() local
48 responseMsg, responseMsgSize); in main()
H A Dset_state_effecter_async.cpp65 size_t responseMsgSize{}; in main() local
67 auto rc = pldmTransport.recvMsg(srcTid, responseMsg, responseMsgSize); in main()
/openbmc/openpower-occ-control/
H A Dpldm.cpp869 size_t responseMsgSize{}; in pldmRspCallback() local
879 (void**)&responseMsg, &responseMsgSize); in pldmRspCallback()
909 "LEN", responseMsgSize); in pldmRspCallback()
936 responseMsgSize -= sizeof(pldm_msg_hdr); in pldmRspCallback()
938 response, responseMsgSize, &compCode, &sensorCount, field); in pldmRspCallback()
980 const size_t rspLength = responseMsgSize + sizeof(pldm_msg_hdr); in pldmRspCallback()
1017 size_t responseMsgSize{}; in pldmResetCallback() local
1027 (void**)&responseMsg, &responseMsgSize); in pldmResetCallback()
1057 "LEN", responseMsgSize); in pldmResetCallback()
/openbmc/pldm/softoff/
H A Dsoftoff.cpp348 size_t responseMsgSize{}; in hostSoftOff() local
351 auto rc = pldmTransport.recvMsg(pldmTID, responseMsg, responseMsgSize); in hostSoftOff()