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

/freebsd-13-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1376 xs_rm_tree(struct xs_transaction xbt, const char *base, const char *node) argument
1394 if (xbt.id == 0) {
1398 xbt = local_xbt;
1405 error = xs_directory(xbt, cur_path, "", &count, &dir);
1410 error = xs_rm(xbt, cur_path, dir[i]);
1436 error = xs_rm(xbt, cur_path, "");
1461 xbt.id = 0;

Completed in 45 milliseconds