Home
last modified time | relevance | path

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

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