Search | Google it | Results 1 - 2 of 2 for funcall:DID from tkernel_2 (0.00 seconds) |
311: /* Device registration/unregistration notification */ 312: tk_evt_ssy(0, evttyp, 0, DID(devcb)); 313:
98: #define DID(devcb) ( ((devcb) - DevCBtbl + 1) << 8 ) 99: #define DEVID(devcb, unitno) ( DID(devcb) + (unitno) ) 100: #define DEVCB(devid) ( DevCBtbl + (((devid) >> 8) - 1) )