Home
last modified time | relevance | path

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

/NextBSD/sys/dev/xen/xenstore/
HDxenstore.c1421 xs_rm_tree(struct xs_transaction xbt, const char *base, const char *node) in xs_rm_tree() argument
1439 if (xbt.id == 0) { in xs_rm_tree()
1443 xbt = local_xbt; in xs_rm_tree()
1450 error = xs_directory(xbt, cur_path, "", &count, &dir); in xs_rm_tree()
1455 error = xs_rm(xbt, cur_path, dir[i]); in xs_rm_tree()
1481 error = xs_rm(xbt, cur_path, ""); in xs_rm_tree()
1506 xbt.id = 0; in xs_rm_tree()