Searched defs:B_ERROR (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp253 SendSignal(debug_exception_type type, uint32 signalNumber, int32 signalCode, addr_t signalAddress = 0, int32 signalError = B_ERROR) argument
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h521 #define B_ERROR FSSH_B_ERROR macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp683 RETURN_ERROR(B_ERROR); variable
/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp16 # define B_ERROR EINVAL macro
H A Dfs_attr_haiku.cpp14 # define B_ERROR EINVAL macro
/haiku/headers/os/support/
H A DErrors.h52 #define B_ERROR (-1) macro
/haiku/headers/build/os/support/
H A DErrors.h53 #define B_ERROR (-1) macro
/haiku/headers/private/kernel/arch/generic/
H A Duser_memory.h81 return user_access([=] { memcpy(src, dst, n); }) ? B_OK : B_ERROR; member in namespace:__anon25
88 return user_access([=] { memset(src, v, n); }) ? B_OK : B_ERROR; variable

Completed in 499 milliseconds