iPXE
Data Fields
xen_store Struct Reference

A XenStore. More...

#include <xen.h>

Data Fields

struct xenstore_domain_interfaceintf
 XenStore domain interface. More...
 
evtchn_port_t port
 Event channel. More...
 

Detailed Description

A XenStore.

Definition at line 43 of file xen.h.

Field Documentation

◆ intf

struct xenstore_domain_interface* xen_store::intf

XenStore domain interface.

Definition at line 45 of file xen.h.

Referenced by hvm_map_xenstore(), hvm_unmap_xenstore(), xenstore_recv(), and xenstore_send().

◆ port

evtchn_port_t xen_store::port

Event channel.

Definition at line 47 of file xen.h.

Referenced by hvm_map_xenstore(), xenstore_request(), and xenstore_response().


The documentation for this struct was generated from the following file: