Searched defs:BLK_IF_CONNECTED (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/io/
H A Dblk_common.c58 BLK_IF_CONNECTED, enumerator in enum:blk_if_state
472 case BLK_IF_CONNECTED:
504 * the ri_if_status will be changed to BLK_IF_CONNECTED on success,
547 ring->ri_if_status = BLK_IF_CONNECTED;
666 if (ring->ri_if_status != BLK_IF_CONNECTED) {
780 if (ring->ri_if_status != BLK_IF_CONNECTED) {
801 if (ring->ri_if_status != BLK_IF_CONNECTED) {
859 if (ring->ri_if_status != BLK_IF_CONNECTED) {
882 if (ring->ri_if_status != BLK_IF_CONNECTED) {

Completed in 2175 milliseconds