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

  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
blkif.h 592 * If a backend does not recognize BLKIF_OP_INDIRECT, it should *not*
595 #define BLKIF_OP_INDIRECT 6
653 uint8_t operation; /* BLKIF_OP_INDIRECT */
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 1035 if (real_op == BLKIF_OP_INDIRECT) {
1045 if (real_op == BLKIF_OP_INDIRECT) {
1055 if (real_op == BLKIF_OP_INDIRECT) {
1070 case BLKIF_OP_INDIRECT:
1194 req->operation == BLKIF_OP_INDIRECT);
1203 if (reqn->operation == BLKIF_OP_INDIRECT) {
1228 if (req32->operation == BLKIF_OP_INDIRECT) {
1253 if (req64->operation == BLKIF_OP_INDIRECT) {
xbd_xenbus.c 1338 req->operation = BLKIF_OP_INDIRECT;

Completed in 14 milliseconds