gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:SYSTEM_MESSAGE from mtkernel_3/kernel/sysinit/sysinit.c (0.00 seconds)
mtkernel_3
kernel/sysinit/sysinit.c - 3.1KB - 117 lines
40:         if ( ercd < E_OK ) {
41:                 SYSTEM_MESSAGE("!ERROR! init_Imalloc\n");
42:                 goto err_ret;
48: if ( ercd < E_OK ) { 49: SYSTEM_MESSAGE("!ERROR! init_device\n"); 50: goto err_ret;
55: if ( ercd < E_OK ) { 56: SYSTEM_MESSAGE("!ERROR! init_initialize\n"); 57: goto err_ret;
62: if ( ercd < E_OK ) { 63: SYSTEM_MESSAGE("!ERROR! kernel object initialize\n"); 64: goto err_ret1;
69: if ( ercd < E_OK ) { 70: SYSTEM_MESSAGE("!ERROR! System timer startup\n"); 71: goto err_ret1;
82: } else { 83: SYSTEM_MESSAGE("!ERROR! Initial Task can not start\n"); 84: } 85: } else { 86: SYSTEM_MESSAGE("!ERROR! Initial Task can not creat\n"); 87: }