Searched refs:BLKIF_OP_READ (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dblkif.h53 #define BLKIF_OP_READ 0 macro
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c137 * Exploit the public interface definitions for BLKIF_OP_READ
293 if (op != BLKIF_OP_READ)
387 BLKIF_OP_READ) ? B_READ : (B_WRITE | B_ASYNC);
568 if (op == BLKIF_OP_READ ||
578 case BLKIF_OP_READ:
H A Dblk_common.c831 case BLKIF_OP_READ:
986 * Exploit the public interface definitions for BLKIF_OP_READ
1012 * Exploit the public interface definitions for BLKIF_OP_READ
H A Dxpvtap.c1241 if (req->operation == BLKIF_OP_READ) {
H A Dxdf.c972 (op == BLKIF_OP_READ) ? "reading" : "writing"));
1249 ddi_put8(acchdl, &rreq->operation, BLKIF_OP_READ);

Completed in 74 milliseconds