Search | Google it | Results 1 - 1 of 1 for funcall:RESQ_OPNCB from tkernel_2/kernel/sysmgr/src/deviceio.c (0.00 seconds) |
1149: for ( q = rescb->openq.next; q != &rescb->openq; q = q->next ) { 1150: opncb = RESQ_OPNCB(q); 1151: 1239: while ( !isQueEmpty(&rescb->openq) ) { 1240: opncb = RESQ_OPNCB(rescb->openq.next); 1241: