Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c468 if (__predict_false(cm->cm_status != BLKIF_RSP_OKAY)) { in xbd_bio_complete()
470 printf(" status: %x\n", cm->cm_status); in xbd_bio_complete()
532 cm->cm_status = bret->status; in xbd_int()
658 if (cm->cm_status != BLKIF_RSP_OKAY) { in xbd_dump()
H A Dblock.h124 int cm_status; member