Home
last modified time | relevance | path

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

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