Home
last modified time | relevance | path

Searched refs:otherend_changed (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/xen/io/
H A Dxenbus_probe.c128 otherend_changed(struct xenbus_watch *watch, const char **vec, unsigned int len) in otherend_changed() function
151 if (dev->otherend_changed) in otherend_changed()
152 dev->otherend_changed(dev, state); in otherend_changed()
173 &dev->otherend_watch, otherend_changed)); in talk_to_otherend()
/titanic_50/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h101 void (*otherend_changed)(struct xenbus_device *, XenbusState); member
/titanic_50/usr/src/uts/common/xen/os/
H A Dxvdi.c1417 pdp->xd_xsdev.otherend_changed = i_xvdi_oestate_cb; in i_xvdi_add_watch_oestate()