xenbus_transaction 129 include/xen/xenbus.h #define XBT_NIL ((struct xenbus_transaction) { 0 }) xenbus_transaction 131 include/xen/xenbus.h char **xenbus_directory(struct xenbus_transaction t, xenbus_transaction 133 include/xen/xenbus.h void *xenbus_read(struct xenbus_transaction t, xenbus_transaction 135 include/xen/xenbus.h int xenbus_write(struct xenbus_transaction t, xenbus_transaction 137 include/xen/xenbus.h int xenbus_mkdir(struct xenbus_transaction t, xenbus_transaction 139 include/xen/xenbus.h int xenbus_exists(struct xenbus_transaction t, xenbus_transaction 141 include/xen/xenbus.h int xenbus_rm(struct xenbus_transaction t, const char *dir, const char *node); xenbus_transaction 142 include/xen/xenbus.h int xenbus_transaction_start(struct xenbus_transaction *t); xenbus_transaction 143 include/xen/xenbus.h int xenbus_transaction_end(struct xenbus_transaction t, int abort); xenbus_transaction 147 include/xen/xenbus.h int xenbus_scanf(struct xenbus_transaction t, xenbus_transaction 152 include/xen/xenbus.h int xenbus_printf(struct xenbus_transaction t, xenbus_transaction 157 include/xen/xenbus.h int xenbus_gather(struct xenbus_transaction t, const char *dir, ...);