Searched refs:Port (Results 1 - 25 of 85) sorted by relevance

1234

/haiku/src/kits/app/
H A DDesktopLink.cpp27 delete_port(fReceiver->Port());
34 return fReceiver->Port() < B_OK ? fReceiver->Port() : B_OK;
/haiku/headers/private/userlandfs/private/
H A DPort.h17 class Port { class in namespace:UserlandFSUtil
26 Port(int32 size);
27 Port(const Info* info);
28 ~Port();
61 using UserlandFSUtil::Port;
H A DUserlandFSDefs.h9 #include "Port.h"
18 Port::Info portInfos[];
H A DRequestPort.h6 #include "Port.h"
17 RequestPort(const Port::Info* info);
24 Port* GetPort();
25 const Port::Info* GetPortInfo() const;
47 Port fPort;
H A DRequestAllocator.h17 class Port;
22 RequestAllocator(Port* port);
25 status_t Init(Port* port);
61 Port* fPort;
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp12 #include "Port.h"
23 Port::Port(int32 size) function in class:Port
61 Port::Port(const Info* info) function in class:Port
91 Port::~Port()
100 Port::Close()
119 Port::InitCheck() const
126 const Port
[all...]
H A DRequestPort.cpp17 AllocatorNode(Port* port) : allocator(port), previous(NULL) {}
32 RequestPort::RequestPort(const Port::Info* info)
60 Port*
67 const Port::Info*
/haiku/src/tests/kits/net/service/
H A DTestServer.h26 uint16_t Port() const;
69 uint16_t Port() const;
H A DTestServer.cpp163 uint16_t RandomTCPServerPort::Port() const function in class:RandomTCPServerPort
247 child_process_args.push_back(to_string(fPort.Port()));
279 std::string port_string = to_string(fPort.Port());
297 child_process_args.push_back(to_string(fPort.Port()));
312 uint16_t TestProxyServer::Port() const function in class:TestProxyServer
314 return fPort.Port();
/haiku/src/tests/kits/net/netservices2/
H A DTestServer.h27 uint16_t Port() const;
74 uint16_t Port() const;
H A DTestServer.cpp152 RandomTCPServerPort::Port() const function in class:RandomTCPServerPort
238 child_process_args.push_back(to_string(fPort.Port()));
271 std::string port_string = to_string(fPort.Port());
296 child_process_args.push_back(to_string(fPort.Port()));
312 TestProxyServer::Port() const function in class:TestProxyServer
314 return fPort.Port();
/haiku/src/build/libbe/app/
H A DMessenger.cpp170 return (a.Port() < b.Port()
171 || (a.Port() == b.Port()
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DSettings.h23 uint16 Port() const;
H A DSettings.cpp28 return BNetworkAddress(Server(), Port());
40 Settings::Port() const function in class:Settings
/haiku/src/system/kernel/
H A Dport.cpp63 // * Port::lock: Protects all Port members save team_link, hash_link, lock and
66 // Port::state ensures atomicity by providing a linearization point for adding
72 // * To make insertion and removal linearizable, Port::state was added. It is
75 // Port::kActive.
77 // First, logical deletion happens and sets Port::state to Port::kDeleted.
82 // and only then sets port to Port::kActive.
83 // This creates a linearization point at the atomic update of Port::state,
111 struct Port struct in namespace:__anon6
136 Port(team_id owner, int32 queueLength, const char* name) function in struct:__anon6::Port
[all...]
/haiku/headers/build/private/app/
H A DMessengerPrivate.h18 port_id Port() function in class:BMessenger::Private
/haiku/headers/private/app/
H A DMessengerPrivate.h18 port_id Port() function in class:BMessenger::Private
H A DLinkReceiver.h30 port_id Port(void) const { return fReceivePort; } function in class:BPrivate::LinkReceiver
H A DLinkSender.h25 port_id Port() const { return fPort; } function in class:BPrivate::LinkSender
/haiku/src/add-ons/accelerants/intel_extreme/
H A DPorts.h38 class Port { class
40 Port(port_index index,
42 virtual ~Port();
113 class AnalogPort : public Port {
131 class LVDSPort : public Port {
151 class DigitalPort : public Port {
185 class DisplayPort : public Port {
224 class DigitalDisplayInterface : public Port {
/haiku/src/kits/storage/
H A DNodeMonitor.cpp35 port_id port = messengerPrivate.Port();
57 port_id port = messengerPrivate.Port();
110 port_id port = messengerPrivate.Port();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.h49 const Port::Info* GetPortInfo() const;
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDEndpoint.h66 uint16 Port() const { return fPort; }; function in class:ESDEndpoint
/haiku/src/kits/network/libnetapi/
H A Dnotifications.cpp38 control.port = targetPrivate.Port();
H A DProxySecureSocket.cpp56 peer.HostName().String(), peer.Port());

Completed in 207 milliseconds

1234