gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:tk_del_mbf from tkernel_2 (0.00 seconds)
tkernel_2
driver/tef_em1d/lowkbpd/src/main.c - 5.3KB - 178 lines
145: EEXIT2:
146:         tk_del_mbf(InpMbf);
147: EEXIT1:
kernel/sysmgr/src/device.c - 22.4KB - 827 lines
82:         if ( DefaultIDev.evtmbfid > 0 ) {
83:                 ercd = tk_del_mbf(DefaultIDev.evtmbfid);
84:                 DefaultIDev.evtmbfid = 0;
kernel/sysmgr/src/syslog.c - 5.1KB - 221 lines
209:            This also stops log task */
210:         ercd = tk_del_mbf(log_mbfid);
211: