Searched defs:readBuffer (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lms/heci/
H A DMNGCommand.cpp54 HECI_STATUS MNGCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) argument
60 if (NULL == *readBuffer)
62 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize);
63 if (NULL == *readBuffer)
72 memset(*readBuffer, 0, inBuffSize);
83 *outBuffSize = MNGClient.ReceiveMessage(*readBuffer, inBuffSize, 15000);
106 UINT8 *readBuffer = NULL; local
113 &readBuffer, &replySize);
128 if (((MNG_GET_ME_INFORMATION_RESPONSE *)readBuffer)->Version != MNG_GET_ME_INFO_Version)
137 memcpy(&infoMsg, readBuffer, sizeo
[all...]
H A DFWULCommand.cpp54 HECI_STATUS FWULCommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) argument
60 if (NULL == *readBuffer)
62 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize);
63 if (NULL == *readBuffer)
72 memset(*readBuffer, 0, inBuffSize);
83 *outBuffSize = FWULClient.ReceiveMessage(*readBuffer, inBuffSize, 15000);
106 UINT8 *readBuffer = NULL; local
114 &readBuffer, &replySize);
121 if (((FWU_MSG_REPLY_HEADER *)readBuffer)->MessageType != FWU_GET_VERSION_REPLY)
130 if (((FWU_MSG_REPLY_HEADER *)readBuffer)
[all...]
H A DPTHICommand.cpp55 AMT_STATUS PTHICommand::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 rcmd, unsigned int expSize) argument
61 *readBuffer = (UINT8 *)malloc(sizeof(UINT8) * inBuffSize);
62 if (NULL == *readBuffer)
66 memset(*readBuffer, 0, inBuffSize);
73 outBuffSize = PTHIClient.ReceiveMessage(*readBuffer, inBuffSize);
78 AMT_STATUS status = ((PTHI_RESPONSE_MESSAGE_HEADER *)*readBuffer)->Status;
83 status = _verifyResponseHeader(rcmd, ((PTHI_RESPONSE_MESSAGE_HEADER *)*readBuffer)->Header, outBuffSize);
190 UINT8 *readBuffer = NULL; local
195 AMT_STATUS status = _call(command, command_size, &readBuffer, CODE_VERSIONS_RESPONSE, 0);
201 CFG_GET_CODE_VERSIONS_RESPONSE *tmp_response = (CFG_GET_CODE_VERSIONS_RESPONSE *)readBuffer;
229 UINT8 *readBuffer = NULL; local
253 UINT8 *readBuffer = NULL; local
288 UINT8 *readBuffer = NULL; local
326 UINT8 *readBuffer = NULL; local
385 UINT8 *readBuffer = NULL; local
419 UINT8 *readBuffer = NULL; local
484 UINT8 *readBuffer = NULL; local
541 UINT8 *readBuffer = NULL; local
574 UINT8 *readBuffer = NULL; local
648 UINT8 *readBuffer = NULL; local
676 UINT8 *readBuffer = NULL; local
707 UINT8 *readBuffer = NULL; local
728 UINT8 *readBuffer = NULL; local
749 UINT8 *readBuffer = NULL; local
818 UINT8 *readBuffer = NULL; local
843 UINT8 *readBuffer = NULL; local
872 UINT8 *readBuffer = NULL; local
901 UINT8 *readBuffer = NULL; local
929 UINT8 *readBuffer = NULL; local
958 UINT8 *readBuffer = NULL; local
1004 UINT8 *readBuffer = NULL; local
1045 UINT8 *readBuffer = NULL; local
1112 UINT8 *readBuffer = NULL; local
1183 UINT8 *readBuffer = NULL; local
[all...]

Completed in 49 milliseconds