Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1371 struct xs_transaction local_xbt; in xs_rm_tree() local
1385 local_xbt.id = 0; in xs_rm_tree()
1388 error = xs_transaction_start(&local_xbt); in xs_rm_tree()
1391 xbt = local_xbt; in xs_rm_tree()
1450 if (local_xbt.id != 0) { in xs_rm_tree()
1453 terror = xs_transaction_end(local_xbt, /*abort*/error != 0); in xs_rm_tree()