Searched refs:client_port (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DPort.cpp49 fInfo.client_port = create_port(1, "port client port");
50 if (fInfo.client_port < 0) {
51 fInitStatus = fInfo.client_port;
70 if (!info || info->owner_port < 0 || info->client_port < 0
82 fInfo.client_port = info->client_port;
109 if (fInfo.client_port >= 0)
110 delete_port(fInfo.client_port);
113 fInfo.client_port = -1;
160 port_id port = (fOwner ? fInfo.client_port
[all...]
/haiku/headers/private/userlandfs/private/
H A DPort.h21 port_id client_port; member in struct:UserlandFSUtil::Port::Info
/haiku/headers/private/interface/
H A DWindowInfo.h21 int32 client_port; member in struct:window_info
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelDebug.cpp79 kprintf(" client port: %" B_PRId32 "\n", port->fPort.fInfo.client_port);
/haiku/src/apps/switcher/
H A DWindowsView.cpp79 BMessenger::Private(window).SetTo(info->team, info->client_port,
/haiku/src/apps/deskbar/
H A DExpandoMenuBar.cpp274 info->client_port, info->client_token);
/haiku/src/servers/app/
H A DServerWindow.cpp464 info.client_port = fClientLooperPort;

Completed in 145 milliseconds