200: return (dV_.openfn == NULL) ? E_OK :
201: _DrvFn(devid, omode, dV_.exinf, 0, (FP)dV_.openfn, dV_.gp);
202: }
206: return (dV_.closefn == NULL) ? E_OK :
207: _DrvFn(devid, option, dV_.exinf, 0, (FP)dV_.closefn, dV_.gp);
208: }
212: _DrvFnU2(req, tmo, dV_.exinf, 0, (FP)dV_.execfn, dV_.gp) :
213: _DrvFn(req, to_msec_tmo(tmo), dV_.exinf, 0, (FP)dV_.execfn, dV_.gp);
214: }
218: _DrvFnU3(req, nreq, tmo, dV_.exinf, (FP)dV_.waitfn, dV_.gp) :
219: _DrvFn(req, nreq, to_msec_tmo(tmo), dV_.exinf, (FP)dV_.waitfn, dV_.gp);
220: }
222: {
223: return _DrvFn(evttyp, evtinf, dV_.exinf, 0, (FP)dV_.eventfn, dV_.gp);
224: }
226: {
227: return _DrvFn(tskid, req, nreq, dV_.exinf, (FP)dV_.abortfn, dV_.gp);
228: }