Searched refs:ERR_BASE (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h65 #define ERR_BASE -32767 macro
67 #define ERR_BASE 0 macro
72 fxRangeErr = ERR_BASE + 16, /* file position beyond mapped range*/
73 fxOvFlErr = ERR_BASE + 17, /* extents file overflow*/
75 uniTooLongErr = ERR_BASE + 24, /* Unicode string too long to convert to Str31*/
76 uniBufferTooSmallErr = ERR_BASE + 25, /* Unicode output buffer too small*/
77 uniNotMappableErr = ERR_BASE + 26, /* Unicode string can't be mapped to given script*/
79 btNotFound = ERR_BASE + 32, /* record not found*/
80 btExists = ERR_BASE + 33, /* record already exists*/
81 btNoSpaceAvail = ERR_BASE
[all...]
H A DBTreesInternal.h54 <RHAP> 6/22/98 djb Add ERR_BASE to btree error codes to make them negative (for MacOS X only).
98 fsBTInvalidFileErr = ERR_BASE + 0x0302, /* no BTreeCB has been allocated for fork*/
99 fsBTrFileAlreadyOpenErr = ERR_BASE + 0x0303,
100 fsBTInvalidIteratorErr = ERR_BASE + 0x0308,
101 fsBTEmptyErr = ERR_BASE + 0x030A,
102 fsBTNoMoreMapNodesErr = ERR_BASE + 0x030B,
103 fsBTBadNodeSize = ERR_BASE + 0x030C,
104 fsBTBadNodeType = ERR_BASE + 0x030D,
105 fsBTInvalidKeyLengthErr = ERR_BASE + 0x030E,
106 fsBTStartOfIterationErr = ERR_BASE
[all...]

Completed in 16 milliseconds