Symbol: B_BAD_REPLY
src/bin/error.c
33
E(B_BAD_REPLY),
src/kits/app/Message.cpp
1010
return B_BAD_REPLY;
src/kits/app/Message.cpp
955
return B_BAD_REPLY;
src/kits/app/Roster.cpp
1055
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
1103
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
1145
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
1184
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
1233
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
1280
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
2775
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
2845
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/app/Roster.cpp
2882
? (status_t)B_OK : (status_t)B_BAD_REPLY;
src/kits/package/DaemonClient.cpp
71
return B_BAD_REPLY;
src/kits/storage/MimeType.cpp
1003
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
1045
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
1082
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
1119
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
1152
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
1179
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
1292
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
1333
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
278
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
308
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
445
: B_BAD_REPLY);
src/kits/storage/MimeType.cpp
500
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
533
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
567
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
607
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
647
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
673
: B_BAD_REPLY);
src/kits/storage/MimeType.cpp
712
err = (status_t)(types->what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
801
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
904
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/storage/MimeType.cpp
950
err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
src/kits/support/Beep.cpp
29
status = B_BAD_REPLY;
src/kits/support/Beep.cpp
56
status = B_BAD_REPLY;
src/system/libroot/posix/string/strerror.c
142
case B_BAD_REPLY: