Searched refs:port (Results 126 - 150 of 415) sorted by last modified time

1234567891011>>

/haiku/src/kits/media/
H A DMediaNode.cpp73 port(-1),
225 // use it to start the port read thread!
226 temp.port = ControlPort();
338 TRACE("BMediaNode::TimerExpired: error writing port %" B_PRId32
358 // waitUntil or a message is received on the control port.
583 // reading messages from the port (this thread contex) will
682 request->port);
952 // Create control port
H A DMediaDefs.cpp46 media_destination::media_destination(port_id port, int32 id) argument
48 port(port),
56 port(clone.port),
65 port = clone.port;
73 port(-1),
90 media_source::media_source(port_id port, argument
93 port(por
[all...]
/haiku/headers/os/media/
H A DMediaDefs.h185 port_id port; /* can be different from */ member in struct:media_destination
186 /* media_node.port */
202 port_id port; /* must be the same as */ member in struct:media_source
203 /* media_node.port for owner */
H A DMediaNode.h29 port_id port; member in class:media_node
161 // ID of the port used to listen to control messages.
/haiku/src/apps/cortex/support/
H A DMediaIcon.cpp176 if ((get_port_info(nodeInfo.node.port, &portInfo) == B_OK)
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp783 if ((get_port_info(ref->node().port, &portInfo) == B_OK)
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp243 m_input.destination.port = ControlPort();
251 m_output.source.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.cpp77 fInputMedia.destination.port = ControlPort();
84 fOutputMedia.source.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp79 fInputMedia.destination.port = ControlPort();
86 fOutputMedia.source.port = ControlPort();
/haiku/src/apps/codycam/
H A DCodyCam.cpp415 fFtpInfo.port = 0;
/haiku/src/add-ons/kernel/network/notifications/
H A Dnotifications.cpp110 control.port, control.token);
113 return sNotificationService.RemoveUserListeners(control.port,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp29 // The time after which the notification thread times out at the port and
269 // the notification port
279 RequestPort* port = new(nothrow) RequestPort(infos + i); local
280 if (!port)
282 error = port->InitCheck();
284 error = fPortPool.AddPort(port);
286 delete port;
400 // get a free port
401 RequestPort* port = fPortPool.AcquirePort();
402 if (!port)
720 RequestPort* port = fPortPool.AcquirePort(); local
[all...]
/haiku/headers/private/kernel/
H A DNotifications.h54 port_id port, int32 token);
71 port_id port, int32 token);
184 status_t RemoveUserListeners(port_id port, uint32 token);
186 port_id port, uint32 token);
H A Ddebug.h232 extern void _user_register_syslog_daemon(port_id port);
H A Dvfs.h239 size_t queryLength, uint32 flags, port_id port, int32 token);
/haiku/src/bin/network/ftpd/
H A Dftpd.c459 * Open a socket, bind it to the FTP port, and start
885 u_int16_t port; local
902 port = su->su_port;
924 su->su_port = port;
2873 if (pdata >= 0) /* close old port if one set */
2959 if (pdata >= 0) /* close old port if one set */
/haiku/src/tests/kits/net/service/
H A Dtestserver.py155 # The server port can change between runs which will change
158 # server port will be stripped from these headers when
456 0 if options.port is None else options.port)
462 if options.port is None:
465 server.server_port = options.port
478 'Test server listening on port',
486 common_name = options.bind_addr + ':' + str(options.port)
523 '--port',
524 dest='port',
[all...]
/haiku/src/bin/cddb_lookup/
H A Dcddb_server.cpp299 // It seems we do not have the address:port format. Use hostname as-is.
304 // Parse address:port format.
305 int32 port; local
313 port = strtol(portString.String(), &firstInvalid, 10);
314 if ((errno == ERANGE && (port == INT32_MAX || port == INT32_MIN))
315 || (errno != 0 && port == 0)) {
323 fServerAddress.SetTo(newCddbServer.String(), port);
/haiku/src/apps/cortex/InfoView/
H A DLiveNodeInfoView.cpp88 s << ref->node().port;
90 if (get_port_info(ref->node().port, &portInfo) == B_OK)
H A DEndPointInfoView.cpp64 m_port(input.destination.port),
92 m_port(output.source.port),
H A DConnectionInfoView.cpp251 message.AddInt32("source_port", m_source.port);
253 message.AddInt32("destination_port", m_destination.port);
H A DAppNodeInfoView.cpp87 if ((get_port_info(ref->node().port, &portInfo) == B_OK)
/haiku/src/system/kernel/
H A Dmain.cpp47 #include <port.h>
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_i2c.c448 uint8 port; member in struct:__anon1
609 if (InSCL(info->port)) *clk = 0x0001;
610 if (InSDA(info->port)) *data = 0x0001;
622 OutSCL(info->port, true);
624 OutSCL(info->port, false);
627 OutSDA(info->port, true);
629 OutSDA(info->port, false);
641 info.port = BusNR;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp532 mInput.destination.port = ControlPort();

Completed in 166 milliseconds

1234567891011>>