gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:MERCD from t2ex/t2ex_source/lib/libc/src/stdlib/strercd_r.c (0.00 seconds)
t2ex
t2ex_source/lib/libc/src/stdlib/strercd_r.c - 8.5KB - 195 lines
59: } e_tbl[] = {
60:         {MERCD(E_OK), "E_OK: Completed successfully"},
61:         {MERCD(E_SYS), "E_SYS: System error"},
62:         {MERCD(E_NOCOP), "E_NOCOP: Coprocessor disable"},
63:         {MERCD(E_NOSPT), "E_NOSPT: Unsupported function"},
64:         {MERCD(E_RSFN), "E_RSFN: Reserved function code number"},
65:         {MERCD(E_RSATR), "E_RSATR: Reserved attribute"},
66:         {MERCD(E_PAR), "E_PAR: Parameter error"},
67:         {MERCD(E_ID), "E_ID: Incorrect ID number"},
68:         {MERCD(E_CTX), "E_CTX: Context error"},
69:         {MERCD(E_MACV), "E_MACV: Inaccessible memory/access violation"},
70:         {MERCD(E_OACV), "E_OACV: Object access violation"},
71:         {MERCD(E_ILUSE), "E_ILUSE: Incorrect system call use"},
72:         {MERCD(E_NOMEM), "E_NOMEM: Insufficient memory"},
73:         {MERCD(E_LIMIT), "E_LIMIT: Exceed system limits"},
74:         {MERCD(E_OBJ), "E_OBJ: Incorrect object state"},
75:         {MERCD(E_NOEXS), "E_NOEXS: Object does not exist"},
76:         {MERCD(E_QOVR), "E_QOVR: Queuing overflow"},
77:         {MERCD(E_RLWAI), "E_RLWAI: Forcibly release wait state"},
78:         {MERCD(E_TMOUT), "E_TMOUT: Polling fail/time out"},
79:         {MERCD(E_DLT), "E_DLT: Waited object was deleted"},
80:         {MERCD(E_DISWAI), "E_DISWAI: Release wait caused by wait disable"},
81:         {MERCD(E_IO), "E_IO: Output/input error"},
82:         {MERCD(E_NOMDA), "E_NOMDA: No media"},
83:         {MERCD(E_BUSY), "E_BUSY: Busy state"},
84:         {MERCD(E_ABORT), "E_ABORT: Aborted"},
85:         {MERCD(E_RONLY), "E_RONLY: Write protected"},
86: };
167: p = NULL; 168: mer = MERCD(er); 169: if (mer != EC_ERRNO) {