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: }
245: (*((EXCFN_U)dV_.execfn))(req, tmo, dV_.exinf) :
246: (*((EXCFN)dV_.execfn))(req, to_msec_tmo(tmo), dV_.exinf);
247: }
251: (*((WAIFN_U)dV_.waitfn))(req, nreq, tmo, dV_.exinf) :
252: (*((WAIFN)dV_.waitfn))(req, nreq, to_msec_tmo(tmo), dV_.exinf);
253: }