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

12

/haiku/src/bin/
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) argument
64 printf(Infos[Team].format, teamInfo->args);
67 printf(Infos[Id].format, teamInfo->team);
70 printf(Infos[Threads].format, teamInfo->thread_count);
73 printf(Infos[Gid].format, teamInfo->gid);
76 printf(Infos[Uid].format, teamInfo->uid);
86 printTeamThreads(team_info* teamInfo, bool printSemaphoreInfo) argument
94 while (get_next_thread_info(teamInfo
129 team_info teamInfo; local
[all...]
H A Dfdinfo.cpp47 print_fds(team_info &teamInfo) argument
49 printf("Team: (%" B_PRId32 ") %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("%5" B_PRId32 " %s\n", teamInfo.team, teamInfo.args);
77 teamInfo.team, info.number, open_mode_to_string(info.open_mode),
78 info.device, info.node, teamInfo
84 filter_file(team_info &teamInfo, dev_t device, ino_t node, bool brief) argument
[all...]
H A Dpidof.cpp64 team_info teamInfo; local
68 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
70 status_t status = get_extended_team_info(teamInfo.team, B_TEAM_INFO_BASIC, extendedInfo);
87 printf("%" B_PRId32 "\n", teamInfo.team);
H A Dlistarea.c46 team_info teamInfo; local
49 if (id != 1 && get_team_info(id, &teamInfo) == B_BAD_TEAM_ID) {
53 strcpy(teamInfo.args, "KERNEL SPACE");
55 printf("\n%s (team %" B_PRId32 ")\n", teamInfo.args, id);
H A Dshutdown.cpp129 team_info teamInfo; local
130 while (get_next_team_info(&team_cookie, &teamInfo)
132 if (strstr(teamInfo.args, "shutdown") != NULL
133 && teamInfo.team != thisTeam) {
135 while (get_next_thread_info(teamInfo.team,
H A Dlistimage.c28 team_info teamInfo; local
32 status_t result = get_team_info(id, &teamInfo);
52 printf("\nTEAM %4" B_PRId32 " (%s):\n", id, teamInfo.args);
/haiku/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/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/src/kits/debugger/model/
H A DTargetHost.cpp57 TeamInfo* teamInfo = new (std::nothrow) TeamInfo(info.team, info); local
58 if (teamInfo == NULL)
61 if (!fTeams.BinaryInsert(teamInfo, &_CompareTeams))
64 _NotifyTeamAdded(teamInfo);
91 TeamInfo* teamInfo = fTeams.ItemAt(index);
92 teamInfo->SetTo(info.team, info);
93 _NotifyTeamRenamed(teamInfo);
/haiku/src/servers/registrar/
H A DRosterAppInfo.cpp67 team_info teamInfo; local
68 return get_team_info(team, &teamInfo) == B_OK;
H A DShutdownProcess.cpp1722 team_info teamInfo; local
1723 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
1724 if (!fVitalSystemApps.Contains(teamInfo.team)) {
1725 PRINT(" sending team %" B_PRId32 " TERM signal\n", teamInfo.team);
1728 send_signal(teamInfo.team, SIGTERM);
1739 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
1740 if (!fVitalSystemApps.Contains(teamInfo.team)) {
1741 PRINT(" killing team %" B_PRId32 "\n", teamInfo.team);
1743 kill_team(teamInfo.team);
/haiku/src/add-ons/input_server/filters/minimize_all/
H A DMinimizeAllInputFilter.cpp65 team_info teamInfo; local
66 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
68 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
/haiku/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/src/servers/keystore/
H A DAppAccessRequestWindow.cpp190 team_info teamInfo; local
191 get_team_info(B_CURRENT_TEAM, &teamInfo);
193 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.h71 TeamRow(TeamInfo* teamInfo);
/haiku/src/kits/tracker/infowindow/
H A DFilePermissionsView.cpp290 team_info teamInfo; local
291 get_team_info(threadInfo.team, &teamInfo);
292 if (teamInfo.uid != 0 && nodeOwner != teamInfo.uid) {
/haiku/src/bin/debug/profile/
H A DTeam.cpp63 team_info teamInfo; local
64 status_t error = get_team_info(teamID, &teamInfo);
69 fArgs = teamInfo.args;
H A Dprofile.cpp944 team_info teamInfo; local
946 if (get_team_info(message.origin.team, &teamInfo) == B_OK
949 team->Exec(message.team_exec.image_event, teamInfo.args,
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamListItem.cpp24 TeamListItem::TeamListItem(team_info &teamInfo) argument
26 fTeamInfo(teamInfo),
35 if (get_next_image_info(teamInfo.team, &cookie, &info) == B_OK) {
/haiku/src/kits/app/
H A DNotification.cpp37 team_info teamInfo; local
38 get_team_info(B_CURRENT_TEAM, &teamInfo);
40 be_roster->GetRunningAppInfo(teamInfo.team, &appInfo);
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp218 const CoreFileTeamInfo& teamInfo = coreFile->GetTeamInfo(); local
219 _thread = teamInfo.Id();
/haiku/src/system/kernel/arch/x86/
H A Darch_user_debugger.cpp256 install_breakpoints(const arch_team_debug_info& teamInfo) argument
259 asm("mov %0, %%dr0" : : "r"(teamInfo.breakpoints[0].address));
260 asm("mov %0, %%dr1" : : "r"(teamInfo.breakpoints[1].address));
261 asm("mov %0, %%dr2" : : "r"(teamInfo.breakpoints[2].address));
262 asm("mov %0, %%dr3" : : "r"(teamInfo.breakpoints[3].address));
265 asm("mov %0, %%dr7" : : "r"(teamInfo.dr7));
933 arch_team_debug_info &teamInfo = thread->team->debug_info.arch_info; local
935 install_breakpoints(teamInfo);
/haiku/src/servers/debug/
H A DDebugServer.cpp1174 team_info teamInfo; local
1175 while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
1177 if (BPrivate::get_app_ref(teamInfo.team, &ref) == B_OK) {
1179 return teamInfo.team;
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp518 team_info teamInfo; local
519 status_t result = get_team_info(fTeamID, &teamInfo);
523 info.SetTo(fTeamID, teamInfo);

Completed in 273 milliseconds

12