Search | Google it | Results 1 - 1 of 1 for funcall:sys_write from tkernel_2/kernel/sysmgr/src/syslog.c (0.00 seconds) |
105: output routine directly. */ 106: sys_write(string, len); 107: sys_write("\n", 1); 108: 133: if ( ercd < E_OK ) { 134: sys_write(logtask_buf, msgsz); 135: }