Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/xenstore/
HDxenstore.c1423 struct xs_transaction local_xbt; in xs_rm_tree() local
1437 local_xbt.id = 0; in xs_rm_tree()
1440 error = xs_transaction_start(&local_xbt); in xs_rm_tree()
1443 xbt = local_xbt; in xs_rm_tree()
1502 if (local_xbt.id != 0) { in xs_rm_tree()
1505 terror = xs_transaction_end(local_xbt, /*abort*/error != 0); in xs_rm_tree()