Lines Matching refs:_FIRST_ERR
183 #define _FIRST_ERR -9000
185 #define _E_ALLOC (_FIRST_ERR-1) /**< error allocating memory */
186 #define _E_INVALID (_FIRST_ERR-2) /**< invalid parameter detected */
187 #define _E_INTERNAL (_FIRST_ERR-3) /**< internal error */
188 #define _E_ABORT (_FIRST_ERR-4) /**< operation aborted */
190 #define _E_LAMP_NOT_IN_POS (_FIRST_ERR-10)
191 #define _E_LAMP_NOT_STABLE (_FIRST_ERR-11)
192 #define _E_NODATA (_FIRST_ERR-12)
193 #define _E_BUFFER_TOO_SMALL (_FIRST_ERR-13)
194 #define _E_DATAREAD (_FIRST_ERR-14)