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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdb.h170 boolean_t xs_if_connected; /* connected to frontend */ member in struct:xdb
H A Dxdb.c550 if (!vdp->xs_if_connected) {
706 if (vdp->xs_if_connected) {
719 if (!vdp->xs_if_connected && (vdp->xs_ionum == 0)) {
1330 * the xs_if_connected will be changed to B_TRUE on success,
1355 ASSERT(!vdp->xs_if_connected);
1361 if (vdp->xs_if_connected) {
1410 vdp->xs_if_connected = B_TRUE;
1470 ASSERT(!vdp->xs_if_connected);
1476 if (!vdp->xs_if_connected) {
1484 vdp->xs_if_connected
[all...]

Completed in 47 milliseconds