Home
last modified time | relevance | path

Searched refs:_apfChannelOpen (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/lms/
H A DProtocol.h111 void _apfChannelOpen(LMEChannelOpenRequestMessage *chOpenMsg, int *status);
H A DLMEConnection.h370 void _apfChannelOpen(unsigned char *rxBuffer, unsigned int bytesRead, int *status);
H A DLMEConnection.cpp664 _apfChannelOpen(rxBuffer, bytesRead, &status); in _doRX()
756 void LMEConnection::_apfChannelOpen(unsigned char *rxBuffer, unsigned int bytesRead, int *status) in _apfChannelOpen() function in LMEConnection
H A DProtocol.cpp926 _apfChannelOpen((LMEChannelOpenRequestMessage *)message, status);
1239 void Protocol::_apfChannelOpen(LMEChannelOpenRequestMessage *chOpenMsg, int *status) function in Protocol