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

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DPortConnection.h24 static status_t _CreateChannel(PortChannel** channel,
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortConnection.cpp80 error = _CreateChannel(&channel);
118 error = _CreateChannel(&otherChannel);
171 error = _CreateChannel(&otherChannel, infos + i - 1, true);
187 // _CreateChannel
189 PortConnection::_CreateChannel(PortChannel** _channel, PortChannel::Info* info, function in class:PortConnection

Completed in 44 milliseconds