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

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp56 _txBuffer(NULL),
110 _txBuffer = new unsigned char[_pHeci->GetBufferSize()];
134 if (_txBuffer != NULL) {
135 delete[] _txBuffer;
136 _txBuffer = NULL;
431 message = (APF_CHANNEL_DATA_MESSAGE *)_txBuffer;
H A DLMEConnection.h375 unsigned char *_txBuffer; member in class:LMEConnection

Completed in 59 milliseconds