gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:RESQ_OPNCB from tkernel_2/kernel/sysmgr/src/deviceio.c (0.00 seconds)
tkernel_2
kernel/sysmgr/src/deviceio.c - 35.3KB - 1,328 lines
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: