Searched refs:outBuffSize (Results 1 – 5 of 5) sorted by relevance
| /titanic_41/usr/src/cmd/lms/heci/ |
| H A D | MNGCommand.cpp | 54 …::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) in _call() argument 57 *outBuffSize = 0; in _call() 83 *outBuffSize = MNGClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call() 84 if (0 == *outBuffSize) in _call() 94 fprintf(stdout, "Data received from MNG Client. %d bytes read\n", *outBuffSize); in _call()
|
| H A D | FWULCommand.cpp | 54 …::_call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize) in _call() argument 57 *outBuffSize = 0; in _call() 83 *outBuffSize = FWULClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call() 84 if (0 == *outBuffSize) in _call() 94 fprintf(stdout, "Data received from FWUpdate Client. %d bytes read\n", *outBuffSize); in _call()
|
| H A D | MNGCommand.h | 67 … _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize);
|
| H A D | PTHICommand.cpp | 58 UINT32 outBuffSize = 0; in _call() local 73 outBuffSize = PTHIClient.ReceiveMessage(*readBuffer, inBuffSize); in _call() 74 if (0 == outBuffSize) in _call() 83 … = _verifyResponseHeader(rcmd, ((PTHI_RESPONSE_MESSAGE_HEADER *)*readBuffer)->Header, outBuffSize); in _call() 88 if ((expSize != 0) && (expSize != outBuffSize)) in _call()
|
| H A D | FWULCommand.h | 141 … _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize);
|