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

/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DPortChannel.h0 // PortChannel.h
10 class PortChannel : public Channel { class in inherits:Channel
18 PortChannel();
19 PortChannel(const Info* info, bool inverse);
20 PortChannel(port_id sendPort,
22 virtual ~PortChannel();
H A DPortConnection.h9 #include "PortChannel.h"
24 static status_t _CreateChannel(PortChannel** channel,
25 PortChannel::Info* info = NULL,
41 PortChannel::Info channelInfo;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DPortChannel.cpp0 // PortChannel.cpp
6 #include "PortChannel.h"
13 PortChannel::PortChannel() function in class:PortChannel
27 PortChannel::PortChannel(const Info* info, bool inverse) function in class:PortChannel
39 PortChannel::PortChannel(port_id sendPort, port_id receivePort) function in class:PortChannel
51 PortChannel::~PortChannel()
[all...]
H A DPortConnection.cpp79 PortChannel* channel;
110 PortChannel::Info* infos = new(std::nothrow)
111 PortChannel::Info[allChannels - 1];
114 ArrayDeleter<PortChannel::Info> _(infos);
117 PortChannel* otherChannel;
134 error = channel->Send(infos, sizeof(PortChannel::Info) * (allChannels - 1));
158 PortChannel::Info* infos = new(std::nothrow)
159 PortChannel::Info[allChannels - 1];
162 ArrayDeleter<PortChannel::Info> _(infos);
164 sizeof(PortChannel
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DPortConnectionListener.cpp45 PortChannel* channel = NULL;
72 channel = new(std::nothrow) PortChannel(&request.channelInfo, true);

Completed in 39 milliseconds