err.mac revision a32244c4d4011ab8d3ab4454f5280a2901aee4b3
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_SUCCESS 0
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_GENERAL_FAILURE (-1)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_PARAMETER (-2)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_INVALID_PARAMETER 2
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_MAGIC (-3)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_INVALID_MAGIC 3
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_HANDLE (-4)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_INVALID_HANDLE 4
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LOCK_FAILED (-5)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_POINTER (-6)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IDT_FAILED (-7)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_MEMORY (-8)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ALREADY_LOADED (-9)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PERMISSION_DENIED (-10)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_PERMISSION_DENIED 10
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VERSION_MISMATCH (-11)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_IMPLEMENTED (-12)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_EQUAL (-18)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_SYMLINK (-19)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_TMP_MEMORY (-20)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_FMODE (-21)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_WRONG_ORDER (-22)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_TLS_FOR_SELF (-23)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FAILED_TO_SET_SELF_TLS (-24)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_CONT_MEMORY (-26)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_PAGE_MEMORY (-27)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_ALREADY_INITIALIZED 28
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_THREAD_IS_DEAD (-29)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_THREAD_NOT_WAITABLE (-30)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PAGE_TABLE_NOT_PRESENT (-31)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_CONTEXT (-32)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TIMER_BUSY (-33)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ADDRESS_CONFLICT (-34)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_UNRESOLVED_ERROR (-35)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_FUNCTION (-36)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_SUPPORTED (-37)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_NOT_SUPPORTED 37
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ACCESS_DENIED (-38)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INTERRUPTED (-39)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_INTERRUPTED 39
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TIMEOUT (-40)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_TIMEOUT 40
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_BUFFER_OVERFLOW (-41)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_BUFFER_OVERFLOW 41
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TOO_MUCH_DATA (-42)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MAX_THRDS_REACHED (-43)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MAX_PROCS_REACHED (-44)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SIGNAL_REFUSED (-45)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SIGNAL_PENDING (-46)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SIGNAL_INVALID (-47)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_STATE_CHANGED (-48)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_STATE_CHANGED 48
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_UUID_FORMAT (-49)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PROCESS_NOT_FOUND (-50)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PROCESS_RUNNING (-51)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TRY_AGAIN (-52)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_TRY_AGAIN 52
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PARSE_ERROR (-53)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_OUT_OF_RANGE (-54)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NUMBER_TOO_BIG (-55)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_NUMBER_TOO_BIG 55
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_DIGITS (-56)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_NO_DIGITS 56
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NEGATIVE_UNSIGNED (-57)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_NEGATIVE_UNSIGNED 57
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_TRANSLATION (-58)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CODE_POINT_ENDIAN_INDICATOR (-59)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CODE_POINT_SURROGATE (-60)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_UTF8_ENCODING (-61)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_UTF16_ENCODING (-62)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CANT_RECODE_AS_UTF16 (-63)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_STR_MEMORY (-64)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_UTF16_MEMORY (-65)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_CODE_POINT_MEMORY (-66)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MEMORY_BUSY (-67)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TIMER_ACTIVE (-68)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TIMER_SUSPENDED (-69)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CANCELLED (-70)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MEMOBJ_INIT_FAILED (-71)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_LOW_MEMORY (-72)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_PHYS_MEMORY (-73)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ADDRESS_TOO_BIG (-74)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MAP_FAILED (-75)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TRAILING_CHARS (-76)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_TRAILING_CHARS 76
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TRAILING_SPACES (-77)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_TRAILING_SPACES 77
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_FOUND (-78)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_NOT_FOUND 78
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_STATE (-79)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_INVALID_STATE 79
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_OUT_OF_RESOURCES (-80)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_OUT_OF_RESOURCES 80
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_MORE_HANDLES (-81)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PREEMPT_DISABLED (-82)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_END_OF_STRING (-83)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_END_OF_STRING 83
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PAGE_COUNT_OUT_OF_RANGE (-84)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_OBJECT_DESTROYED (-85)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_OBJECT_DESTROYED 85
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DANGLING_OBJECTS (-86)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_DANGLING_OBJECTS 86
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_BASE64_ENCODING (-87)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CALLBACK_RETURN (-88)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_CALLBACK_RETURN 88
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_AUTHENTICATION_FAILURE (-89)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_POWER_OF_TWO (-90)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IGNORED (-91)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CONCURRENT_ACCESS (-92)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CALLER_NO_REFERENCE (-93)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_CHANGE (-95)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_NO_CHANGE 95
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_EXEC_MEMORY (-96)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_UNSUPPORTED_ALIGNMENT (-97)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_UNSUPPORTED_ALIGNMENT 97
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DUPLICATE (-98)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MISSING (-99)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_IO_ERROR (-100)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_OPEN_FAILED (-101)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_NOT_FOUND (-102)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PATH_NOT_FOUND (-103)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_NAME (-104)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ALREADY_EXISTS (-105)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_ALREADY_EXISTS 105
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TOO_MANY_OPEN_FILES (-106)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEEK (-107)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NEGATIVE_SEEK (-108)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEEK_ON_DEVICE (-109)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_EOF (-110)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_EOF 110
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_READ_ERROR (-111)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_WRITE_ERROR (-112)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_WRITE_PROTECT (-113)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SHARING_VIOLATION (-114)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_LOCK_FAILED (-115)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_LOCK_VIOLATION (-116)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CANT_CREATE (-117)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CANT_DELETE_DIRECTORY (-118)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_SAME_DEVICE (-119)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILENAME_TOO_LONG (-120)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MEDIA_NOT_PRESENT (-121)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MEDIA_NOT_RECOGNIZED (-122)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_NOT_LOCKED (-123)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_LOCK_LOST (-124)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DIR_NOT_EMPTY (-125)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_A_DIRECTORY (-126)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IS_A_DIRECTORY (-127)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_TOO_BIG (-128)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_NO_REQUEST (-129)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_IN_PROGRESS (-130)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_COMPLETED (-131)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_BUSY (-132)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_LIMIT_EXCEEDED (-133)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_CANCELED (-134)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_NOT_SUBMITTED (-135)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_NOT_PREPARED (-136)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_FILE_AIO_INSUFFICIENT_RESSOURCES (-137)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_RESOURCE_BUSY (-138)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_A_FILE (-139)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IS_A_FILE (-140)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_UNEXPECTED_FS_OBJ_TYPE (-141)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PATH_DOES_NOT_START_WITH_ROOT (-142)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PATH_IS_RELATIVE (-143)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PATH_IS_NOT_RELATIVE (-144)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DISK_IO_ERROR (-150)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_DRIVE (-151)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DISK_FULL (-152)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DISK_CHANGE (-153)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DRIVE_LOCKED (-154)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DISK_INVALID_FORMAT (-155)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TOO_MANY_SYMLINKS (-156)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NS_SYMLINK_SET_TIME (-157)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NS_SYMLINK_CHANGE_OWNER (-158)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEARCH_ERROR (-200)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_MORE_FILES (-201)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_MORE_SEARCH_HANDLES (-202)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VWRN_NO_DIRENT_INFO 203
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INTERNAL_ERROR (-225)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INTERNAL_ERROR_2 (-226)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INTERNAL_ERROR_3 (-227)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INTERNAL_ERROR_4 (-228)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INTERNAL_ERROR_5 (-229)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPE_UNEXPECTED_STATUS (-230)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPE_UNEXPECTED_INFO_STATUS (-231)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPE_UNEXPECTED_ERROR_STATUS (-232)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPE_UNINITIALIZED_STATUS (-233)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DEV_IO_ERROR (-250)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IO_BAD_UNIT (-251)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IO_NOT_READY (-252)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IO_BAD_COMMAND (-253)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IO_CRC (-254)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IO_BAD_LENGTH (-255)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IO_SECTOR_NOT_FOUND (-256)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IO_GEN_FAILURE (-257)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PIPE_IO_ERROR (-300)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_BROKEN_PIPE (-301)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_BAD_PIPE (-302)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PIPE_BUSY (-303)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NO_DATA (-304)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PIPE_NOT_CONNECTED (-305)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MORE_DATA (-306)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_ERROR (-350)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TOO_MANY_SEMAPHORES (-351)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_EXCL_SEM_ALREADY_OWNED (-352)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_IS_SET (-353)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TOO_MANY_SEM_REQUESTS (-354)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NOT_OWNER (-355)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TOO_MANY_OPENS (-356)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TOO_MANY_POSTS (-357)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ALREADY_POSTED (-358)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ALREADY_RESET (-359)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_BUSY (-360)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_OWNER_DIED (-361)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_NOT_FOUND (-362)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_DESTROYED (-363)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_NESTED (-364)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DEADLOCK (-365)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_OUT_OF_TURN (-366)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_BAD_CONTEXT (-367)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_SEM_BAD_CONTEXT (367)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_WRONG_ORDER (-368)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_WRONG_RELEASE_ORDER (-369)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_NESTED (-370)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_INVALID_PARAMETER (-371)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_DEADLOCK (-372)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_EXISTING_DEADLOCK (-373)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_NOT_OWNER (-374)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_ILLEGAL_UPGRADE (-375)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_NOT_SIGNALLER (-376)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SEM_LV_INTERNAL_ERROR (-377)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_IO_ERROR (-400)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_OUT_OF_RESOURCES (-401)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_HOST_NOT_FOUND (-402)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_PATH_NOT_FOUND (-403)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_PRINT_ERROR (-404)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_NO_NETWORK (-405)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_NOT_UNIQUE_NAME (-406)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_IN_PROGRESS (-436)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_ALREADY_IN_PROGRESS (-437)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_NOT_SOCKET (-438)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_DEST_ADDRESS_REQUIRED (-439)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_MSG_SIZE (-440)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_PROTOCOL_TYPE (-441)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_PROTOCOL_NOT_AVAILABLE (-442)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_PROTOCOL_NOT_SUPPORTED (-443)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_SOCKET_TYPE_NOT_SUPPORTED (-444)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_OPERATION_NOT_SUPPORTED (-445)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_PROTOCOL_FAMILY_NOT_SUPPORTED (-446)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_ADDRESS_FAMILY_NOT_SUPPORTED (-447)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_ADDRESS_IN_USE (-448)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_ADDRESS_NOT_AVAILABLE (-449)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_DOWN (-450)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_UNREACHABLE (-451)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_CONNECTION_RESET (-452)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_CONNECTION_ABORTED (-453)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_CONNECTION_RESET_BY_PEER (-454)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_NO_BUFFER_SPACE (-455)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_ALREADY_CONNECTED (-456)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_NOT_CONNECTED (-457)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_SHUTDOWN (-458)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_TOO_MANY_REFERENCES (-459)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_CONNECTION_TIMED_OUT (-460)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_CONNECTION_REFUSED (-461)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_HOST_DOWN (-464)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_HOST_UNREACHABLE (-465)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NET_PROTOCOL_ERROR (-466)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TCP_SERVER_STOP (-500)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_TCP_SERVER_STOP 500
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TCP_SERVER_SHUTDOWN (-501)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TCP_SERVER_DESTROYED (-502)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_TCP_SERVER_NO_CLIENT 503
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_L4_INVALID_DS_OFFSET (-550)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC (-551)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_RESOURCE_IN_USE (-552)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_PROCESS_NOT_FOUND (-553)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_RECEIVE_TIMEOUT (-554)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_SEND_TIMEOUT (-555)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_RECEIVE_CANCELLED (-556)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_SEND_CANCELLED (-557)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_RECEIVE_ABORTED (-558)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_SEND_ABORTED (-559)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_RECEIVE_MAP_FAILED (-560)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_SEND_MAP_FAILED (-561)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_RECEIVE_SEND_PF_TIMEOUT (-562)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IPC_SEND_SEND_PF_TIMEOUT (-563)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_IPC_RECEIVE_MSG_CUT 564
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_IPC_SEND_MSG_CUT 565
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_L4_DS_MANAGER_NOT_FOUND (-566)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_INVALID_EXE_SIGNATURE (-600)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ELF_EXE_NOT_SUPPORTED (-601)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_PE_EXE_NOT_SUPPORTED (-602)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LX_EXE_NOT_SUPPORTED (-603)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LE_EXE_NOT_SUPPORTED (-604)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_NE_EXE_NOT_SUPPORTED (-605)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MZ_EXE_NOT_SUPPORTED (-606)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_AOUT_EXE_NOT_SUPPORTED (-607)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_BAD_EXE_FORMAT (-608)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SYMBOL_NOT_FOUND (-609)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MODULE_NOT_FOUND (-610)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_SYMBOL_VALUE_TOO_BIG (-611)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IMAGE_TOO_BIG (-612)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_IMAGE_BASE_TOO_HIGH (-614)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDR_ARCH_MISMATCH (-615)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDR_MISMATCH_NATIVE (-616)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDR_IMPORTED_SYMBOL_NOT_FOUND (-617)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDR_GENERAL_FAILURE (-618)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDR_IMAGE_HASH (-619)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_DELAY_IMPORT (-620)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_CERT_MALFORMED (-621)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_CERT_UNSUPPORTED (-622)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_GLOBALPTR (-623)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_TLS (-624)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_COM_DESCRIPTOR (-625)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_LOAD_CONFIG_SIZE (-626)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRPE_LOCK_PREFIX_TABLE (-627)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_ODD_ENDIAN (-630)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_DYN (-631)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_EXEC (-632)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_MACHINE (-633)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_VERSION (-634)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_MULTIPLE_SYMTABS (-635)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_RELOCATION_NOT_SUPPORTED (-636)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_INVALID_SYMBOL_INDEX (-637)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_INVALID_SYMBOL_NAME_OFFSET (-638)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_INVALID_RELOCATION_OFFSET (-639)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_LDRELF_NO_SYMBOL_OR_NO_STRING_TABS (-640)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_NO_LINE_NUMBERS (-650)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_NO_SYMBOLS (-651)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_INVALID_ADDRESS (-652)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_INVALID_SEGMENT_INDEX (-653)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_INVALID_SEGMENT_OFFSET (-654)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_INVALID_RVA (-655)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_SPECIAL_SEGMENT (-656)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_ADDRESS_CONFLICT (-657)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_DUPLICATE_SYMBOL (-658)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_SEGMENT_INDEX_CONFLICT (-659)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_LINE_NOT_FOUND (-660)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_SYMBOL_NAME_OUT_OF_RANGE (-661)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_FILE_NAME_OUT_OF_RANGE (-662)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_SEGMENT_NAME_OUT_OF_RANGE (-663)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_ADDRESS_WRAP (-664)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_NOT_NM_MAP_FILE (-665)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_NOT_LINUX_KALLSYMS (-666)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_DBG_NO_MATCHING_INTERPRETER (-667)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_RT_REQUEST_INVALID_TYPE (-700)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_RT_REQUEST_STATE (-701)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_RT_REQUEST_INVALID_PACKAGE (-702)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_RT_REQUEST_STATUS_STILL_PENDING (-703)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_RT_REQUEST_STATUS_FREED (-704)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ENV_VAR_NOT_FOUND (-750)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_ENV_VAR_NOT_FOUND (750)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CPU_OFFLINE (-800)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CPU_NOT_FOUND (-801)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_GETOPT_UNKNOWN_OPTION (-825)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_GETOPT_REQUIRED_ARGUMENT_MISSING (-826)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_GETOPT_INVALID_ARGUMENT_FORMAT (-827)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VINF_GETOPT_NOT_OPTION 828
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_GETOPT_INDEX_MISSING (-829)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CACHE_FULL (-850)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_CACHE_EMPTY (-851)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MEM_CACHE_MAX_SIZE (-855)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_S3_ACCESS_DENIED (-875)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_S3_NOT_FOUND (-876)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_S3_BUCKET_ALREADY_EXISTS (-877)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_S3_BUCKET_NOT_EMPTY (-878)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_S3_CANCELED (-879)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MANIFEST_UNSUPPORTED_DIGEST_TYPE (-900)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MANIFEST_WRONG_FILE_FORMAT (-901)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MANIFEST_DIGEST_MISMATCH (-902)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_MANIFEST_FILE_MISMATCH (-903)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_CHKSUM_MISMATCH (-925)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_END_OF_FILE (-926)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_UNEXPECTED_EOS (-927)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_EOS_MORE_INPUT (-928)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_BAD_NUM_FIELD (-929)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_BAD_NUM_FIELD_TERM (-930)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_BASE_256_NOT_SUPPORTED (-931)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_NUM_VALUE_TOO_LARGE (-932)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_DEV_VALUE_TOO_LARGE (-933)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_BAD_MODE_FIELD (-934)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_MODE_WITH_TYPE (-935)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_SIZE_NOT_ZERO (-936)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_UNKNOWN_TYPE_FLAG (-937)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_ZERO_HEADER (-938)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_NOT_USTAR_V00 (-939)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_EMPTY_NAME (-940)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_NON_DIR_ENDS_WITH_SLASH (-941)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_UNSUPPORTED_PAX_TYPE (-942)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_UNSUPPORTED_SOLARIS_HDR_TYPE (-943)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_UNSUPPORTED_GNU_HDR_TYPE (-944)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_BAD_CHKSUM_FIELD (-945)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_MALFORMED_GNU_LONGXXXX (-946)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_TAR_NAME_TOO_LONG (-947)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_POLL_HANDLE_NOT_POLLABLE (-950)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_POLL_HANDLE_ID_EXISTS (-951)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_POLL_HANDLE_ID_NOT_FOUND (-952)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_POLL_SET_IS_FULL (-953)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ZIP_ERROR (-22000)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ZIP_CORRUPTED (-22001)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ZIP_NO_MEMORY (-22002)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ZIP_UNSUPPORTED_VERSION (-22003)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ZIP_UNSUPPORTED_METHOD (-22004)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_ZIP_BAD_HEADER (-22005)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_NO_PREFIX (-22100)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_EMPTY (-22101)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_EXPECTED_ELEMENT (-22102)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_UNKNOWN_TYPE (-22103)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_EXPECTED_LEFT_PARENTHESES (-22104)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_EXPECTED_RIGHT_PARENTHESES (-22105)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_EXPECTED_PROVIDER_NAME (-22106)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_EXPECTED_ACTION (-22107)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_MULTIPLE_ACTIONS (-22108)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_NO_ACTION (-22109)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_EXPECTED_PIPE (-22110)
9888fffcfbe2d41dce14a1249b12cb88cc9b149fvboxsync%define VERR_VFS_CHAIN_UNEXPECTED_ACTION_TYPE (-22111)