Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.c550 if (!vdp->xs_if_connected) { in xdb_intr()
706 if (vdp->xs_if_connected) { in xdb_biodone()
719 if (!vdp->xs_if_connected && (vdp->xs_ionum == 0)) { in xdb_biodone()
1355 ASSERT(!vdp->xs_if_connected); in xdb_start_connect()
1361 if (vdp->xs_if_connected) { in xdb_start_connect()
1410 vdp->xs_if_connected = B_TRUE; in xdb_start_connect()
1470 ASSERT(!vdp->xs_if_connected); in xdb_close()
1476 if (!vdp->xs_if_connected) { in xdb_close()
1484 vdp->xs_if_connected = B_FALSE; in xdb_close()
1740 ASSERT(vdp->xs_hp_connected && vdp->xs_if_connected); in xdb_attach()
[all …]
H A Dxdb.h170 boolean_t xs_if_connected; /* connected to frontend */ member