Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/xen/io/
H A Dxenbus_client.c126 xenbus_switch_state(struct xenbus_device *dev, xenbus_transaction_t xbt, in xenbus_switch_state() function
230 (void) xenbus_switch_state(dev, XBT_NULL, XenbusStateClosing); in xenbus_dev_fatal()
/titanic_44/usr/src/uts/common/xen/sys/
H A Dxenbus_impl.h193 extern int xenbus_switch_state(struct xenbus_device *dev,
/titanic_44/usr/src/uts/common/xen/os/
H A Dxvdi.c1682 rv = xenbus_switch_state(&pdp->xd_xsdev, xbt, newState); in xvdi_switch_state()