Searched refs:B_ERRORS_END (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Derrno.h15 #define ERESTART (B_ERRORS_END + 1) /* restart syscall */
16 #define EJUSTRETURN (B_ERRORS_END + 2) /* don't modify regs, just return */
/haiku/src/servers/registrar/
H A DRosterSettingsCharStream.h62 static const status_t kEndOfLine = B_ERRORS_END+1;
63 static const status_t kEndOfStream = B_ERRORS_END+2;
64 static const status_t kInvalidEscape = B_ERRORS_END+3;
65 static const status_t kUnterminatedQuotedString = B_ERRORS_END+4;
66 static const status_t kComment = B_ERRORS_END+5;
67 static const status_t kUnexpectedState = B_ERRORS_END+6;
68 static const status_t kStringTooLong = B_ERRORS_END+7;
/haiku/headers/private/userlandfs/private/
H A Duserlandfs_ioctl.h30 USERLAND_IOCTL_STILL_CONNECTED = B_ERRORS_END + 666,
/haiku/src/preferences/virtualmemory/
H A DSettings.h22 static const int32 kErrorSettingsNotFound = B_ERRORS_END + 1;
23 static const int32 kErrorSettingsInvalid = B_ERRORS_END + 2;
24 static const int32 kErrorVolumeNotFound = B_ERRORS_END + 3;
/haiku/src/bin/keymap/
H A DKeymap.h61 #define KEYMAP_ERROR_UNKNOWN_VERSION (B_ERRORS_END + 1)
/haiku/src/bin/rc/
H A Drdef.h72 RDEF_COMPILE_ERR = B_ERRORS_END + 1,
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_module.h26 B_CMD_FAILED = B_ERRORS_END + 1, /* command failed */
/haiku/src/kits/tracker/
H A DRegExp.h75 REGEXP_UNMATCHED_PARENTHESIS = B_ERRORS_END,
H A DRegExp.cpp418 kRegExpErrorStringArray[fError - B_ERRORS_END]);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DPPPDefs.h51 #define PPP_ERROR_BASE B_ERRORS_END + 1
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h78 const int32 ERROR_INVALID_PARAMETER = B_ERRORS_END+1;
/haiku/src/apps/haikudepot/
H A DHaikuDepotConstants.h64 #define HD_ERROR_BASE (B_ERRORS_END + 1)
/haiku/headers/private/app/
H A DRegistrarDefs.h164 #define B_REGISTRAR_ERROR_BASE (B_ERRORS_END + 1)
/haiku/src/apps/icon-o-matic/import_export/flat_icon/
H A DFlatIconExporter.h29 #define HVIF_EXPORTER_ERRORS_BASE (B_ERRORS_END + 1)
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.h105 C_ERROR_STALE = B_ERRORS_END + 1
/haiku/src/tools/restest/
H A Drestest.cpp27 const status_t USAGE_ERROR = B_ERRORS_END + 1;
28 const status_t USAGE_HELP = B_ERRORS_END + 2;
/haiku/src/kits/storage/mime/
H A Ddatabase_support.cpp84 const status_t kMimeGuessFailureError = B_ERRORS_END+1;
/haiku/src/system/libroot/posix/string/
H A Dstrerror.c32 {B_ERRORS_END, "Application "},
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixFifo.h21 #define UNIX_FIFO_SHUTDOWN (B_ERRORS_END + 1)
/haiku/src/bin/
H A Dsetversion.cpp29 e_base = B_ERRORS_END,
H A Derror.c92 E(B_ERRORS_END),
/haiku/headers/os/support/
H A DErrors.h28 /* Developer-defined errors start at (B_ERRORS_END+1) */
29 #define B_ERRORS_END (B_GENERAL_ERROR_BASE + 0xffff) macro
/haiku/headers/build/os/support/
H A DErrors.h29 /* Developer-defined errors start at (B_ERRORS_END+1) */
30 #define B_ERRORS_END (B_GENERAL_ERROR_BASE + 0xffff) macro
/haiku/src/kits/app/
H A DApplication.cpp501 } else if (fInitError > B_ERRORS_END) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h498 /* Developer-defined errors start at (B_ERRORS_END+1) */
499 #define B_ERRORS_END FSSH_B_ERRORS_END macro

Completed in 324 milliseconds

12