Searched refs:tx_id (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstored_solaris.c | 131 XENSTORE_MSG(in->hdr.msg.tx_id, conn->id, cred(conn), in dtrace_io() 142 XENSTORE_ERROR(in->hdr.msg.tx_id, conn->id, in dtrace_io() 157 XENSTORE_REPLY(in->hdr.msg.tx_id, conn->id, cred(conn), in dtrace_io()
|
A D | xs.c | 494 msg.tx_id = t; in xs_talkv()
|
A D | xenstored_core.c | 1312 trans = transaction_lookup(conn, in->hdr.msg.tx_id); in process_message()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xb/ |
A D | xenbus_stubs.c | 49 Store_field(ret, 0, Val_int(hdr->tx_id)); in stub_header_of_string() 62 .tx_id = Int_val(tid), in stub_string_of_header()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xenstore.txt | 53 tx_id. However, if an error occurs, a reply will be returned with 54 type ERROR, and only req_id and tx_id copied from the request. 57 order and must use req_id (and tx_id, if applicable) to match up 191 spuriously. The tx_id in a WATCH request is ignored. 206 as described above. req_id and tx_id are both 0. 229 tx_id request header field. When transaction is started whole 231 It is not legal to send non-0 tx_id in TRANSACTION_START. 235 tx_id must refer to existing transaction. After this 236 request the tx_id is no longer valid and may be reused by
|
/xen-4.10.0-shim-comet/xen/include/public/io/ |
A D | xs_wire.h | 101 uint32_t tx_id; /* Transaction id (0 if not related to a transaction). */ member
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | xenbus.c | 193 hdr.tx_id = 0; /* We never use transactions */ in xenbus_send()
|
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/ |
A D | connection.ml | 221 * The chosen id must not trucate when written into the uint32_t tx_id
|
Completed in 13 milliseconds