B_ERRORS_END
#define B_REGISTRAR_ERROR_BASE (B_ERRORS_END + 1)
USERLAND_IOCTL_STILL_CONNECTED = B_ERRORS_END + 666,
B_CMD_FAILED = B_ERRORS_END + 1, /* command failed */
C_ERROR_STALE = B_ERRORS_END + 1
#define PPP_ERROR_BASE B_ERRORS_END + 1
#define UNIX_FIFO_SHUTDOWN (B_ERRORS_END + 1)
const int32 ERROR_INVALID_PARAMETER = B_ERRORS_END+1;
#define HD_ERROR_BASE (B_ERRORS_END + 1)
#define HVIF_EXPORTER_ERRORS_BASE (B_ERRORS_END + 1)
E(B_ERRORS_END),
#define KEYMAP_ERROR_UNKNOWN_VERSION (B_ERRORS_END + 1)
RDEF_COMPILE_ERR = B_ERRORS_END + 1,
e_base = B_ERRORS_END,
} else if (fInitError > B_ERRORS_END) {
const status_t kMimeGuessFailureError = B_ERRORS_END+1;
kUserCanceled = B_ERRORS_END + 1,
kRegExpErrorStringArray[fError - B_ERRORS_END]);
REGEXP_UNMATCHED_PARENTHESIS = B_ERRORS_END,
#define ERESTART (B_ERRORS_END + 1) /* restart syscall */
#define EJUSTRETURN (B_ERRORS_END + 2) /* don't modify regs, just return */
static const int32 kErrorSettingsNotFound = B_ERRORS_END + 1;
static const int32 kErrorSettingsInvalid = B_ERRORS_END + 2;
static const int32 kErrorVolumeNotFound = B_ERRORS_END + 3;
static const status_t kEndOfLine = B_ERRORS_END+1;
static const status_t kEndOfStream = B_ERRORS_END+2;
static const status_t kInvalidEscape = B_ERRORS_END+3;
static const status_t kUnterminatedQuotedString = B_ERRORS_END+4;
static const status_t kComment = B_ERRORS_END+5;
static const status_t kUnexpectedState = B_ERRORS_END+6;
static const status_t kStringTooLong = B_ERRORS_END+7;
{B_ERRORS_END, "Application "},
const status_t USAGE_ERROR = B_ERRORS_END + 1;
const status_t USAGE_HELP = B_ERRORS_END + 2;