Searched refs:_apfGlobalRequest (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/lms/ |
H A D | Protocol.h | 106 void _apfGlobalRequest(LMEGlobalRequestMessage *globalMessage, unsigned int len, int *status);
|
H A D | LMEConnection.h | 368 void _apfGlobalRequest(unsigned char *rxBuffer, unsigned int bytesRead, int *status);
|
H A D | LMEConnection.cpp | 660 _apfGlobalRequest(rxBuffer, bytesRead, &status); in _doRX() 816 void LMEConnection::_apfGlobalRequest(unsigned char *rxBuffer, unsigned int bytesRead, int *status) in _apfGlobalRequest() function in LMEConnection
|
H A D | Protocol.cpp | 922 _apfGlobalRequest((LMEGlobalRequestMessage *)message, len, status); 1019 void Protocol::_apfGlobalRequest(LMEGlobalRequestMessage *globalMessage, function in Protocol
|