Searched refs:port_id (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/haiku/headers/private/app/
H A DPortLink.h20 PortLink(port_id sender = -1,
21 port_id receiver = -1);
H A DMessengerPrivate.h18 port_id Port()
27 void SetTo(team_id team, port_id port, int32 token)
H A DLinkReceiver.h26 LinkReceiver(port_id port);
29 void SetPort(port_id port);
30 port_id Port(void) const { return fReceivePort; }
52 port_id fReceivePort;
H A DLinkSender.h21 LinkSender(port_id sendport);
24 void SetPort(port_id port);
25 port_id Port() const { return fPort; }
50 port_id fPort;
/haiku/src/kits/app/
H A DPortLink.cpp16 PortLink::PortLink(port_id send, port_id receive)
/haiku/src/bin/debug/
H A Ddebug_utils.h14 status_t set_team_debugging_flags(port_id nubPort, int32 flags);
15 status_t set_thread_debugging_flags(port_id nubPort, thread_id thread,
17 status_t continue_thread(port_id nubPort, thread_id thread);
/haiku/src/kits/media/
H A DPortPool.h24 port_id GetPort();
25 void PutPort(port_id port);
28 typedef std::set<port_id> PortSet;
H A DBufferCache.h23 port_id port;
32 BBuffer* GetBuffer(media_buffer_id id, port_id port);
34 void FlushCacheForPort(port_id port);
H A DPortPool.cpp41 port_id
49 port_id port = *fPool.begin();
58 PortPool::PutPort(port_id port)
/haiku/headers/private/kernel/
H A Dport.h45 status_t writev_port_etc(port_id id, int32 msgCode, const iovec *msgVecs,
50 port_id _user_create_port(int32 queueLength, const char *name);
51 status_t _user_close_port(port_id id);
52 status_t _user_delete_port(port_id id);
53 port_id _user_find_port(const char *portName);
54 status_t _user_get_port_info(port_id id, struct port_info *info);
57 ssize_t _user_port_buffer_size_etc(port_id port, uint32 flags,
59 ssize_t _user_port_count(port_id port);
60 ssize_t _user_read_port_etc(port_id port, int32 *msgCode,
63 status_t _user_set_port_owner(port_id por
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DPortChannel.h13 port_id sendPort;
14 port_id receivePort;
20 PortChannel(port_id sendPort,
21 port_id receivePort);
33 port_id fSendPort;
34 port_id fReceivePort;
/haiku/src/bin/debug/strace/
H A DMemoryReader.h17 status_t Init(port_id nubPort);
27 port_id fNubPort;
28 port_id fReplyPort;
/haiku/src/tools/fs_shell/
H A Dfs_shell_command_beos.h15 port_id reply_port;
/haiku/src/servers/app/
H A DTestServerLoopAdapter.h23 const char* looperName, port_id port,
28 virtual port_id MessagePort() const { return fMessagePort; }
42 port_id _CreatePort();
47 port_id fMessagePort;
H A DTestServerLoopAdapter.cpp32 const char*, port_id, bool, status_t* outError)
63 port_id replyPort = 0;
64 link.Read<port_id>(&replyPort);
91 reply.Attach<port_id>(desktop->MessagePort());
114 port_id
117 port_id port = create_port(DEFAULT_MONITOR_PORT_SIZE, SERVER_PORT_NAME);
H A DOffscreenServerWindow.cpp17 port_id clientPort, port_id looperPort, int32 handlerID,
H A DOffscreenServerWindow.h18 port_id clientPort, port_id looperPort,
/haiku/src/system/libroot/os/
H A Dport.c11 port_id
18 port_id
26 write_port(port_id port, int32 code, const void *buffer, size_t bufferSize)
33 read_port(port_id port, int32 *code, void *buffer, size_t bufferSize)
40 write_port_etc(port_id port, int32 code, const void *buffer, size_t bufferSize,
48 read_port_etc(port_id port, int32 *code, void *buffer, size_t bufferSize,
56 port_buffer_size(port_id port)
63 port_buffer_size_etc(port_id port, uint32 flags, bigtime_t timeout)
70 port_count(port_id port)
77 set_port_owner(port_id por
[all...]
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.h49 ServerApp(port_id sendport, port_id rcvport, port_id clientLooperPort,
74 port_id fClientAppPort;
76 port_id fMessagePort;
81 port_id fClientLooperPort;
H A DAppServer.h61 port_id fMessagePort;
62 port_id fServerInputPort;
75 port_id fISASPort;
76 port_id fISPort;
87 extern port_id gAppServerPort;
/haiku/src/servers/registrar/
H A DMessageDeliverer.h20 virtual bool Next(port_id &port, int32 &token) = 0;
32 virtual bool Next(port_id &port, int32 &token);
45 SingleMessagingTargetSet(port_id port, int32 token);
49 virtual bool Next(port_id &port, int32 &token);
53 port_id fPort;
85 TargetPort *_GetTargetPort(port_id portID, bool create = false);
88 status_t _SendMessage(Message *message, port_id portID, int32 token);
/haiku/headers/private/kernel/fs/
H A Dnode_monitor.h36 extern status_t _user_stop_notifying(port_id port, uint32 token);
38 port_id port, uint32 token);
39 extern status_t _user_stop_watching(dev_t device, ino_t node, port_id port,
/haiku/headers/build/private/app/
H A DMessengerPrivate.h18 port_id Port()
27 void SetTo(team_id team, port_id port, int32 token)
/haiku/headers/private/debug/
H A DTeamDebugger.h31 port_id DebuggerPort() const { return fDebuggerPort; }
40 port_id fDebuggerPort;
/haiku/headers/private/net/
H A Dnet_notifications.h32 port_id port;

Completed in 162 milliseconds

1234567891011>>