Searched refs:_heci (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp61 _heci(_guid, verbose),
89 if (_heci.Init(LMS_PROCOL_VERSION)) {
90 protocolVer = _heci.GetProtocolVersion();
91 _pHeci = &_heci;
427 if (len > _heci.GetBufferSize() - sizeof(APF_CHANNEL_DATA_MESSAGE)) {
602 unsigned char *rxBuffer = new unsigned char[_heci.GetBufferSize()];
605 bytesRead = (unsigned int)_receiveMessage(rxBuffer, _heci.GetBufferSize());
H A DLMEConnection.h384 HECILinux _heci; member in class:LMEConnection
386 HECIWin _heci; member in class:LMEConnection

Completed in 61 milliseconds