Searched refs:team_id (Results 101 - 125 of 303) sorted by last modified time

1234567891011>>

/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A DInfoWindow.cpp312 team_id team = fTarget.Team();
/haiku/headers/os/kernel/
H A Dimage.h96 status_t _get_next_image_info(team_id team, int32 *cookie, image_info *info,
/haiku/src/kits/media/
H A DMediaDefs.cpp1345 team_id mediaServer = be_roster->TeamFor(B_MEDIA_SERVER_SIGNATURE);
1346 team_id addOnServer = be_roster->TeamFor(B_MEDIA_ADDON_SERVER_SIGNATURE);
/haiku/headers/os/media/
H A DMediaDefs.h570 team_id __unused_was_team;
/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/private/kernel/
H A DNotifications.h123 team_id team;
H A Ddebug.h185 extern status_t debug_memcpy(team_id teamID, void* to, const void* from,
187 extern ssize_t debug_strlcpy(team_id teamID, char* to, const char* from,
227 extern bool debug_is_debugged_team(team_id teamID);
H A Dvfs.h172 status_t _user_get_next_fd_info(team_id team, uint32 *cookie,
/haiku/src/servers/registrar/
H A DShutdownProcess.h47 status_t _PushEvent(uint32 eventType, team_id team,
49 status_t _GetNextEvent(uint32& eventType, team_id& team,
54 team_id team = -1);
62 void _RemoveShutdownWindowApp(team_id team);
63 void _SetShutdownWindowCurrentApp(team_id team);
78 bool _WaitForApp(team_id team, AppInfoList* list,
85 void _QuitBlockingApp(AppInfoList& list, team_id team,
87 void _DisplayAbortingApp(team_id team);
97 typedef HashSet<HashKey32<team_id> > TeamHash;
/haiku/src/apps/mail/
H A DMailApp.cpp444 team_id serverTeam = be_roster->TeamFor(kSpamServerSignature);
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp29 fTeamList = (team_id*)malloc(sizeof(team_id) * fTeamCount);
115 fTeamList = (team_id*)realloc(fTeamList, sizeof(team_id) * fTeamCount);
H A DQuitMenu.cpp18 QuitMenuItem(team_id team, BBitmap* icon, const char* title,
20 team_id Team() { return fTeam; }
23 team_id fTeam;
27 QuitMenuItem::QuitMenuItem(team_id team, BBitmap* icon, const char* title,
56 team_id tmid;
61 for (int a = 0; !found && (tmid = (team_id)(addr_t)apps.ItemAt(a)) != 0; a++)
67 for (int a = 0; (tmid = (team_id)(addr_t) apps.ItemAt(a)) != 0; a++) {
86 QuitMenu::AddTeam(team_id tmid)
H A DMemoryBarMenu.cpp32 fTeamList = (team_id*)malloc(sizeof (team_id) * fTeamCount);
131 fTeamList = (team_id*)realloc(fTeamList, sizeof(team_id) * fTeamCount);
H A DProcessController.cpp247 ProcessController::_HandleDebugRequest(team_id team, thread_id thread)
287 team_id team;
H A DPCWorld.cpp116 team_id tracker = be_roster->TeamFor(kTrackerSig);
H A DThreadBarMenu.h19 ThreadBarMenu(const char *title, team_id team, int32 threadCount);
26 void Reset(team_id team);
31 team_id fTeam;
H A DTeamBarMenu.h30 team_id* fTeamList;
H A DQuitMenu.h21 void AddTeam(team_id tmid);
H A DProcessController.h47 void _HandleDebugRequest(team_id team, thread_id thread);
H A DMemoryBarMenu.h32 team_id* fTeamList;
/haiku/src/servers/app/
H A DServerWindow.h94 // related thread/team_id(s).
95 inline team_id ClientTeam() const { return fClientTeam; }
160 team_id fClientTeam;
H A DCursorManager.cpp109 CursorManager::CreateCursor(team_id clientTeam, const uint8* cursorData)
132 CursorManager::CreateCursor(team_id clientTeam, BRect r, color_space format,
214 CursorManager::DeleteCursors(team_id team)
422 CursorManager::_FindCursor(team_id clientTeam, const uint8* cursorData)
/haiku/headers/private/kernel/vm/
H A Dvm.h79 area_id create_area_etc(team_id team, const char *name, size_t size,
85 team_id target, bool kernel);
94 status_t vm_unreserve_address_range(team_id team, void *address, addr_t size);
95 status_t vm_reserve_address_range(team_id team, void **_address,
97 area_id vm_create_anonymous_area(team_id team, const char* name, addr_t size,
102 area_id vm_map_physical_memory(team_id team, const char *name, void **address,
105 area_id vm_map_physical_memory_vecs(team_id team, const char* name,
108 area_id vm_map_file(team_id aid, const char *name, void **address,
113 area_id vm_create_null_area(team_id team, const char *name, void **address,
115 area_id vm_copy_area(team_id tea
[all...]
/haiku/src/bin/
H A Durlwrapper.cpp439 team_id team;
463 team_id team;
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.h49 team_id fDeskbarTeam;

Completed in 268 milliseconds

1234567891011>>