Searched refs:get_team_info (Results 1 - 25 of 34) sorted by last modified time

12

/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp896 return get_team_info(fTeam->id, &fTeamInfo);
/haiku/headers/os/kernel/
H A DOS.h272 #define get_team_info(id, info) \ macro
/haiku/src/apps/terminal/
H A DTermView.cpp2944 return get_team_info(pid, &info) == B_BAD_TEAM_ID;
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp4715 if (get_team_info (RemoteTeam, &RemoteInfo) == B_OK &&
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp291 get_team_info(threadInfo.team, &teamInfo);
/haiku/src/servers/debug/
H A DDebugServer.cpp154 status_t error = get_team_info(team, &info);
431 status_t error = get_team_info(fTeam, &fTeamInfo);
/haiku/src/apps/processcontroller/
H A DMemoryBarMenuItem.cpp232 exists = get_team_info(fTeamID, &info) == B_OK;
H A DTeamBarMenu.cpp109 if (get_team_info(fTeamList[j], &info) != B_OK)
H A DQuitMenu.cpp108 if (get_team_info(tmid, &infos.team_info) == B_OK
H A DMemoryBarMenu.cpp123 if (get_team_info(fTeamList[j], &info) != B_OK)
H A DProcessController.cpp308 if (get_team_info(team, &infos.team_info) == B_OK) {
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.cpp61 get_team_info(B_CURRENT_TEAM, &info);
/haiku/src/bin/
H A Dlistsem.c119 if (get_team_info(team, &tinfo) == B_OK)
H A Dlistport.c76 if (get_team_info(id, &this_team) == B_BAD_TEAM_ID) {
H A Dtop.cpp206 if (get_team_info(t.team, &tm) < B_NO_ERROR) {
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp268 if (printProgram && get_team_info(stat.owner, &info) == B_OK) {
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp545 get_team_info(B_CURRENT_TEAM, &teamInfo);
/haiku/src/servers/registrar/
H A DTRoster.cpp1424 if (get_team_info(B_SYSTEM_TEAM, &teamInfo) == B_OK)
H A DRosterAppInfo.cpp68 return get_team_info(team, &teamInfo) == B_OK;
/haiku/src/kits/app/
H A DNotification.cpp38 get_team_info(B_CURRENT_TEAM, &teamInfo);
H A DAppMisc.cpp164 status_t error = get_team_info(team, &info);
/haiku/src/bin/debug/profile/
H A Dprofile.cpp946 if (get_team_info(message.origin.team, &teamInfo) == B_OK
H A DTeam.cpp64 status_t error = get_team_info(teamID, &teamInfo);
/haiku/src/servers/keystore/
H A DAppAccessRequestWindow.cpp191 get_team_info(B_CURRENT_TEAM, &teamInfo);
/haiku/src/tests/kits/support/barchivable/
H A DInstantiateObjectTester.cpp516 err = get_team_info(team, &info);

Completed in 187 milliseconds

12