Searched refs:team_info (Results 1 - 25 of 59) sorted by relevance

123

/haiku/headers/private/debugger/model/
H A DTeamInfo.h19 const team_info& info);
21 void SetTo(team_id team, const team_info& info);
H A DTargetHost.h36 status_t AddTeam(const team_info& info);
38 void UpdateTeam(const team_info& info);
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.h24 TeamListItem(team_info& info);
33 const team_info* GetInfo();
50 team_info fTeamInfo;
/haiku/src/kits/debugger/model/
H A DTeamInfo.cpp25 TeamInfo::TeamInfo(team_id team, const team_info& info)
32 TeamInfo::SetTo(team_id team, const team_info& info)
H A DTargetHost.cpp55 TargetHost::AddTeam(const team_info& info)
84 TargetHost::UpdateTeam(const team_info& info)
/haiku/src/system/libroot/os/
H A Dteam.c36 _get_team_info(team_id team, team_info *info, size_t size)
43 _get_next_team_info(int32 *cookie, team_info *info, size_t size)
/haiku/src/apps/processcontroller/
H A DTeamBarMenu.cpp32 fTeamList[k] = infos[k].team_info.team;
100 while (get_next_team_info(&cookie, &infos.team_info) == B_OK) {
102 while (j < fTeamCount && infos.team_info.team != fTeamList[j])
104 if (infos.team_info.team != fTeamList[j]) {
106 team_info info;
117 fTeamList[j] = infos.team_info.team;
126 item->Reset(infos.team_name, infos.team_info.team, infos.team_icon, true);
129 kill_team->AddInt32("team", infos.team_info.team);
131 infos.team_info.team, infos.team_info
[all...]
H A DUtilities.h21 ::team_info team_info; member in struct:__anon9
H A DMemoryBarMenu.cpp36 fTeamList[k] = infos[k].team_info.team;
112 while (get_next_team_info(&cookie, &infos.team_info) == B_OK) {
114 while (j < fTeamCount && infos.team_info.team != fTeamList[j]) {
120 team_info info;
134 fTeamList[j] = infos.team_info.team;
143 item->Reset(infos.team_name, infos.team_info.team, infos.team_icon, true);
146 infos.team_info.team, infos.team_icon, true, NULL));
H A DUtilities.cpp37 for (int len = strlen(infoPack.team_info.args) - 1;
38 len >= 0 && infoPack.team_info.args[len] == ' '; len--) {
39 infoPack.team_info.args[len] = 0;
43 status_t status = be_roster->GetRunningAppInfo(infoPack.team_info.team, &info);
45 if (infoPack.team_info.team == B_SYSTEM_TEAM) {
55 status = BPrivate::get_app_ref(infoPack.team_info.team, &info.ref);
61 strncpy(infoPack.team_name, nameFromArgs ? infoPack.team_info.args : info.ref.name,
H A DQuitMenu.cpp96 while (t < fInfosCount && tmid != fInfos[t].team_info.team) {
108 if (get_team_info(tmid, &infos.team_info) == B_OK
H A DProcessController.cpp308 if (get_team_info(team, &infos.team_info) == B_OK) {
768 if (get_next_team_info(&mcookie, &infos[m].team_info) == B_OK) {
769 infos[m].thread_info = new thread_info[infos[m].team_info.thread_count];
770 for (h = 0, hcookie = 0; h < infos[m].team_info.thread_count; h++) {
771 if (get_next_thread_info(infos[m].team_info.team, &hcookie,
778 infos[m].team_info.team = -1;
796 if (infos[m].team_info.team >= 0) {
799 infos[m].team_info.team, infos[m].team_icon, false, NULL);
811 if (infos[m].team_info.team >= 0) {
813 infos[m].team_info
[all...]
/haiku/src/system/kernel/
H A Dshutdown.cpp16 team_info info;
/haiku/src/bin/
H A Dlistarea.c46 team_info teamInfo;
80 team_info info;
96 team_info info;
H A Dlistsem.c47 static void print_header(team_info *tinfo)
57 static void list_sems(team_info *tinfo)
72 team_info tinfo;
H A Dlistport.c32 team_info info;
74 team_info this_team;
H A Dps.c44 static void printTeamThreads(team_info* teamInfo, bool printSemaphoreInfo);
45 static void printTeamInfo(team_info* teamInfo, bool printHeader);
49 printTeamInfo(team_info* teamInfo, bool printHeader)
86 printTeamThreads(team_info* teamInfo, bool printSemaphoreInfo)
129 team_info teamInfo;
H A Dlistimage.c28 team_info teamInfo;
80 team_info info;
104 team_info info;
H A Dfdinfo.cpp47 print_fds(team_info &teamInfo)
62 filter_device(team_info &teamInfo, dev_t device, bool brief)
84 filter_file(team_info &teamInfo, dev_t device, ino_t node, bool brief)
170 team_info info;
H A Dpidof.cpp64 team_info teamInfo;
/haiku/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test2.cpp22 team_info teamInfo;
H A Dsignal_in_allocator_test.cpp22 team_info teamInfo;
/haiku/src/servers/registrar/
H A DRosterAppInfo.cpp67 team_info teamInfo;
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp65 team_info teamInfo;
/haiku/src/system/libroot/posix/sys/
H A Dpriority.c125 team_info team;
151 team_info team;

Completed in 312 milliseconds

123