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

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortConnection.cpp117 PortChannel* otherChannel; local
118 error = _CreateChannel(&otherChannel);
123 error = AddUpStreamChannel(otherChannel);
125 error = AddDownStreamChannel(otherChannel);
127 delete otherChannel;
131 otherChannel->GetInfo(infos + i - 1);
170 PortChannel* otherChannel; local
171 error = _CreateChannel(&otherChannel, infos + i - 1, true);
176 error = AddDownStreamChannel(otherChannel);
178 error = AddUpStreamChannel(otherChannel);
[all...]

Completed in 60 milliseconds