Searched refs:B_BAD_TEAM_ID (Results 1 - 25 of 35) sorted by path

12

/haiku/src/bin/
H A Dlistarea.c49 if (id != 1 && get_team_info(id, &teamInfo) == B_BAD_TEAM_ID) {
H A Derror.c37 E(B_BAD_TEAM_ID),
H A Dlistport.c76 if (get_team_info(id, &this_team) == B_BAD_TEAM_ID) {
H A Dpidof.cpp72 if (status == B_BAD_TEAM_ID) {
/haiku/src/build/libroot/
H A Dsem.cpp201 return B_BAD_TEAM_ID;
/haiku/src/kits/app/
H A DMessenger.cpp211 if (result == B_BAD_TEAM_ID)
H A DMessage.cpp947 messengerPrivate.Team()) == B_BAD_TEAM_ID) {
1001 messengerPrivate.Team()) == B_BAD_TEAM_ID) {
2299 team_id team = B_BAD_TEAM_ID;
H A DRoster.cpp734 error = B_BAD_TEAM_ID;
1802 return B_BAD_TEAM_ID;
/haiku/src/kits/debugger/target_host_interface/local/
H A DLocalTargetHostInterface.cpp324 if (error == B_BAD_TEAM_ID)
/haiku/src/system/libroot/posix/signal/
H A Dkill.c28 // translate B_BAD_THREAD_ID/B_BAD_TEAM_ID to ESRCH
29 if (status == B_BAD_THREAD_ID || status == B_BAD_TEAM_ID)
H A Dsigqueue.cpp30 // translate B_BAD_THREAD_ID/B_BAD_TEAM_ID to ESRCH
31 if (error == B_BAD_THREAD_ID || error == B_BAD_TEAM_ID)
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp137 if (get_team_info(fClientTeamID, &tinfo) == B_BAD_TEAM_ID) {
/haiku/src/tests/kits/app/bmessenger/
H A DBMessengerTester.cpp392 (result should be set to B_BAD_TEAM_ID.)
410 CHK(error == B_BAD_TEAM_ID);
/haiku/src/tests/kits/app/broster/
H A DGetAppInfoTester.cpp229 @results Should return B_BAD_TEAM_ID.
239 CHK(roster.GetRunningAppInfo(-1, &info) == B_BAD_TEAM_ID);
241 CHK(roster.GetRunningAppInfo(-2, &info) == B_BAD_TEAM_ID);
247 CHK(roster.GetRunningAppInfo(team, &info) == B_BAD_TEAM_ID);
/haiku/headers/build/os/support/
H A DErrors.h64 #define B_BAD_TEAM_ID (B_OS_ERROR_BASE + 0x103) macro
/haiku/headers/os/support/
H A DErrors.h63 #define B_BAD_TEAM_ID (B_OS_ERROR_BASE + 0x103) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h532 #define B_BAD_TEAM_ID FSSH_B_BAD_TEAM_ID macro
/haiku/src/apps/terminal/
H A DTermView.cpp2944 return get_team_info(pid, &info) == B_BAD_TEAM_ID;
/haiku/src/bin/debug/profile/
H A Dprofile.cpp175 return B_BAD_TEAM_ID;
264 return B_BAD_TEAM_ID;
/haiku/src/servers/registrar/
H A DTRoster.cpp688 SET_ERROR(error, B_BAD_TEAM_ID);
778 error = B_BAD_TEAM_ID;
1501 return B_BAD_TEAM_ID;
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp384 return B_BAD_TEAM_ID;
/haiku/src/system/kernel/fs/
H A Dfd.cpp446 return B_BAD_TEAM_ID;
H A Dvfs.cpp8230 return B_BAD_TEAM_ID;
/haiku/src/system/kernel/
H A Dimage.cpp169 return B_BAD_TEAM_ID;
263 return B_BAD_TEAM_ID;
H A Dport.cpp990 return B_BAD_TEAM_ID;
1276 return B_BAD_TEAM_ID;
1700 return B_BAD_TEAM_ID;

Completed in 326 milliseconds

12