Home
last modified time | relevance | path

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

/net/9p/
Dtrans_xen.c389 struct xenbus_transaction xbt; in xen_9pfs_front_probe() local
431 ret = xenbus_transaction_start(&xbt); in xen_9pfs_front_probe()
436 ret = xenbus_printf(xbt, dev->nodename, "version", "%u", 1); in xen_9pfs_front_probe()
439 ret = xenbus_printf(xbt, dev->nodename, "num-rings", "%u", in xen_9pfs_front_probe()
448 ret = xenbus_printf(xbt, dev->nodename, str, "%d", in xen_9pfs_front_probe()
454 ret = xenbus_printf(xbt, dev->nodename, str, "%u", in xen_9pfs_front_probe()
459 priv->tag = xenbus_read(xbt, dev->nodename, "tag", NULL); in xen_9pfs_front_probe()
464 ret = xenbus_transaction_end(xbt, 0); in xen_9pfs_front_probe()
481 xenbus_transaction_end(xbt, 1); in xen_9pfs_front_probe()