Searched refs:B_BAD_REPLY (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/support/
H A DBeep.cpp29 status = B_BAD_REPLY;
56 status = B_BAD_REPLY;
/haiku/src/kits/storage/
H A DMimeType.cpp277 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
307 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
444 : B_BAD_REPLY);
499 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
532 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
566 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
606 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
646 err = (status_t)(reply.what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
672 : B_BAD_REPLY);
711 err = (status_t)(types->what == B_REG_RESULT ? B_OK : B_BAD_REPLY);
[all...]
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c142 case B_BAD_REPLY:
/haiku/src/kits/app/
H A DRoster.cpp1055 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
1103 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
1145 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
1184 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
1233 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
1280 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
2771 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
2841 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
2878 ? (status_t)B_OK : (status_t)B_BAD_REPLY;
H A DMessage.cpp956 return B_BAD_REPLY;
1011 return B_BAD_REPLY;
/haiku/src/bin/
H A Derror.c33 E(B_BAD_REPLY),
/haiku/headers/os/support/
H A DErrors.h80 #define B_BAD_REPLY (B_APP_ERROR_BASE + 0) macro
/haiku/headers/build/os/support/
H A DErrors.h81 #define B_BAD_REPLY (B_APP_ERROR_BASE + 0) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h547 #define B_BAD_REPLY FSSH_B_BAD_REPLY macro

Completed in 98 milliseconds