Searched refs:xs_transaction_end (Results 1 – 14 of 14) sorted by relevance
/xen-4.10.0-shim-comet/tools/tests/xenstore/ |
A D | xs-test.c | 284 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta1() 334 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta2() 345 xs_transaction_end(xsh, t, true); in test_ta2() 391 if ( xs_transaction_end(xsh, t, false) || errno != EAGAIN ) in test_ta3() 397 xs_transaction_end(xsh, t, true); in test_ta3() 441 if ( xs_transaction_end(xsh, t, false) || errno != EAGAIN ) in cleanup()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_cpupool.c | 185 if (xs_transaction_end(ctx->xsh, t, 0) || (errno != EAGAIN)) { in libxl_cpupool_create() 237 if (xs_transaction_end(ctx->xsh, t, 0) || (errno != EAGAIN)) in libxl_cpupool_destroy() 278 if (xs_transaction_end(ctx->xsh, t, 0)) in libxl_cpupool_rename()
|
A D | libxl_xshelp.c | 260 if (!xs_transaction_end(CTX->xsh, *t, 0)) { in libxl__xs_transaction_commit() 278 if (!xs_transaction_end(CTX->xsh, *t, 1)) in libxl__xs_transaction_abort()
|
A D | libxl_mem.c | 161 if (!xs_transaction_end(ctx->xsh, t, 0)) { in libxl__fill_dom0_memory_info() 217 if (!xs_transaction_end(ctx->xsh, t, 1)) { in libxl_set_memory_target() 332 if (!xs_transaction_end(ctx->xsh, t, abort_transaction) in libxl_set_memory_target()
|
A D | libxl_domain.c | 137 if (!xs_transaction_end(ctx->xsh, our_trans, 0)) { in libxl__domain_rename() 159 if (our_trans) xs_transaction_end(ctx->xsh, our_trans, 1); in libxl__domain_rename() 250 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl_domain_preserve() 1276 if (!xs_transaction_end(CTX->xsh, t, 0)) { in libxl__set_vcpuonline_xenstore()
|
A D | libxl_dm.c | 1841 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__write_stub_dmargs() 2001 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__spawn_stub_dm() 2328 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__spawn_local_dm()
|
A D | libxl_pci.c | 234 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__device_pci_remove_xenstore() 286 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__device_pci_remove_xenstore()
|
A D | libxl_create.c | 741 if (!xs_transaction_end(ctx->xsh, t, 0)) { in libxl__domain_make() 754 if (t) xs_transaction_end(ctx->xsh, t, 1); in libxl__domain_make()
|
A D | libxl_dom.c | 647 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__build_post()
|
A D | libxl_device.c | 234 if (!xs_transaction_end(ctx->xsh, t, 0)) { in libxl__device_generic_add()
|
/xen-4.10.0-shim-comet/tools/xenstore/include/ |
A D | xenstore.h | 220 bool xs_transaction_end(struct xs_handle *h, xs_transaction_t t,
|
/xen-4.10.0-shim-comet/tools/xenstore/ |
A D | xenstore_client.c | 651 if (transaction && !xs_transaction_end(xsh, xth, ret)) { in main()
|
A D | xs.c | 1044 bool xs_transaction_end(struct xs_handle *h, xs_transaction_t t, in xs_transaction_end() function
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xs/ |
A D | xs.c | 637 result = xs_transaction_end(xh, th, abort); in xspy_transaction_end()
|
Completed in 33 milliseconds