Searched refs:team_id (Results 251 - 275 of 303) sorted by relevance

<<111213

/haiku/src/servers/input/
H A DInputServer.h242 team_id fAppServerTeam;
/haiku/src/system/libroot/os/
H A Dimage.cpp308 _get_next_image_info(team_id team, int32 *cookie, image_info *info, size_t infoSize)
/haiku/src/kits/app/
H A DMessageAdapter.cpp357 flattenedSize += sizeof(port_id) + sizeof(int32) + sizeof(team_id) + 4;
433 *(team_id *)pointer = header->reply_team;
434 pointer += sizeof(team_id);
/haiku/src/system/kernel/slab/
H A DSlab.cpp402 team_id teamFilter, thread_id threadFilter)
454 team_id fTeamFilter;
589 team_id teamFilter = -1;
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp136 typedef std::map<team_id, Job*> TeamMap;
565 team_id team = (team_id)message->GetInt32("team", -1);
598 team_id team = (team_id)message->GetInt32("be:team", -1);
H A DJob.cpp302 team_id
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp120 team_id team;
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp312 team_id team = fTarget.Team();
/haiku/src/system/kernel/events/
H A DNotifications.cpp420 team_id team = event->GetInt32("team", -1);
/haiku/src/apps/deskbar/
H A DTeamMenuItem.cpp131 team_id team = (addr_t)fTeam->ItemAt(index);
/haiku/src/servers/media/
H A Dmedia_server.cpp258 team_id id = be_roster->TeamFor(B_MEDIA_ADDON_SERVER_SIGNATURE);
954 team_id id;
H A DDefaultManager.cpp772 DefaultManager::CleanupTeam(team_id team)
/haiku/src/preferences/screensaver/
H A DScreenSaverWindow.cpp194 team_id fScreenSaverTestTeam;
741 team_id team;
/haiku/headers/os/app/
H A DMessage.h567 status_t _SendMessage(port_id port, team_id portOwner,
571 status_t _SendMessage(port_id port, team_id portOwner,
/haiku/src/apps/processcontroller/
H A DProcessController.cpp247 ProcessController::_HandleDebugRequest(team_id team, thread_id thread)
287 team_id team;
/haiku/src/system/kernel/
H A Dguarded_heap.cpp41 team_id team;
788 team_id team = -1;
/haiku/src/servers/app/
H A DServerApp.cpp93 port_id clientLooperPort, team_id clientTeam,
608 team_id team;
609 if (link.Read<team_id>(&team) == B_OK)
640 team_id team;
641 if (link.Read<team_id>(&team) == B_OK)
648 team_id team;
649 if (link.Read<team_id>(&team) == B_OK)
3612 fLink.Attach<team_id>(threadInfo.team);
/haiku/src/system/kernel/debug/
H A Ddebug.cpp1938 debug_memcpy(team_id teamID, void* to, const void* from, size_t size)
1992 debug_strlcpy(team_id teamID, char* to, const char* from, size_t size)
2254 debug_is_debugged_team(team_id teamID)
/haiku/src/apps/terminal/
H A DTermWindow.cpp2012 team_id teamID = _FindSwitchTerminalTarget();
2021 team_id
2026 team_id myTeamID = Team();
/haiku/src/servers/keystore/
H A DKeyStoreServer.cpp625 team_id callingTeam = message.ReturnAddress().Team();
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp83 VMUserAddressSpace::VMUserAddressSpace(team_id id, addr_t base, size_t size)
/haiku/headers/private/kernel/
H A Dvfs.h172 status_t _user_get_next_fd_info(team_id team, uint32 *cookie,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp235 FileSystem::Init(const char* name, team_id team, Port::Info* infos, int32 count,
/haiku/headers/os/media/
H A DMediaDefs.h570 team_id __unused_was_team;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp48 team_id team;

Completed in 226 milliseconds

<<111213