Lines Matching refs:_FIRST_ERR

215 #define _FIRST_ERR	-9000
217 #define _E_INIT (_FIRST_ERR-1) /* already initialized */
218 #define _E_NOT_INIT (_FIRST_ERR-2) /* not initialized */
219 #define _E_NULLPTR (_FIRST_ERR-3) /* internal NULL-PTR detected */
220 #define _E_ALLOC (_FIRST_ERR-4) /* error allocating memory */
221 #define _E_TIMEOUT (_FIRST_ERR-5) /* signals a timeout condition */
222 #define _E_INVALID (_FIRST_ERR-6) /* invalid parameter detected */
223 #define _E_INTERNAL (_FIRST_ERR-7) /* internal error */
224 #define _E_BUSY (_FIRST_ERR-8) /* device is already in use */
225 #define _E_ABORT (_FIRST_ERR-9) /* operation aborted */
226 #define _E_LOCK (_FIRST_ERR-10) /* can't lock resource */
227 #define _E_NOSUPP (_FIRST_ERR-11) /* feature or device not supported */
228 #define _E_NORESOURCE (_FIRST_ERR-12) /* out of memo, resource busy... */
229 #define _E_VERSION (_FIRST_ERR-19) /* version conflict */
230 #define _E_NO_DEV (_FIRST_ERR-20) /* device does not exist */
231 #define _E_NO_CONN (_FIRST_ERR-21) /* nothing connected */
232 #define _E_PORTSEARCH (_FIRST_ERR-22) /* parport_enumerate failed */
233 #define _E_NO_PORT (_FIRST_ERR-23) /* requested port does not exist */
234 #define _E_REGISTER (_FIRST_ERR-24) /* cannot register this device */
235 #define _E_SEQUENCE (_FIRST_ERR-30) /* caller sequence does not match */
236 #define _E_NO_ASIC (_FIRST_ERR-31) /* can't detect ASIC */
240 #define _E_LAMP_NOT_IN_POS (_FIRST_ERR-40)
241 #define _E_LAMP_NOT_STABLE (_FIRST_ERR-41)
242 #define _E_NODATA (_FIRST_ERR-42)
243 #define _E_BUFFER_TOO_SMALL (_FIRST_ERR-43)
244 #define _E_DATAREAD (_FIRST_ERR-44)