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()
1914 XenbusState oestate; in xvdi_add_event_handler() local
1973 oestate = pdp->xd_xsdev.otherend_state; in xvdi_add_event_handler()
1982 evt->state = oestate; in xvdi_add_event_handler()
2270 i_xvdi_oestate_cb(struct xenbus_device *dev, XenbusState oestate) in i_xvdi_oestate_cb() argument
2281 oestate); in i_xvdi_oestate_cb()
2286 if (dev->otherend_state != oestate) { in i_xvdi_oestate_cb()
2287 dev->otherend_state = oestate; in i_xvdi_oestate_cb()
2298 evt->state = oestate; in i_xvdi_oestate_cb()