package mirage-xen

  1. Overview
  2. Docs

Module Xen_os.Device_stateSource

Sourcetype state =
  1. | Unknown
  2. | Initialising
  3. | InitWait
  4. | Initialised
  5. | Connected
  6. | Closing
  7. | Closed
  8. | Reconfiguring
  9. | Reconfigured
Sourceval of_string : string -> state
Sourceval to_string : state -> string
Sourceval prettyprint : state -> string