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

/haiku-fatelf/src/bin/
H A Dps.c20 static void printTeamThreads(team_info *teamInfo, bool printSemaphoreInfo);
21 static void printTeamInfo(team_info *teamInfo, bool printHeader);
24 printTeamInfo(team_info *teamInfo, bool printHeader) argument
31 printf("%-50s %5" B_PRId32 " %8" B_PRId32 " %4d %4d\n", teamInfo->args,
32 teamInfo->team, teamInfo->thread_count, teamInfo->gid, teamInfo->uid);
37 printTeamThreads(team_info *teamInfo, bool printSemaphoreInfo) argument
45 while (get_next_thread_info(teamInfo
79 team_info teamInfo; local
[all...]
H A Dfdinfo.cpp47 print_fds(team_info &teamInfo) argument
49 printf("Team: (%ld) %s\n", teamInfo.team, teamInfo.args);
54 while (_kern_get_next_fd_info(teamInfo.team, &cookie, &info, sizeof(fd_info)) == B_OK) {
62 filter_device(team_info &teamInfo, dev_t device, bool brief) argument
67 while (_kern_get_next_fd_info(teamInfo.team, &cookie, &info, sizeof(fd_info)) == B_OK) {
72 printf("%5ld %s\n", teamInfo.team, teamInfo.args);
76 printf("%5ld %3d %3s %ld:%Ld %s\n", teamInfo.team, info.number,
78 teamInfo
84 filter_file(team_info &teamInfo, dev_t device, ino_t node, bool brief) argument
[all...]
H A Dlistarea.c45 team_info teamInfo; local
48 if (id != 1 && get_team_info(id, &teamInfo) == B_BAD_TEAM_ID) {
52 strcpy(teamInfo.args, "KERNEL SPACE");
54 printf("\n%s (team %ld)\n", teamInfo.args, id);
H A Dlistimage.c25 team_info teamInfo; local
30 status = get_team_info(id, &teamInfo);
37 printf("\nTEAM %4ld (%s):\n", id, teamInfo.args);
H A Dshutdown.cpp123 team_info teamInfo; local
124 while (get_next_team_info(&team_cookie, &teamInfo)
126 if (strstr(teamInfo.args, "shutdown") != NULL
127 && teamInfo.team != thisTeam) {
129 while (get_next_thread_info(teamInfo.team,
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dsignal_in_allocator_test2.cpp22 team_info teamInfo; local
23 get_team_info(B_CURRENT_TEAM, &teamInfo);
24 thread_id mainThread = teamInfo.team;
H A Dsignal_in_allocator_test.cpp22 team_info teamInfo; local
23 get_team_info(B_CURRENT_TEAM, &teamInfo);
24 thread_id mainThread = teamInfo.team;
/haiku-fatelf/src/tests/servers/registrar/
H A Drun_test_registrar.cpp42 team_info teamInfo; local
44 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
45 if (!strncmp(teamInfo.args, "/boot/beos/", 11)
46 || !strncmp(teamInfo.args, "/boot/system/", 13)) {
53 while (get_next_thread_info(teamInfo.team, &threadCookie, &threadInfo)
60 && portInfo.team == teamInfo.team) {
/haiku-fatelf/src/servers/registrar/
H A DRosterAppInfo.cpp62 team_info teamInfo; local
63 return get_team_info(team, &teamInfo) == B_OK;
H A DShutdownProcess.cpp1653 team_info teamInfo; local
1654 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
1655 if (fVitalSystemApps.find(teamInfo.team) == fVitalSystemApps.end()) {
1656 PRINT(" sending team %ld TERM signal\n", teamInfo.team);
1660 send_signal(teamInfo.team, SIGTERM);
1675 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
1676 if (fVitalSystemApps.find(teamInfo.team) == fVitalSystemApps.end()) {
1677 PRINT(" killing team %ld\n", teamInfo.team);
1680 kill_team(teamInfo.team);
H A DTRoster.cpp1423 team_info teamInfo; local
1424 if (get_team_info(B_SYSTEM_TEAM, &teamInfo) == B_OK)
1425 vitalSystemApps.insert(teamInfo.team);
/haiku-fatelf/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp223 team_info teamInfo = fTeamInfo = info; local
226 for (int len = strlen(teamInfo.args) - 1;
227 len >= 0 && teamInfo.args[len] == ' '; len--) {
228 teamInfo.args[len] = 0;
232 status_t status = be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
236 if (teamInfo.team == B_SYSTEM_TEAM) {
248 BPrivate::get_app_ref(teamInfo.team, &appInfo.ref);
265 tmp << teamInfo.team;
267 SetField(new BBitmapStringField(icon, teamInfo.args), kNameColumn);
271 tmp << teamInfo
[all...]
H A DTeamsListView.h66 TeamRow(team_info& teamInfo);
/haiku-fatelf/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp26 TeamListItem::TeamListItem(team_info &teamInfo) argument
28 fTeamInfo(teamInfo),
37 if (get_next_image_info(teamInfo.team, &cookie, &info) == B_OK) {
/haiku-fatelf/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp44 team_info teamInfo; local
45 while (get_next_team_info(&teamCookie, &teamInfo) == B_OK) {
47 while (get_next_thread_info(teamInfo.team, &threadCookie, &infos[count])
/haiku-fatelf/src/kits/tracker/
H A DFilePermissionsView.cpp277 team_info teamInfo; local
278 get_team_info(threadInfo.team, &teamInfo);
279 if (teamInfo.uid != 0 && nodeOwner != teamInfo.uid) {
/haiku-fatelf/src/bin/debug/profile/
H A DTeam.cpp62 team_info teamInfo; local
63 status_t error = get_team_info(teamID, &teamInfo);
68 fArgs = teamInfo.args;
H A Dprofile.cpp937 team_info teamInfo; local
939 if (get_team_info(message.origin.team, &teamInfo) == B_OK
942 team->Exec(message.team_exec.image_event, teamInfo.args,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhaiku-nat.c633 team_info teamInfo; local
634 result = get_team_info(sTeamDebugInfo.team, &teamInfo);
640 sTeamDebugInfo.nub_thread = teamInfo.debugger_nub_thread;
1635 team_info teamInfo; local
1640 error = get_team_info(ptid_get_pid(ptid), &teamInfo);
1650 (int)sizeof(teamInfo.args), teamInfo.args, teamInfo.team,
1656 (int)sizeof(teamInfo.args), teamInfo
[all...]
/haiku-fatelf/src/apps/processcontroller/
H A DTeamBarMenuItem.cpp48 team_info teamInfo; local
49 get_team_info(fTeamID, &teamInfo);
/haiku-fatelf/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp196 install_breakpoints(const arch_team_debug_info& teamInfo) argument
199 asm("mov %0, %%dr0" : : "r"(teamInfo.breakpoints[0].address));
200 asm("mov %0, %%dr1" : : "r"(teamInfo.breakpoints[1].address));
201 asm("mov %0, %%dr2" : : "r"(teamInfo.breakpoints[2].address));
203 asm("mov %0, %%dr3" : : "r"(teamInfo.breakpoints[3].address));
208 asm("mov %0, %%dr7" : : "r"(teamInfo.dr7));
873 arch_team_debug_info &teamInfo = thread->team->debug_info.arch_info; local
875 install_breakpoints(teamInfo);
/haiku-fatelf/src/servers/debug/
H A DDebugServer.cpp1031 team_info teamInfo; local
1032 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
1034 if (BPrivate::get_app_ref(teamInfo.team, &ref) == B_OK) {
1036 return teamInfo.team;
/haiku-fatelf/src/apps/debugger/controllers/
H A DTeamDebugger.cpp342 team_info teamInfo;
343 error = get_team_info(fTeamID, &teamInfo);
357 fTeam->SetName(teamInfo.args);
/haiku-fatelf/src/tests/kits/app/broster/
H A DLaunchTesterHelper.cpp711 team_info teamInfo; local
712 allGone &= (get_team_info(info->Team(), &teamInfo) != B_OK);
/haiku-fatelf/src/apps/deskbar/
H A DSwitcher.cpp470 TTeamGroup* teamInfo = static_cast<TTeamGroup*>(fGroupList.ItemAt(i)); local
471 delete teamInfo;

Completed in 282 milliseconds