Lines Matching refs:ED_GN
262 #define ED_GN (ERROR_VALUE | E_SOURCE_DRV | E_CLASS_GENERAL) macro
263 #define ED_CONCURRENCY (ED_GN | 0x01)
264 #define ED_DSP_CRASHED (ED_GN | 0x02)
265 #define ED_UNKNOWN_BOARD (ED_GN | 0x03)
266 #define ED_NOT_INSTALLED (ED_GN | 0x04)
267 #define ED_CANNOT_OPEN_SVC_MANAGER (ED_GN | 0x05)
268 #define ED_CANNOT_READ_REGISTRY (ED_GN | 0x06)
269 #define ED_DSP_VERSION_MISMATCH (ED_GN | 0x07)
270 #define ED_UNAVAILABLE_FEATURE (ED_GN | 0x08)
271 #define ED_CANCELLED (ED_GN | 0x09)
272 #define ED_NO_RESPONSE_AT_IRQA (ED_GN | 0x10)
273 #define ED_INVALID_ADDRESS (ED_GN | 0x11)
274 #define ED_DSP_CORRUPTED (ED_GN | 0x12)
275 #define ED_PENDING_OPERATION (ED_GN | 0x13)
276 #define ED_NET_ALLOCATE_MEMORY_IMPOSSIBLE (ED_GN | 0x14)
277 #define ED_NET_REGISTER_ERROR (ED_GN | 0x15)
278 #define ED_NET_THREAD_ERROR (ED_GN | 0x16)
279 #define ED_NET_OPEN_ERROR (ED_GN | 0x17)
280 #define ED_NET_CLOSE_ERROR (ED_GN | 0x18)
281 #define ED_NET_NO_MORE_PACKET (ED_GN | 0x19)
282 #define ED_NET_NO_MORE_BUFFER (ED_GN | 0x1A)
283 #define ED_NET_SEND_ERROR (ED_GN | 0x1B)
284 #define ED_NET_RECEIVE_ERROR (ED_GN | 0x1C)
285 #define ED_NET_WRONG_MSG_SIZE (ED_GN | 0x1D)
286 #define ED_NET_WAIT_ERROR (ED_GN | 0x1E)
287 #define ED_NET_EEPROM_ERROR (ED_GN | 0x1F)
288 #define ED_INVALID_RS232_COM_NUMBER (ED_GN | 0x20)
289 #define ED_INVALID_RS232_INIT (ED_GN | 0x21)
290 #define ED_FILE_ERROR (ED_GN | 0x22)
291 #define ED_INVALID_GPIO_CMD (ED_GN | 0x23)
292 #define ED_RS232_ALREADY_OPENED (ED_GN | 0x24)
293 #define ED_RS232_NOT_OPENED (ED_GN | 0x25)
294 #define ED_GPIO_ALREADY_OPENED (ED_GN | 0x26)
295 #define ED_GPIO_NOT_OPENED (ED_GN | 0x27)
296 #define ED_REGISTRY_ERROR (ED_GN | 0x28) /* <- NCX */
297 #define ED_INVALID_SERVICE (ED_GN | 0x29) /* <- NCX */
299 #define ED_READ_FILE_ALREADY_OPENED (ED_GN | 0x2a) /* <- Decalage
303 #define ED_READ_FILE_INVALID_COMMAND (ED_GN | 0x2b) /* ~ */
304 #define ED_READ_FILE_INVALID_PARAMETER (ED_GN | 0x2c) /* ~ */
305 #define ED_READ_FILE_ALREADY_CLOSED (ED_GN | 0x2d) /* ~ */
306 #define ED_READ_FILE_NO_INFORMATION (ED_GN | 0x2e) /* ~ */
307 #define ED_READ_FILE_INVALID_HANDLE (ED_GN | 0x2f) /* ~ */
308 #define ED_READ_FILE_END_OF_FILE (ED_GN | 0x30) /* ~ */
309 #define ED_READ_FILE_ERROR (ED_GN | 0x31) /* ~ */
311 #define ED_DSP_CRASHED_EXC_DSPSTACK_OVERFLOW (ED_GN | 0x32) /* <- Decalage pour
313 #define ED_DSP_CRASHED_EXC_SYSSTACK_OVERFLOW (ED_GN | 0x33) /* ~ */
314 #define ED_DSP_CRASHED_EXC_ILLEGAL (ED_GN | 0x34) /* ~ */
315 #define ED_DSP_CRASHED_EXC_TIMER_REENTRY (ED_GN | 0x35) /* ~ */
316 #define ED_DSP_CRASHED_EXC_FATAL_ERROR (ED_GN | 0x36) /* ~ */
318 #define ED_FLASH_PCCARD_NOT_PRESENT (ED_GN | 0x37)
320 #define ED_NO_CURRENT_CLOCK (ED_GN | 0x38)