Searched refs:xs_transaction_end (Results 1 – 15 of 15) sorted by relevance
| /xen/tools/tests/xenstore/ |
| A D | xs-test.c | 285 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta1() 335 if ( xs_transaction_end(xsh, t, par ? true : false) ) in test_ta2() 346 xs_transaction_end(xsh, t, true); in test_ta2() 392 if ( xs_transaction_end(xsh, t, false) || errno != EAGAIN ) in test_ta3() 398 xs_transaction_end(xsh, t, true); in test_ta3() 442 if ( xs_transaction_end(xsh, t, false) || errno != EAGAIN ) in cleanup()
|
| /xen/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 | 258 if (!xs_transaction_end(CTX->xsh, *t, 0)) { in libxl__xs_transaction_commit() 276 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() 334 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() 267 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl_domain_preserve() 1734 if (!xs_transaction_end(CTX->xsh, t, 0)) { in libxl__set_vcpuonline_xenstore()
|
| A D | libxl_create.c | 888 if (!xs_transaction_end(ctx->xsh, t, 0)) { in libxl__domain_make() 901 if (t) xs_transaction_end(ctx->xsh, t, 1); in libxl__domain_make()
|
| A D | libxl_pci.c | 248 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__device_pci_remove_xenstore() 300 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__device_pci_remove_xenstore()
|
| A D | libxl_dom.c | 506 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__build_post()
|
| A D | libxl_dm.c | 2408 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__spawn_stub_dm() 2940 if (!xs_transaction_end(ctx->xsh, t, 0)) in libxl__spawn_local_dm()
|
| A D | libxl_device.c | 266 if (!xs_transaction_end(ctx->xsh, t, 0)) { in libxl__device_generic_add()
|
| /xen/tools/xenstore/include/ |
| A D | xenstore.h | 228 bool xs_transaction_end(struct xs_handle *h, xs_transaction_t t,
|
| /xen/tools/libvchan/ |
| A D | init.c | 288 if (!xs_transaction_end(xs, xs_trans, 0)) { in init_xs_srv()
|
| /xen/tools/xenstore/ |
| A D | xenstore_client.c | 690 if (transaction && !xs_transaction_end(xsh, xth, ret)) { in main()
|
| A D | xs.c | 1070 bool xs_transaction_end(struct xs_handle *h, xs_transaction_t t, in xs_transaction_end() function
|
| /xen/tools/python/xen/lowlevel/xs/ |
| A D | xs.c | 638 result = xs_transaction_end(xh, th, abort); in xspy_transaction_end()
|
Completed in 43 milliseconds