Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/lms/heci/
H A DHECIUnix.h45 virtual int SendMessage(const unsigned char *buffer, int len, unsigned long timeout = 2000);
H A Dheci.h70 virtual int SendMessage(const unsigned char *buffer, int len, unsigned long timeout = 2000) = 0;
H A DMNGCommand.cpp74 int bytesWritten = MNGClient.SendMessage(command, command_size); in _call()
H A DFWULCommand.cpp74 int bytesWritten = FWULClient.SendMessage(command, command_size); in _call()
H A DHECIUnix.cpp240 int HECILinux::SendMessage(const unsigned char *buffer, int len, unsigned long timeout) in SendMessage() function in HECILinux
H A DPTHICommand.cpp68 int bytesWritten = PTHIClient.SendMessage(command, command_size, m_sendTimeout); in _call()
/onnv-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp487 result = _pHeci->SendMessage(buffer, len, HECI_IO_TIMEOUT); in _sendMessage()