gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:QueInit from tkernel_2/lib/libdrvif/src/gdrvif.c (0.00 seconds)
tkernel_2
lib/libdrvif/src/gdrvif.c - 32.8KB - 1,032 lines
397:                         QueRemove(q);
398:                         QueInit(q);
399:                         break;
629: QueRemove(&drq->q); 630: QueInit(&drq->q); 631: req->error = E_ABORT;
774: QueRemove(&drq->q); 775: QueInit(&drq->q); 776: req->error = E_ABORT;
900: gdi->def = *ddev; 901: QueInit(&gdi->freeq); 902: QueInit(&gdi->acpq); 903:
978: while ( (drq = (DRQ*)QueRemoveNext(&gdi->acpq)) != NULL ) { 979: QueInit(&drq->q); 980: drq->req->error = E_ABORT;