1#ifndef _IPXE_XENSTORE_H
2#define _IPXE_XENSTORE_H
union @162305117151260234136356364136041353210355154177 key
Sense key.
pseudo_bit_t value[0x00020]
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
int xenstore_directory(struct xen_hypervisor *xen, char **children, size_t *len,...)
Read XenStore directory.
int xenstore_rm(struct xen_hypervisor *xen,...)
Delete XenStore value.
int xenstore_read(struct xen_hypervisor *xen, char **value,...)
Read XenStore value.
int xenstore_read_num(struct xen_hypervisor *xen, unsigned long *num,...)
Read XenStore numeric value.
int xenstore_write(struct xen_hypervisor *xen, const char *value,...)
Write XenStore value.
int xenstore_write_num(struct xen_hypervisor *xen, unsigned long num,...)
Write XenStore numeric 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)