Searched refs:GetPort (Results 1 - 22 of 22) sorted by relevance

/haiku/src/kits/media/
H A DPortPool.h24 port_id GetPort();
H A Drequest_data.cpp27 reply_port = gPortPool->GetPort();
H A DPortPool.cpp42 PortPool::GetPort() function in class:BPrivate::media::PortPool
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp117 *port = thread->GetPort();
142 RequestAllocator allocator(port->GetPort());
188 RequestAllocator allocator(port->GetPort());
226 RequestAllocator allocator(port->GetPort());
272 RequestAllocator allocator(port->GetPort());
308 RequestAllocator allocator(port->GetPort());
343 RequestAllocator allocator(port->GetPort());
379 RequestAllocator allocator(port->GetPort());
417 RequestAllocator allocator(port->GetPort());
479 RequestAllocator allocator(port->GetPort());
[all...]
H A DUserlandRequestHandler.cpp275 RequestAllocator allocator(fPort->GetPort());
303 RequestAllocator allocator(fPort->GetPort());
328 RequestAllocator allocator(fPort->GetPort());
354 RequestAllocator allocator(fPort->GetPort());
381 RequestAllocator allocator(fPort->GetPort());
414 RequestAllocator allocator(fPort->GetPort());
441 RequestAllocator allocator(fPort->GetPort());
487 RequestAllocator allocator(fPort->GetPort());
519 RequestAllocator allocator(fPort->GetPort());
547 RequestAllocator allocator(fPort->GetPort());
[all...]
H A DRequestThread.h51 RequestPort* GetPort() const;
H A DRequestThread.cpp146 // GetPort
148 RequestThread::GetPort() const function in class:RequestThread
/haiku/src/apps/serialconnect/
H A DSerialApp.h37 const BString& GetPort();
H A DSerialApp.cpp329 reply.AddString("port", GetPort());
364 const BString& SerialApp::GetPort() function in class:SerialApp
H A DSerialWindow.cpp302 const BString& connectedPort = ((SerialApp*)be_app)->GetPort();
/haiku/headers/private/app/
H A DLaunchRoster.h27 port_id GetPort(const char* name = NULL);
28 port_id GetPort(const char* signature,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp236 RequestAllocator allocator(fPort->GetPort());
270 RequestAllocator allocator(fPort->GetPort());
333 RequestAllocator allocator(fPort->GetPort());
360 RequestAllocator allocator(fPort->GetPort());
382 RequestAllocator allocator(fPort->GetPort());
405 RequestAllocator allocator(fPort->GetPort());
431 RequestAllocator allocator(fPort->GetPort());
456 RequestAllocator allocator(fPort->GetPort());
479 RequestAllocator allocator(fPort->GetPort());
500 RequestAllocator allocator(fPort->GetPort());
[all...]
H A DVolume.cpp897 RequestAllocator allocator(port->GetPort());
958 RequestAllocator allocator(port->GetPort());
1023 RequestAllocator allocator(port->GetPort());
1070 RequestAllocator allocator(port->GetPort());
1161 RequestAllocator allocator(port->GetPort());
1218 RequestAllocator allocator(port->GetPort());
1280 RequestAllocator allocator(port->GetPort());
1417 RequestAllocator allocator(port->GetPort());
1479 RequestAllocator allocator(port->GetPort());
1523 RequestAllocator allocator(port->GetPort());
[all...]
H A DFileSystem.cpp406 RequestAllocator allocator(port->GetPort());
726 RequestAllocator allocator(port->GetPort());
/haiku/headers/private/userlandfs/private/
H A DRequestPort.h24 Port* GetPort();
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DNetAddress.h29 uint16 GetPort() const;
/haiku/src/servers/syslog_daemon/
H A DSyslogDaemon.cpp45 fPort = BLaunchRoster().GetPort("logger");
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DNetAddress.cpp65 // GetPort
67 NetAddress::GetPort() const function in class:NetAddress
150 GetPort());
/haiku/src/kits/app/
H A DLaunchRoster.cpp110 BLaunchRoster::GetPort(const char* name) function in class:BLaunchRoster
115 return GetPort(be_app->Signature(), name);
120 BLaunchRoster::GetPort(const char* signature, const char* name) function in class:BLaunchRoster
H A DApplication.cpp548 return BLaunchRoster().GetPort(signature, NULL);
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp59 // GetPort
61 RequestPort::GetPort() function in class:RequestPort
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp752 fRequestPort = BLaunchRoster().GetPort(

Completed in 155 milliseconds