Searched refs:XSD_REQ (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 1042 #define XSD_REQ(_type, _fn) \ macro 1046 XSD_REQ(XS_READ, xs_read), 1047 XSD_REQ(XS_WRITE, xs_write), 1048 XSD_REQ(XS_MKDIR, xs_mkdir), 1049 XSD_REQ(XS_DIRECTORY, xs_directory), 1050 XSD_REQ(XS_DIRECTORY_PART, xs_directory_part), 1051 XSD_REQ(XS_TRANSACTION_START, xs_transaction_start), 1052 XSD_REQ(XS_TRANSACTION_END, xs_transaction_end), 1053 XSD_REQ(XS_RM, xs_rm), 1054 XSD_REQ(XS_GET_PERMS, xs_get_perms), [all …]
|