Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/public/io/
H A Dblkif.h126 #define BLKIF_RSP_OKAY 0 macro
/titanic_44/usr/src/uts/common/xen/io/
H A Dxdb.c1926 status == 0 ? BLKIF_RSP_OKAY : BLKIF_RSP_ERROR); in xdb_push_response()
1932 status == 0 ? BLKIF_RSP_OKAY : BLKIF_RSP_ERROR); in xdb_push_response()
1938 status == 0 ? BLKIF_RSP_OKAY : BLKIF_RSP_ERROR); in xdb_push_response()
H A Dxdf.c969 if (status != BLKIF_RSP_OKAY) { in xdf_intr_locked()