HomeSort by: relevance | last modified time | path
    Searched defs:xyc_unbusy (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sun3/dev/
xy.c 178 int xyc_unbusy(struct xyc *, int);
1187 * xyc_unbusy: wait for the xyc to go unbusy, or timeout.
1191 xyc_unbusy(struct xyc *xyc, int del) function in typeref:typename:int
1383 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) ==
1510 res = xyc_unbusy(xycsc->xyc, XYC_MAXTIME);
1582 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) == XY_ERR_FAIL)
1607 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC);
  /src/sys/dev/vme/
xy.c 169 int xyc_unbusy(struct xyc *, int);
374 return ((xyc_unbusy(xyc, XYC_RESETUSEC) != XY_ERR_FAIL) ? 0 : EIO);
1335 * xyc_unbusy: wait for the xyc to go unbusy, or timeout.
1339 xyc_unbusy(struct xyc *xyc, int del) function in typeref:typename:int
1524 if (xyc_unbusy(xycsc->xyc,XYC_RESETUSEC) == XY_ERR_FAIL)
1652 res = xyc_unbusy(xycsc->xyc, XYC_MAXTIME);
1729 if (xyc_unbusy(xycsc->xyc, XYC_RESETUSEC) == XY_ERR_FAIL)
1755 del = xyc_unbusy(xycsc->xyc, XYC_RESETUSEC);

Completed in 37 milliseconds