Home
last modified time | relevance | path

Searched refs:outBuffSize (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/lms/heci/
H A DMNGCommand.cpp54 …::_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 DFWULCommand.cpp54 …::_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 DMNGCommand.h67 … _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize);
H A DPTHICommand.cpp58 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 DFWULCommand.h141 … _call(const unsigned char *command, UINT32 command_size, UINT8 **readBuffer, UINT32 *outBuffSize);