Lines Matching defs:del
1339 xyc_unbusy(struct xyc *xyc, int del)
1341 while (del-- > 0) {
1346 return(del == 0 ? XY_ERR_FAIL : XY_ERR_AOK);
1703 int del;
1717 del = XYC_RESETUSEC;
1718 while (del > 0) {
1722 del--;
1725 if (del <= 0 || iopb->errs) {
1728 del = xycsc->xyc->xyc_rsetup;
1748 int del = 0, lcv, retval = XY_ERR_AOK;
1754 del = xycsc->xyc->xyc_rsetup;
1755 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC);
1756 if (del == XY_ERR_FAIL) {