gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:DID from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysmgr/src/device.c - 22.4KB - 827 lines
311:         /* Device registration/unregistration notification */
312:         tk_evt_ssy(0, evttyp, 0, DID(devcb));
313: 
More results from device.c
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
98: #define DID(devcb)              ( ((devcb) - DevCBtbl + 1) << 8 )
99: #define DEVID(devcb, unitno)    ( DID(devcb) + (unitno) )
100: #define DEVCB(devid)            ( DevCBtbl + (((devid) >> 8) - 1) )