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

/freebsd-10.3-release/sys/xen/xenstore/
H A Dxenstore.c1379 struct xs_transaction local_xbt; local
1394 local_xbt.id = 0;
1397 error = xs_transaction_start(&local_xbt);
1400 xbt = local_xbt;
1460 if (local_xbt.id != 0) {
1463 terror = xs_transaction_end(local_xbt, /*abort*/error != 0);

Completed in 95 milliseconds