1 #ifndef _IPXE_XENSTORE_H 2 #define _IPXE_XENSTORE_H __attribute__((sentinel)) int xenstore_read(struct xen_hypervisor *xen
int xenstore_read(struct xen_hypervisor *xen, char **value,...)
Read XenStore value.
int xenstore_write_num(struct xen_hypervisor *xen, unsigned long num,...)
Write XenStore numeric value.
int xenstore_write(struct xen_hypervisor *xen, const char *value,...)
Write XenStore value.
char unsigned long const char unsigned long char ** children
char unsigned long const char unsigned long char size_t void xenstore_dump(struct xen_hypervisor *xen, const char *key)
Dump XenStore directory contents (for debugging)
char unsigned long const char unsigned long char size_t * len
int xenstore_directory(struct xen_hypervisor *xen, char **children, size_t *len,...)
Read XenStore directory.
int xenstore_read_num(struct xen_hypervisor *xen, unsigned long *num,...)
Read XenStore numeric value.
FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)
int xenstore_rm(struct xen_hypervisor *xen,...)
Delete XenStore value.