Lines Matching defs:del
459 int del = 0;
462 XDC_WAIT(xdc, del, XDC_RESETUSEC, XDC_RESET);
463 return (del > 0 ? 0 : EIO);
1810 int del;
1817 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_REMIOPB);
1818 if (del <= 0 || xdcsc->iopbase->errs) {
1822 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1823 if (del <= 0)
1841 int del = 0, lcv, retval = XD_ERR_AOK;
1849 XDC_WAIT(xdcsc->xdc, del, XDC_RESETUSEC, XDC_RESET);
1850 if (del <= 0) {
1921 del = xdcsc->nwait + xdcsc->nrun + xdcsc->nfree + xdcsc->ndone;
1922 if (del != XDC_MAXIOPB)
1924 del, XDC_MAXIOPB);