Searched refs:SendMessage (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/cmd/lms/heci/ |
| H A D | HECIUnix.h | 45 virtual int SendMessage(const unsigned char *buffer, int len, unsigned long timeout = 2000);
|
| H A D | heci.h | 70 virtual int SendMessage(const unsigned char *buffer, int len, unsigned long timeout = 2000) = 0;
|
| H A D | MNGCommand.cpp | 74 int bytesWritten = MNGClient.SendMessage(command, command_size); in _call()
|
| H A D | FWULCommand.cpp | 74 int bytesWritten = FWULClient.SendMessage(command, command_size); in _call()
|
| H A D | HECIUnix.cpp | 240 int HECILinux::SendMessage(const unsigned char *buffer, int len, unsigned long timeout) in SendMessage() function in HECILinux
|
| H A D | PTHICommand.cpp | 68 int bytesWritten = PTHIClient.SendMessage(command, command_size, m_sendTimeout); in _call()
|
| /onnv-gate/usr/src/cmd/lms/ |
| H A D | LMEConnection.cpp | 487 result = _pHeci->SendMessage(buffer, len, HECI_IO_TIMEOUT); in _sendMessage()
|