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.cpp857 size_t responseMsgSize{}; in pldmRspCallback() local
867 (void**)&responseMsg, &responseMsgSize); in pldmRspCallback()
888 "LEN", responseMsgSize); in pldmRspCallback()
915 responseMsgSize -= sizeof(pldm_msg_hdr); in pldmRspCallback()
917 response, responseMsgSize, &compCode, &sensorCount, field); in pldmRspCallback()
959 const size_t rspLength = responseMsgSize + sizeof(pldm_msg_hdr); in pldmRspCallback()
996 size_t responseMsgSize{}; in pldmResetCallback() local
1006 (void**)&responseMsg, &responseMsgSize); in pldmResetCallback()
1027 "LEN", responseMsgSize); in pldmResetCallback()
/openbmc/pldm/softoff/
H A Dsoftoff.cpp329 size_t responseMsgSize{}; in hostSoftOff()
332 auto rc = pldmTransport.recvMsg(pldmTID, responseMsg, responseMsgSize); in hostSoftOff()
331 size_t responseMsgSize{}; hostSoftOff() local