Home
last modified time | relevance | path

Searched defs:recipientChannel (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/lms/
H A DLMEConnection.cpp355 bool LMEConnection::ChannelOpenReplaySuccess(UINT32 recipientChannel, in ChannelOpenReplaySuccess()
377 bool LMEConnection::ChannelOpenReplayFailure(UINT32 recipientChannel, in ChannelOpenReplayFailure()
399 bool LMEConnection::ChannelClose(UINT32 recipientChannel) in ChannelClose()
417 int LMEConnection::ChannelData(UINT32 recipientChannel, in ChannelData()
441 bool LMEConnection::ChannelWindowAdjust(UINT32 recipientChannel, UINT32 len) in ChannelWindowAdjust()
H A DChannel.h65 …bool SetRecipientChannel(unsigned int recipientChannel) { _recipientChannel = recipientChannel; re… in SetRecipientChannel()