Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.h160 boolean_t xs_hp_connected; /* hot plug scripts have run */ member
H A Dxdb.c554 ASSERT(vdp->xs_hp_connected && vdp->xs_fe_initialised); in xdb_intr()
707 ASSERT(vdp->xs_hp_connected && vdp->xs_fe_initialised); in xdb_biodone()
1354 if (!vdp->xs_hp_connected || !vdp->xs_fe_initialised) { in xdb_start_connect()
1469 if (!vdp->xs_hp_connected || !vdp->xs_fe_initialised) { in xdb_close()
1570 if (vdp->xs_hp_connected) { in xdb_hp_state_change()
1575 vdp->xs_hp_connected = B_TRUE; in xdb_hp_state_change()
1740 ASSERT(vdp->xs_hp_connected && vdp->xs_if_connected); in xdb_attach()