Symbol: get_next_team_info
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
523
while (get_next_team_info(&cookie, &info) == B_OK) {
src/add-ons/input_server/filters/minimize_all/MinimizeAllInputFilter.cpp
66
while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
src/add-ons/media/media-add-ons/mixer/MixerUtils.cpp
203
while (!get_next_team_info(&c, &i))
src/apps/processcontroller/MemoryBarMenu.cpp
112
while (get_next_team_info(&cookie, &infos.team_info) == B_OK) {
src/apps/processcontroller/ProcessController.cpp
782
if (get_next_team_info(&mcookie, &infos[m].team_info) == B_OK) {
src/apps/processcontroller/TeamBarMenu.cpp
100
while (get_next_team_info(&cookie, &infos.team_info) == B_OK) {
src/bin/debug/time_stats/timing_analysis.cpp
46
while (get_next_team_info(&teamCookie, &teamInfo) == B_OK) {
src/bin/fdinfo.cpp
206
while (get_next_team_info(&cookie, &info) == B_OK) {
src/bin/listarea.c
100
while (get_next_team_info(&cookie, &info) >= B_OK)
src/bin/listarea.c
83
while (get_next_team_info(&cookie, &info) >= B_OK) {
src/bin/listimage.c
109
while (get_next_team_info(&cookie, &info) >= B_OK) {
src/bin/listimage.c
88
while (get_next_team_info(&cookie, &info) >= B_OK) {
src/bin/listport.c
35
while (get_next_team_info(&cookie, &info) >= B_OK)
src/bin/listsem.c
84
while (get_next_team_info( &cookie, &tinfo) == B_OK)
src/bin/pidof.cpp
68
while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
src/bin/ps.c
195
while (get_next_team_info(&teamCookie, &teamInfo) >= B_OK) {
src/bin/ps.c
208
while (get_next_team_info(&teamCookie, &teamInfo) >= B_OK) {
src/bin/renice.c
126
while (get_next_team_info(&teamcookie, &teaminfo) == B_OK) {
src/bin/shutdown.cpp
130
while (get_next_team_info(&team_cookie, &teamInfo)
src/bin/top.cpp
295
while (get_next_team_info(&tmcookie, &tm) == B_NO_ERROR) {
src/kits/debugger/target_host_interface/local/LocalTargetHostInterface.cpp
92
while (get_next_team_info(&cookie, &info) == B_OK) {
src/servers/debug/DebugServer.cpp
1175
while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
src/servers/registrar/ShutdownProcess.cpp
1723
while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
src/servers/registrar/ShutdownProcess.cpp
1739
while (get_next_team_info(&cookie, &teamInfo) == B_OK) {
src/system/kernel/shutdown.cpp
24
while (get_next_team_info(&cookie, &info) == B_OK) {
src/system/libroot/posix/sys/priority.c
129
while (get_next_team_info(&team_cookie, &team) == B_OK) {
src/system/libroot/posix/sys/priority.c
154
while (get_next_team_info(&team_cookie, &team) == B_OK) {
src/tests/servers/registrar/run_test_registrar.cpp
44
while (get_next_team_info(&cookie, &teamInfo) == B_OK) {