iPXE
Typedefs | Enumerations | Functions
xenbus.h File Reference

Go to the source code of this file.

Typedefs

typedef enum xenbus_state XenbusState
 

Enumerations

enum  xenbus_state {
  XenbusStateUnknown = 0, XenbusStateInitialising = 1, XenbusStateInitWait = 2, XenbusStateInitialised = 3,
  XenbusStateConnected = 4, XenbusStateClosing = 5, XenbusStateClosed = 6, XenbusStateReconfiguring = 7,
  XenbusStateReconfigured = 8
}
 

Functions

 FILE_LICENCE (MIT)
 

Typedef Documentation

◆ XenbusState

typedef enum xenbus_state XenbusState

Definition at line 53 of file xenbus.h.

Enumeration Type Documentation

◆ xenbus_state

Enumerator
XenbusStateUnknown 
XenbusStateInitialising 
XenbusStateInitWait 
XenbusStateInitialised 
XenbusStateConnected 
XenbusStateClosing 
XenbusStateClosed 
XenbusStateReconfiguring 
XenbusStateReconfigured 

Definition at line 21 of file xenbus.h.

21  {
23 
25 
26  /*
27  * InitWait: Finished early initialisation but waiting for information
28  * from the peer or hotplug scripts.
29  */
31 
32  /*
33  * Initialised: Waiting for a connection from the peer.
34  */
36 
38 
39  /*
40  * Closing: The device is being closed due to an error or an unplug event.
41  */
43 
45 
46  /*
47  * Reconfiguring: The device is being reconfigured.
48  */
50 
52 };

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( MIT  )