Searched refs:port (Results 201 - 225 of 416) sorted by relevance

1234567891011>>

/haiku/headers/private/system/
H A Dsyscalls.h202 port_id port, int32 token);
204 port_id port, int32 token);
327 size_t queryLength, uint32 flags, port_id port,
396 extern status_t _kern_stop_notifying(port_id port, uint32 token);
398 port_id port, uint32 token);
399 extern status_t _kern_stop_watching(dev_t device, ino_t node, port_id port,
468 /* kernel port functions */
476 extern ssize_t _kern_port_buffer_size_etc(port_id port, uint32 flags,
478 extern int32 _kern_port_count(port_id port);
479 extern ssize_t _kern_read_port_etc(port_id port, int3
[all...]
/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/servers/registrar/
H A DTRoster.cpp170 port_id port; local
182 if (request->FindInt32("port", &port) != B_OK)
183 port = -1;
249 info->Init(thread, team, port, flags, &ref, signature);
318 port_id port; local
323 if (request->FindInt32("port", &port) != B_OK)
324 port = -1;
330 // port
545 port_id port = -1; local
[all...]
/haiku/headers/private/kernel/boot/net/
H A DTCP.h70 status_t Connect(ip_addr_t address, uint16 port);
132 TCPSocket* _FindSocket(ip_addr_t address, uint16 port);
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp17 AllocatorNode(Port* port) : allocator(port), previous(NULL) {} argument
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_userland_interface.h92 status_t _user_start_watching_disks(uint32 eventMask, port_id port,
94 status_t _user_stop_watching_disks(port_id port, int32 token);
/haiku/src/kits/media/experimental/
H A DMediaConnection.cpp137 fConnection.source.port = fOwner->fNode->ControlPort();
142 fConnection.destination.port = fOwner->fNode->ControlPort();
H A DMediaClientNode.cpp236 = BMediaRoster::CurrentRoster()->NodeIDFor(source.port);
237 conn->fConnection.remote_node.port = source.port;
262 conn->fConnection.remote_node.port = -1;
451 = BMediaRoster::CurrentRoster()->NodeIDFor(dest.port);
452 conn->fConnection.remote_node.port = dest.port;
486 conn->fConnection.remote_node.port = -1;
/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/poorman/libhttpd/
H A Dlibhttpd.h77 unsigned short port; member in struct:__anon18
189 unsigned short port, char* cgi_pattern, int cgi_limit, char* charset,
/haiku/src/tests/kits/app/bmessenger/
H A DSMRemoteTargetApp.cpp24 // create local port
25 port_id localPort = create_port(5, "SMRemoteTargetApp port");
27 DBG(OUT("REMOTE: local port created\n"));
39 // find remote port
40 DBG(OUT("REMOTE: find remote port `%s'\n", portName));
43 DBG(OUT("REMOTE: found remote port\n"));
46 initData.port = localPort;
59 DBG(OUT("REMOTE: read port: %.4s\n", (char*)&code));
102 // delete local port
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVolume.cpp171 Volume::SendNotification(port_id port, int32 token, uint32 what, int32 op, argument
177 " %" B_PRIdINO ", %" B_PRIdINO ", \"%s\")\n", port, token, what, op,
179 return send_notification(port, token, what, op, nsida, nsidb, vnida,
530 Volume::OpenQuery(const char* queryString, uint32 flags, port_id port, argument
/haiku/headers/os/app/
H A DMessenger.h83 void _SetTo(team_id team, port_id port,
H A DLooper.h128 BLooper(int32 priority, port_id port,
134 static status_t _Lock(BLooper* loop, port_id port,
140 port_id port, int32 capacity);
/haiku/src/kits/mail/
H A DProtocolConfigView.cpp186 if (settings.HasInt32("port"))
187 host << ':' << settings.FindInt32("port");
274 int32 port = -1; local
277 port = atol(hostName.String() + hostName.FindFirst(':') + 1);
283 // since there is no need for the port option, remove it here
284 if (port != -1)
285 settings.SetInt32("port", port);
287 settings.RemoveName("port");
290 settings.RemoveName("port");
[all...]
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/
H A DPOP3.h48 status_t Open(const char* server, int port,
/haiku/src/kits/media/legacy/
H A DOldBufferStreamManager.cpp160 BBufferStreamManager::SetNotificationPort(port_id port) argument
/haiku/headers/private/app/
H A DRegistrarDefs.h185 port_id port; member in struct:BPrivate::flat_app_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp95 send_notification(port_id port, long token, ulong what, long op, argument
109 return UserlandFS::KernelEmu::notify_query(port, token, op, nsida,
115 status_t error = UserlandFS::KernelEmu::notify_query(port, token,
120 return UserlandFS::KernelEmu::notify_query(port, token,
/haiku/src/add-ons/media/media-add-ons/esound_sink/
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/system/kernel/util/
H A Dring_buffer.cpp11 #include <port.h>
347 /** Sends the contents of the ring buffer to a port.
352 ring_buffer_write_to_port(struct ring_buffer *buffer, port_id port, int32 code,
363 status = write_port_etc(port, code, buffer->buffer + buffer->first, length,
376 status = writev_port_etc(port, code, vecs, 2, length, flags, timeout);
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp47 // get port and ref
48 port_id port = runner.AppLooperPort(); local
55 //" port: %ld vs %ld\n"
58 //info.port, port, info.flags, flags, info.signature, signature);
62 return (info.thread == thread && info.team == team && info.port == port
/haiku/src/bin/
H A Dcheckitout.cpp128 BString port = BString() << url.Port(); local
141 PRINT(("PORT='%s'\n", port.String()));
165 BString port = BString() << url.Port(); local
/haiku/src/servers/media/
H A DNodeManager.h35 port_id port; member in struct:registered_node
76 uint64 kinds, port_id port, team_id team,
96 status_t FindNodeID(port_id port, media_node_id* _id);
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerNode.cpp58 fOutput.source.port = ControlPort();
74 fConnectedInputs[i]->destination.port = ControlPort();
79 fInitialInput.destination.port = ControlPort();

Completed in 762 milliseconds

1234567891011>>