Searched refs:port (Results 51 - 75 of 415) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/videowindow/
H A DVideoNode.cpp85 fInput.destination.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp210 fOutput.source.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp238 fOutput.source.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp486 mediaInput.destination.port = ControlPort();
534 mediaOutput.source.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp228 // the port number must match our ControlPort()
229 if (dest.port != ControlPort())
268 out_input->destination.port = ControlPort();
337 source.port = buffer->Header()->source_port;
381 // the port number must match our ControlPort()
382 if (for_whom.port != ControlPort())
408 "Producer (port %" B_PRId32 ", id %" B_PRId32 ") connected with "
409 "frame_rate=0\n", producer.port, producer.id);
419 // and the port number must match our ControlPort()
420 if (where.id != 0 || where.port !
[all...]
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp142 fOutputEncVideo.source.port = ControlPort();
297 if (source.port != ControlPort()) {
338 if (source.port != ControlPort() &&
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp149 fOutput.source.port = ControlPort();
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp201 fInput.destination.port = ControlPort();
208 fOutput.source.port = ControlPort();
H A DESDEndpoint.cpp133 ESDEndpoint::Connect(const char *host, uint16 port) argument
138 fPort = port;
176 uint16 port = fPort; local
201 sin.sin_port = htons( port );
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp299 fOutputRawVideo.source.port = ControlPort();
306 fOutputRawAudio.source.port = ControlPort();
313 fOutputEncVideo.source.port = ControlPort();
320 fOutputEncAudio.source.port = ControlPort();
327 fOutputTS.source.port = ControlPort();
527 if (source.port != ControlPort())
694 if (source.port != ControlPort())
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp890 // get a free port
891 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort();
892 if (!port)
894 PortReleaser _(fFileSystem->GetPortPool(), port);
897 RequestAllocator allocator(port->GetPort());
908 error = _SendRequest(port, &allocator, &handler, (Request**)&reply);
911 RequestReleaser requestReleaser(port, reply);
951 // get a free port
952 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort();
953 if (!port)
1017 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
1064 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
1155 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
1210 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
1274 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
1517 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
1578 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
2612 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
3667 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
3717 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
3790 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
3839 RequestPort* port = fFileSystem->GetPortPool()->AcquirePort(); local
4391 _SendRequest(RequestPort* port, RequestAllocator* allocator, RequestHandler* handler, Request** reply) argument
4417 _SendReceiptAck(RequestPort* port) argument
4724 RequestPort* port = volume->fFileSystem->GetPortPool()->AcquirePort(); local
4782 RequestPort* port = volume->fFileSystem->GetPortPool()->AcquirePort(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp2263 port_id port, uint32 token, void** _cookie)
2267 queryString, flags, port, token));
2290 query->SetLiveMode(port, token);
2262 bfs_open_query(fs_volume* _volume, const char* queryString, uint32 flags, port_id port, uint32 token, void** _cookie) argument
/haiku/headers/os/app/
H A DRoster.h24 port_id port; member in struct:app_info
155 port_id port, bool fullRegistration,
169 thread_id thread, port_id port) const;
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp99 port_id port = obj->mPort; local
108 status_t n_bytes = ::read_port(port, &what, &msg, sizeof(log_message));
/haiku/src/system/kernel/
H A Dteam.cpp43 #include <port.h>
1538 port_id port, uint32 token)
1557 teamArg->error_port = port;
3201 \return The port of the debugger for the team, -1 if none. To be passed to
3228 // can install a debugger anymore. We fetch the debugger's port to
1536 create_team_arg(struct team_arg** _teamArg, const char* path, char** flatArgs, size_t flatArgsSize, int32 argCount, int32 envCount, mode_t umask, port_id port, uint32 token) argument
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp26 #include <port.h>
71 kill_interruptable_write_port(port_id port, int32 code, const void *buffer, argument
74 return write_port_etc(port, code, buffer, bufferSize, B_KILL_CAN_INTERRUPT,
80 debugger_write(port_id port, int32 code, const void *buffer, size_t bufferSize, argument
84 "port: %" B_PRId32 ", code: %" B_PRIx32 ", message: %p, size: %lu, "
86 thread_get_current_thread()->team->id, port, code, buffer, bufferSize,
108 if (teamDebugInfo.debugger_port != port
114 (teamDebugInfo.debugger_port != port ? "debugger port changed"
117 TRACE(("debugger_write(): writing to port
545 port_id port = -1; local
1661 port_id port = nubThread->team->debug_info.nub_port; local
2777 port_id port = install_team_debugger(B_CURRENT_TEAM, -1, local
[all...]
/haiku/src/servers/launch/
H A DJob.cpp81 iterator->second.RemoveData("port");
321 return found->second.GetInt32("port", -1);
335 Job::SetDefaultPort(port_id port) argument
337 fDefaultPort = port;
345 iterator->second.SetInt32("port", (int32)port);
515 port_id port = iterator->second.GetInt32("port", -1); local
516 if (port >= 0)
517 delete_port(port);
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp154 uaa->port = 1;
/haiku/src/add-ons/kernel/drivers/midi/usb_midi/
H A Dusb_midi.h91 /* = "/dev/midi/usb/n" --port number will be appended to this */
115 char name[40]; /* complete pathname of this port */
118 int cable; /* index of this port */
136 extern void remove_port(usbmidi_port_info* port);
149 extern void add_port_info(usbmidi_port_info* port);
150 extern void remove_port_info(usbmidi_port_info* port);
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h349 // Hub port being the one-based logical port number on the hub
350 void SetHubInfo(int8 address, uint8 port);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp2377 request->flags, request->port, request->token, &handle);
2993 request->port = event->remotePort;
3048 request->port = event->remotePort;
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_defs.h229 ahci_port port[32]; member in struct:__anon47
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp60 NetAddress::SetPort(uint16 port) argument
62 fAddress.sin_port = B_HOST_TO_BENDIAN_INT32(port);
95 // create a socket and try to bind it to a port of this address
128 // bind it to a port
/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dwebsearchfs.c1183 port_id port, uint32 token, void **cookie)
1197 ns->nsid, query, flags, port, token);
1182 websearchfs_open_query(fs_volume *_volume, const char *query, uint32 flags, port_id port, uint32 token, void **cookie) argument
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp745 int port; local
747 port = fRequest.Url().Port();
749 port = 443;
751 port = 80;
754 if (auto status = fRemoteAddress.SetTo(fRequest.Url().Host(), port); status != B_OK) {

Completed in 184 milliseconds

1234567891011>>