gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_rcv_mbf from tkernel_2 (0.00 seconds)
tkernel_2
driver/tef_em1d/lowkbpd/src/common.c - 11.5KB - 376 lines
308:                 /* data receive: ignored if error or suspended state is in effect. */
309:                 if ((sz = tk_rcv_mbf(InpMbf, &msg, TMO_FEVR)) < E_OK) {
310:                         continue;
kernel/sysmgr/src/syslog.c - 5.1KB - 221 lines
124:         for ( ;; ) {
125:                 ercd = tk_rcv_mbf(log_mbfid, logtask_buf, TMO_FEVR);
126:                 if ( ercd < E_OK ) {