Home
last modified time | relevance | path

Searched refs:XYCMD_RD (Results 1 – 2 of 2) sorted by relevance

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/vme/
H A Dxy.c709 error = xyc_cmd(xyc, XYCMD_RD, 0, xy->xy_drive, 0, 1, in xyattach()
788 error = xyc_cmd(xyc, XYCMD_RD, 0, xy->xy_drive, blk, 1, in xyattach()
910 case XYCMD_RD: in xy_getkauthreq()
1457 xyc_rqtopb(iorq, iopb, (bp->b_flags & B_READ) ? XYCMD_RD : XYCMD_WR, 0); in xyc_startbuf()
1921 (comm == XYCMD_RD || comm == XYCMD_WR)) { in xyc_remove_iorq()
2011 if (iopb->com == XYCMD_RD || iopb->com == XYCMD_WR) in xyc_perror()
2013 (iopb->com == XYCMD_RD) ? "read" : "write", in xyc_perror()
2051 if ((comm == XYCMD_RD || comm == XYCMD_WR) && in xyc_error()
2153 case XYCMD_RD: /* read / write sectors (up to XD_IOCMD_MAXS) */ in xyc_ioctlcmd()
2205 if (xio->cmd == XYCMD_RD) in xyc_ioctlcmd()
H A Dxyreg.h111 #define XYCMD_RD 0x2 /* read */ macro