Searched refs:B_GENERAL_ERROR_BASE (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/os/support/
H A DErrors.h13 #define B_GENERAL_ERROR_BASE INT_MIN macro
14 #define B_OS_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x1000)
15 #define B_APP_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x2000)
16 #define B_INTERFACE_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x3000)
17 #define B_MEDIA_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x4000)
19 #define B_TRANSLATION_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x4800)
21 #define B_MIDI_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x5000)
22 #define B_STORAGE_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x6000)
23 #define B_POSIX_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x7000)
24 #define B_MAIL_ERROR_BASE (B_GENERAL_ERROR_BASE
[all...]
/haiku/headers/build/os/support/
H A DErrors.h14 #define B_GENERAL_ERROR_BASE INT_MIN macro
15 #define B_OS_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x1000)
16 #define B_APP_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x2000)
17 #define B_INTERFACE_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x3000)
18 #define B_MEDIA_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x4000)
20 #define B_TRANSLATION_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x4800)
22 #define B_MIDI_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x5000)
23 #define B_STORAGE_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x6000)
24 #define B_POSIX_ERROR_BASE (B_GENERAL_ERROR_BASE + 0x7000)
25 #define B_MAIL_ERROR_BASE (B_GENERAL_ERROR_BASE
[all...]
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c20 {B_GENERAL_ERROR_BASE, "General "},
/haiku/src/bin/
H A Derror.c100 E(B_GENERAL_ERROR_BASE),
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h485 #define B_GENERAL_ERROR_BASE FSSH_B_GENERAL_ERROR_BASE macro

Completed in 74 milliseconds