Symbol: B_OS_ERROR_BASE
headers/build/os/support/Errors.h
58
#define B_BAD_SEM_ID (B_OS_ERROR_BASE + 0)
headers/build/os/support/Errors.h
59
#define B_NO_MORE_SEMS (B_OS_ERROR_BASE + 1)
headers/build/os/support/Errors.h
61
#define B_BAD_THREAD_ID (B_OS_ERROR_BASE + 0x100)
headers/build/os/support/Errors.h
62
#define B_NO_MORE_THREADS (B_OS_ERROR_BASE + 0x101)
headers/build/os/support/Errors.h
63
#define B_BAD_THREAD_STATE (B_OS_ERROR_BASE + 0x102)
headers/build/os/support/Errors.h
64
#define B_BAD_TEAM_ID (B_OS_ERROR_BASE + 0x103)
headers/build/os/support/Errors.h
65
#define B_NO_MORE_TEAMS (B_OS_ERROR_BASE + 0x104)
headers/build/os/support/Errors.h
67
#define B_BAD_PORT_ID (B_OS_ERROR_BASE + 0x200)
headers/build/os/support/Errors.h
68
#define B_NO_MORE_PORTS (B_OS_ERROR_BASE + 0x201)
headers/build/os/support/Errors.h
70
#define B_BAD_IMAGE_ID (B_OS_ERROR_BASE + 0x300)
headers/build/os/support/Errors.h
71
#define B_BAD_ADDRESS (B_OS_ERROR_BASE + 0x301)
headers/build/os/support/Errors.h
72
#define B_NOT_AN_EXECUTABLE (B_OS_ERROR_BASE + 0x302)
headers/build/os/support/Errors.h
73
#define B_MISSING_LIBRARY (B_OS_ERROR_BASE + 0x303)
headers/build/os/support/Errors.h
74
#define B_MISSING_SYMBOL (B_OS_ERROR_BASE + 0x304)
headers/build/os/support/Errors.h
75
#define B_UNKNOWN_EXECUTABLE (B_OS_ERROR_BASE + 0x305)
headers/build/os/support/Errors.h
76
#define B_LEGACY_EXECUTABLE (B_OS_ERROR_BASE + 0x306)
headers/build/os/support/Errors.h
78
#define B_DEBUGGER_ALREADY_INSTALLED (B_OS_ERROR_BASE + 0x400)
headers/os/support/Errors.h
57
#define B_BAD_SEM_ID (B_OS_ERROR_BASE + 0)
headers/os/support/Errors.h
58
#define B_NO_MORE_SEMS (B_OS_ERROR_BASE + 1)
headers/os/support/Errors.h
60
#define B_BAD_THREAD_ID (B_OS_ERROR_BASE + 0x100)
headers/os/support/Errors.h
61
#define B_NO_MORE_THREADS (B_OS_ERROR_BASE + 0x101)
headers/os/support/Errors.h
62
#define B_BAD_THREAD_STATE (B_OS_ERROR_BASE + 0x102)
headers/os/support/Errors.h
63
#define B_BAD_TEAM_ID (B_OS_ERROR_BASE + 0x103)
headers/os/support/Errors.h
64
#define B_NO_MORE_TEAMS (B_OS_ERROR_BASE + 0x104)
headers/os/support/Errors.h
66
#define B_BAD_PORT_ID (B_OS_ERROR_BASE + 0x200)
headers/os/support/Errors.h
67
#define B_NO_MORE_PORTS (B_OS_ERROR_BASE + 0x201)
headers/os/support/Errors.h
69
#define B_BAD_IMAGE_ID (B_OS_ERROR_BASE + 0x300)
headers/os/support/Errors.h
70
#define B_BAD_ADDRESS (B_OS_ERROR_BASE + 0x301)
headers/os/support/Errors.h
71
#define B_NOT_AN_EXECUTABLE (B_OS_ERROR_BASE + 0x302)
headers/os/support/Errors.h
72
#define B_MISSING_LIBRARY (B_OS_ERROR_BASE + 0x303)
headers/os/support/Errors.h
73
#define B_MISSING_SYMBOL (B_OS_ERROR_BASE + 0x304)
headers/os/support/Errors.h
74
#define B_UNKNOWN_EXECUTABLE (B_OS_ERROR_BASE + 0x305)
headers/os/support/Errors.h
75
#define B_LEGACY_EXECUTABLE (B_OS_ERROR_BASE + 0x306)
headers/os/support/Errors.h
77
#define B_DEBUGGER_ALREADY_INSTALLED (B_OS_ERROR_BASE + 0x400)
src/bin/error.c
149
E(B_OS_ERROR_BASE),
src/system/libroot/posix/string/strerror.c
21
{B_OS_ERROR_BASE, "OS "},