HomeSort by: relevance | last modified time | path
    Searched refs:xenbus_switch_state (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/xen/include/
xenbus.h 200 int xenbus_switch_state(struct xenbus_device *dev,
239 * xenbus_switch_state(dev, NULL, XenbusStateClosing) to schedule an orderly
  /src/sys/arch/xen/xenbus/
xenbus_client.c 96 xenbus_switch_state(struct xenbus_device *dev, function
208 xenbus_switch_state(dev, NULL, XenbusStateClosing);
xenbus_probe.c 598 xenbus_switch_state(xbusd, NULL, XenbusStateClosed);
  /src/sys/external/bsd/drm2/dist/drm/xen/
xen_drm_front.c 472 xenbus_switch_state(front_info->xb_dev,
605 xenbus_switch_state(front_info->xb_dev,
640 xenbus_switch_state(front_info->xb_dev, XenbusStateReconfiguring);
684 xenbus_switch_state(xb_dev, XenbusStateInitialised);
696 xenbus_switch_state(xb_dev, XenbusStateConnected);
742 return xenbus_switch_state(xb_dev, XenbusStateInitialising);
750 xenbus_switch_state(dev, XenbusStateClosing);
  /src/sys/arch/xen/xen/
xpci_xenbus.c 217 error = xenbus_switch_state(sc->sc_xbusd, xbt, XenbusStateInitialised);
262 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateClosed);
306 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateConnected);
341 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateConnected);
pciback.c 479 err = xenbus_switch_state(xbusd, NULL, XenbusStateInitWait);
503 if ((err = xenbus_switch_state(xbusd, NULL, XenbusStateInitialised))) {
605 xenbus_switch_state(xbusd, NULL, XenbusStateConnected);
615 xenbus_switch_state(xbusd, NULL, XenbusStateClosing);
if_xennet_xenbus.c 486 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateClosing);
611 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateInitialised);
617 xenbus_switch_state(sc->sc_xbusd, NULL,
757 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateClosed);
765 xenbus_switch_state(sc->sc_xbusd, NULL,
xbd_xenbus.c 396 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateClosing);
610 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateInitialised);
620 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateConnected);
661 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateClosed);
762 xenbus_switch_state(sc->sc_xbusd, NULL, XenbusStateConnected);
xennetback_xenbus.c 335 err = xenbus_switch_state(xbusd, NULL, XenbusStateInitWait);
552 xenbus_switch_state(xbusd, NULL, XenbusStateConnected);
559 xenbus_switch_state(xbusd, NULL, XenbusStateClosing);
xbdback_xenbus.c 443 error = xenbus_switch_state(xbusd, NULL, XenbusStateInitWait);
688 xenbus_switch_state(xbdi->xbdi_xbusd, NULL, XenbusStateClosing);
869 err = xenbus_switch_state(xbusd, NULL, XenbusStateConnected);

Completed in 47 milliseconds