Searched defs:B_OK (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp32 Event(int type, ::Thread* thread = NULL, TeamMemoryBlock* block = NULL, ExpressionInfo* info = NULL, status_t expressionResult = B_OK, ExpressionResult* expressionValue = NULL) argument
/haiku/src/system/kernel/fs/
H A Dfifo.cpp92 void Notify(status_t status = B_OK) argument
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp469 Error(block_cache* cache, uint64 blockNumber, const char* message, status_t status = B_OK) argument
[all...]
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h522 #define B_OK FSSH_B_OK macro
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp13 # define B_OK 0 macro
[all...]
H A Dfs_attr_haiku.cpp11 # define B_OK 0 macro
[all...]
H A Dfs_descriptors.cpp9 # define B_OK 0 macro
[all...]
/haiku/headers/os/support/
H A DErrors.h53 #define B_OK ((int)0) macro
/haiku/headers/build/os/support/
H A DErrors.h54 #define B_OK ((int)0) macro
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp577 TestPredicate(const PredicateNode &predicateNode, status_t pushResult = B_OK, status_t getResult = B_OK) argument
661 TestPredicate(OpNode(op, new AttributeNode("attribute"), NULL), B_OK, local
667 TestPredicate(OpNode(op, NULL, NULL), B_OK, B_NO_INIT); local
735 TestPredicate(OpNode(B_NOT, NULL), B_OK, B_NO_INIT); local
775 B_OK, B_NO_INIT); local
779 ), B_OK, B_NO_INIT); local
[all...]

Completed in 185 milliseconds