Searched refs:BLKIF_RSP_OKAY (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/xen/interface/io/
H A Dblkif.h625 #define BLKIF_RSP_OKAY 0 macro
/freebsd-12-stable/sys/dev/xen/blkfront/
H A Dblkfront.c465 if (__predict_false(cm->cm_status != BLKIF_RSP_OKAY)) {
657 if (cm->cm_status != BLKIF_RSP_OKAY) {
/freebsd-12-stable/sys/dev/xen/blkback/
H A Dblkback.c1134 reqlist->status = BLKIF_RSP_OKAY;
1335 if (status != BLKIF_RSP_OKAY)
1423 if (reqlist->status == BLKIF_RSP_OKAY)

Completed in 67 milliseconds