gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:tk_cre_mbf from tkernel_2 (0.00 seconds)
tkernel_2
driver/tef_em1d/lowkbpd/src/main.c - 5.3KB - 178 lines
98:         cmbf.maxmsz = sizeof(InMsg);
99:         if ((er = tk_cre_mbf(&cmbf)) < E_OK) goto EEXIT1;
100:         InpMbf = er;
kernel/sysmgr/src/device.c - 22.4KB - 827 lines
55:                 cmbf.maxmsz = val[1];
56:                 ercd = tk_cre_mbf(&cmbf);
57:                 if ( ercd < E_OK ) {
kernel/sysmgr/src/syslog.c - 5.1KB - 221 lines
158:         cmbf.maxmsz = MBF_LOG_MAXMSZ;
159:         ercd = tk_cre_mbf(&cmbf);
160:         if ( ercd < E_OK ) {