Lines Matching refs:oestate
1089 XenbusState oestate = pdp->xd_xsdev.otherend_state; in i_xvdi_oestate_handler() local
1100 if (curr_oestate != oestate) in i_xvdi_oestate_handler()
1110 (void) ndi_post_event(dip, dip, evc, &oestate); in i_xvdi_oestate_handler()
1118 if (oestate == XenbusStateClosing) { in i_xvdi_oestate_handler()
1121 } else if (oestate == XenbusStateClosed) { in i_xvdi_oestate_handler()
1134 if (oestate == XenbusStateClosed) in i_xvdi_oestate_handler()
1913 XenbusState oestate; in xvdi_add_event_handler() local
1972 oestate = pdp->xd_xsdev.otherend_state; in xvdi_add_event_handler()
1981 evt->state = oestate; in xvdi_add_event_handler()
2269 i_xvdi_oestate_cb(struct xenbus_device *dev, XenbusState oestate) in i_xvdi_oestate_cb() argument
2280 oestate); in i_xvdi_oestate_cb()
2285 if (dev->otherend_state != oestate) { in i_xvdi_oestate_cb()
2286 dev->otherend_state = oestate; in i_xvdi_oestate_cb()
2297 evt->state = oestate; in i_xvdi_oestate_cb()