- mtkernel_3
- include/tk/errno.h - 4.5KB - 108 lines
40:
41: #define E_SYS ERCD(-5, 0) /* System error */
42: #define E_NOCOP ERCD(-6, 0) /* Coprocessor disable */
- More results from errno.h
- tkernel_2
- include/tk/errno.h - 2.7KB - 63 lines
35:
36: #define E_SYS ERCD(-5, 0) /* System error */
37: #define E_NOCOP ERCD(-6, 0) /* Coprocessor disable */
- More results from errno.h
- t2ex
- t2ex_source/include/t2ex/errno.h - 14.0KB - 285 lines
82: #ifndef ERRNOtoER
83: #define ERRNOtoER(eno) (ERCD(EC_ERRNO, (eno)))
84: #endif
- More results from errno.h