HomeSort by: relevance | last modified time | path
    Searched refs:XYCMD_RD (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/vme/
xyreg.h 111 #define XYCMD_RD 0x2 /* read */
xy.c 706 error = xyc_cmd(xyc, XYCMD_RD, 0, xy->xy_drive, 0, 1,
785 error = xyc_cmd(xyc, XYCMD_RD, 0, xy->xy_drive, blk, 1,
907 case XYCMD_RD:
1454 xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);
1918 (comm == XYCMD_RD || comm == XYCMD_WR)) {
2008 if (iopb->com == XYCMD_RD || iopb->com == XYCMD_WR)
2010 (iopb->com == XYCMD_RD) ? "read" : "write",
2048 if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
2150 case XYCMD_RD: /* read / write sectors (up to XD_IOCMD_MAXS) */
2202 if (xio->cmd == XYCMD_RD)
    [all...]
  /src/sys/arch/sun3/dev/
xyreg.h 112 #define XYCMD_RD 0x2 /* read */
xy.c 583 err = xyc_cmd(xyc, XYCMD_RD, 0, xy->xy_drive, 0, 1,
665 err = xyc_cmd(xyc, XYCMD_RD, 0, xy->xy_drive, blk, 1,
776 case XYCMD_RD:
1313 xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0);
1767 (comm == XYCMD_RD || comm == XYCMD_WR)) {
1850 if (iopb->com == XYCMD_RD || iopb->com == XYCMD_WR)
1852 (iopb->com == XYCMD_RD) ? "read" : "write",
1887 if ((comm == XYCMD_RD || comm == XYCMD_WR) &&
1986 case XYCMD_RD: /* read / write sectors (up to XD_IOCMD_MAXS) */
2028 if (xio->cmd == XYCMD_RD)
    [all...]

Completed in 13 milliseconds