Go to the documentation of this file.
36 #define XS_WRITE_NONE "NONE"
37 #define XS_WRITE_CREATE "CREATE"
38 #define XS_WRITE_CREATE_EXCL "CREATE|EXCL"
46 #define XSD_ERROR(x) { x, #x }
81 #define XENSTORE_RING_SIZE 1024
83 #define MASK_XENSTORE_IDX(idx) ((idx) & (XENSTORE_RING_SIZE-1))
92 #define XENSTORE_PAYLOAD_MAX 4096