Searched refs:readBuffer (Results 1 – 6 of 6) sorted by relevance
| /titanic_41/usr/src/cmd/lms/heci/ |
| H A D | PTHICommand.cpp | 55 AMT_STATUS PTHICommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer… in _call() argument 61 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize); in _call() 62 if (NULL == *readBuffer) in _call() 66 memset(*readBuffer, 0, inBuffSize); in _call() 73 outBuffSize = PTHIClient.ReceiveMessage(*readBuffer, inBuffSize); in _call() 78 AMT_STATUS status = ((PTHI_RESPONSE_MESSAGE_HEADER *)*readBuffer)->Status; in _call() 83 …status = _verifyResponseHeader(rcmd, ((PTHI_RESPONSE_MESSAGE_HEADER *)*readBuffer)->Header, outBuf… in _call() 190 UINT8 *readBuffer = NULL; in GetCodeVersions() local 195 AMT_STATUS status = _call(command, command_size, &readBuffer, CODE_VERSIONS_RESPONSE, 0); in GetCodeVersions() 201 CFG_GET_CODE_VERSIONS_RESPONSE *tmp_response = (CFG_GET_CODE_VERSIONS_RESPONSE *)readBuffer; in GetCodeVersions() [all …]
|
| H A D | FWULCommand.cpp | 54 …mand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuff… in _call() argument 60 if (NULL == *readBuffer) in _call() 62 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize); in _call() 63 if (NULL == *readBuffer) in _call() 72 memset(*readBuffer, 0, inBuffSize); in _call() 83 *outBuffSize = FWULClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call() 106 UINT8 *readBuffer = NULL; in GetFWUVersionAndInfo() local 114 &readBuffer, &replySize); in GetFWUVersionAndInfo() 121 if (((FWU_MSG_REPLY_HEADER *)readBuffer)->MessageType != FWU_GET_VERSION_REPLY) in GetFWUVersionAndInfo() 130 if (((FWU_MSG_REPLY_HEADER *)readBuffer)->Status != PT_STATUS_SUCCESS) in GetFWUVersionAndInfo() [all …]
|
| H A D | MNGCommand.cpp | 54 HECI_STATUS MNGCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer… in _call() argument 60 if (NULL == *readBuffer) in _call() 62 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize); in _call() 63 if (NULL == *readBuffer) in _call() 72 memset(*readBuffer, 0, inBuffSize); in _call() 83 *outBuffSize = MNGClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call() 106 UINT8 *readBuffer = NULL; in GetMEInfo() local 113 &readBuffer, &replySize); in GetMEInfo() 128 if (((MNG_GET_ME_INFORMATION_RESPONSE *)readBuffer)->Version != MNG_GET_ME_INFO_Version) in GetMEInfo() 137 memcpy(&infoMsg, readBuffer, sizeof(MNG_GET_ME_INFORMATION_RESPONSE)); in GetMEInfo() [all …]
|
| H A D | MNGCommand.h | 67 …HECI_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *o…
|
| H A D | FWULCommand.h | 141 …HECI_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *o…
|
| H A D | PTHICommand.h | 591 …AMT_STATUS _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 rcm…
|