Searched refs:xs_transaction (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/xen/xenstore/
H A Dxenstorevar.h80 struct xs_transaction struct
85 #define XST_NIL ((struct xs_transaction) { 0 })
102 int xs_directory(struct xs_transaction t, const char *dir,
116 int xs_exists(struct xs_transaction t, const char *dir, const char *node);
135 int xs_read(struct xs_transaction t, const char *dir,
149 int xs_write(struct xs_transaction t, const char *dir,
162 int xs_mkdir(struct xs_transaction t, const char *dir,
175 int xs_rm(struct xs_transaction t, const char *dir, const char *node);
187 int xs_rm_tree(struct xs_transaction t, const char *dir,
202 int xs_transaction_start(struct xs_transaction *
[all...]
H A Dxenstore.c852 xs_talkv(struct xs_transaction t, enum xsd_sockmsg_type request_type,
926 xs_single(struct xs_transaction t, enum xsd_sockmsg_type request_type,
1279 xs_directory(struct xs_transaction t, const char *dir, const char *node,
1300 xs_exists(struct xs_transaction t, const char *dir, const char *node)
1313 xs_read(struct xs_transaction t, const char *dir, const char *node,
1330 xs_write(struct xs_transaction t, const char *dir, const char *node,
1351 xs_mkdir(struct xs_transaction t, const char *dir, const char *node)
1364 xs_rm(struct xs_transaction t, const char *dir, const char *node)
1377 xs_rm_tree(struct xs_transaction xbt, const char *base, const char *node)
1379 struct xs_transaction local_xb
[all...]
H A Dxenstore_dev.c55 struct xs_transaction handle;
/freebsd-10.2-release/sys/dev/xen/netback/
H A Dnetback.c953 struct xs_transaction xst;
/freebsd-10.2-release/sys/dev/xen/netfront/
H A Dnetfront.c517 struct xs_transaction xst;
/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c3230 struct xs_transaction xst;

Completed in 52 milliseconds