Home
last modified time | relevance | path

Searched refs:ReceiveMessage (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/lms/heci/
H A DHECIUnix.h44 virtual int ReceiveMessage(unsigned char *buffer, int len, unsigned long timeout = 2000);
H A Dheci.h69 virtual int ReceiveMessage(unsigned char *buffer, int len, unsigned long timeout = 2000) = 0;
H A DMNGCommand.cpp83 *outBuffSize = MNGClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call()
H A DFWULCommand.cpp83 *outBuffSize = FWULClient.ReceiveMessage(*readBuffer, inBuffSize, 15000); in _call()
H A DHECIUnix.cpp217 int HECILinux::ReceiveMessage(unsigned char *buffer, int len, unsigned long timeout) in ReceiveMessage() function in HECILinux
H A DPTHICommand.cpp73 outBuffSize = PTHIClient.ReceiveMessage(*readBuffer, inBuffSize); in _call()
/titanic_41/usr/src/cmd/lms/
H A DLMEConnection.cpp468 result = _pHeci->ReceiveMessage(buffer, len, WAIT_INFINITE); in _receiveMessage()