Searched refs:ReceiveMessage (Results 1 – 7 of 7) sorted by relevance
| /titanic_41/usr/src/cmd/lms/heci/ |
| H A D | HECIUnix.h | 44 virtual int ReceiveMessage(unsigned char *buffer, int len, unsigned long timeout = 2000);
|
| H A D | heci.h | 69 virtual int ReceiveMessage(unsigned char *buffer, int len, unsigned long timeout = 2000) = 0;
|
| H A D | MNGCommand.cpp | 83 *outBuffSize = MNGClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call()
|
| H A D | FWULCommand.cpp | 83 *outBuffSize = FWULClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call()
|
| H A D | HECIUnix.cpp | 217 int HECILinux::ReceiveMessage(unsigned char *buffer, int len, unsigned long timeout) in ReceiveMessage() function in HECILinux
|
| H A D | PTHICommand.cpp | 73 outBuffSize = PTHIClient.ReceiveMessage(*readBuffer, inBuffSize); in _call()
|
| /titanic_41/usr/src/cmd/lms/ |
| H A D | LMEConnection.cpp | 468 result = _pHeci->ReceiveMessage(buffer, len, WAIT_INFINITE); in _receiveMessage()
|