Search | Google it | Results 1 - 3 of 3 for funcall:QueInsert (0.00 seconds) |
74:
75: QueInsert(&devcb->q, &knl_UsedDevCB);
76:
779: /* Register to the queue */ 780: QueInsert(&p->q, &ConsPort); 781: return 0;
194: if ( fq != &imacb->freeque && FreeSize(fq) == size ) { 195: QueInsert(aq + 1, fq + 1); 196: } else {