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

/freebsd-13-stable/sys/xen/xenstore/
H A Dxenstorevar.h87 struct xs_transaction struct
92 #define XST_NIL ((struct xs_transaction) { 0 })
130 int xs_directory(struct xs_transaction t, const char *dir,
144 int xs_exists(struct xs_transaction t, const char *dir, const char *node);
163 int xs_read(struct xs_transaction t, const char *dir,
177 int xs_write(struct xs_transaction t, const char *dir,
190 int xs_mkdir(struct xs_transaction t, const char *dir,
203 int xs_rm(struct xs_transaction t, const char *dir, const char *node);
215 int xs_rm_tree(struct xs_transaction t, const char *dir,
230 int xs_transaction_start(struct xs_transaction *
[all...]
/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c820 xs_talkv(struct xs_transaction t, enum xsd_sockmsg_type request_type,
891 xs_single(struct xs_transaction t, enum xsd_sockmsg_type request_type,
1278 xs_directory(struct xs_transaction t, const char *dir, const char *node,
1299 xs_exists(struct xs_transaction t, const char *dir, const char *node)
1312 xs_read(struct xs_transaction t, const char *dir, const char *node,
1329 xs_write(struct xs_transaction t, const char *dir, const char *node,
1350 xs_mkdir(struct xs_transaction t, const char *dir, const char *node)
1363 xs_rm(struct xs_transaction t, const char *dir, const char *node)
1376 xs_rm_tree(struct xs_transaction xbt, const char *base, const char *node)
1378 struct xs_transaction local_xb
[all...]
H A Dxenstore_dev.c60 struct xs_transaction handle;
/freebsd-13-stable/sys/dev/xen/netfront/
H A Dnetfront.c467 struct xs_transaction *xst, bool hierarchy)
523 struct xs_transaction xst;
/freebsd-13-stable/sys/dev/xen/netback/
H A Dnetback.c942 struct xs_transaction xst;
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c3253 struct xs_transaction xst;

Completed in 112 milliseconds