Search | Google it | Results 1 - 1 of 1 for funcall:QueInit from tkernel_2/kernel/sysmgr/src/deviceio.c (0.00 seconds) |
58: /* Initialization of open device management queue */ 59: QueInit(&rescb->openq); 60: } 133: opncb->omode = omode; 134: QueInit(&opncb->requestq); 135: opncb->syncreq = 0; 1200: /* Initialization of open device management queue */ 1201: QueInit(&rescb->openq); 1202: rescb->dissus = 0; 1284: 1285: QueInit(&FreeOpnCB); 1286: for ( i = 0; i < MaxOpnDev; ++i ) { 1297: 1298: QueInit(&FreeReqCB); 1299: for ( i = 0; i < MaxReqDev; ++i ) {