Searched refs:xbt (Results 1 – 1 of 1) sorted by relevance
| /net/9p/ |
| A D | trans_xen.c | 381 struct xenbus_transaction xbt; in xen_9pfs_front_init() local 426 ret = xenbus_transaction_start(&xbt); in xen_9pfs_front_init() 431 ret = xenbus_printf(xbt, dev->nodename, "version", "%u", 1); in xen_9pfs_front_init() 434 ret = xenbus_printf(xbt, dev->nodename, "num-rings", "%u", in xen_9pfs_front_init() 444 ret = xenbus_printf(xbt, dev->nodename, str, "%d", in xen_9pfs_front_init() 450 ret = xenbus_printf(xbt, dev->nodename, str, "%u", in xen_9pfs_front_init() 455 priv->tag = xenbus_read(xbt, dev->nodename, "tag", NULL); in xen_9pfs_front_init() 460 ret = xenbus_transaction_end(xbt, 0); in xen_9pfs_front_init() 472 xenbus_transaction_end(xbt, 1); in xen_9pfs_front_init()
|
Completed in 6 milliseconds