Search | Google it | Results 1 - 1 of 1 for funcall:chkopen (0.00 seconds) |
356: /* Is device driver call required? */ 357: if ( ! ( chkopen(devcb, unitno, opncb) && 358: (devcb->ddev.drvatr & TDA_OPENREQ) == 0 ) ) { 482: /* Is device driver call required? */ 483: if ( chkopen(devcb, unitno, opncb) ) { 484: if ( (devcb->ddev.drvatr & TDA_OPENREQ) == 0 ) {