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

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1378 struct xs_transaction local_xbt; local
1392 local_xbt.id = 0;
1395 error = xs_transaction_start(&local_xbt);
1398 xbt = local_xbt;
1457 if (local_xbt.id != 0) {
1460 terror = xs_transaction_end(local_xbt, /*abort*/error != 0);

Completed in 108 milliseconds