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