Lines Matching refs:DOMID_QEMU
103 err = xs_impl_write(s->impl, DOMID_QEMU, XBT_NULL, abspath, data); in relpath_printf()
108 err = xs_impl_set_perms(s->impl, DOMID_QEMU, XBT_NULL, abspath, perms); in relpath_printf()
145 perms = g_list_append(NULL, xs_perm_as_string(XS_PERM_NONE, DOMID_QEMU)); in xen_xenstore_realize()
1429 .remote_dom = DOMID_QEMU, in alloc_guest_port()
1470 perms = g_list_append(NULL, xs_perm_as_string(XS_PERM_NONE, DOMID_QEMU)); in xen_xenstore_reset()
1528 err = xs_impl_directory(h->impl, DOMID_QEMU, t, path, NULL, &items); in xs_be_directory()
1551 err = xs_impl_read(h->impl, DOMID_QEMU, t, path, data); in xs_be_read()
1573 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, gdata); in xs_be_write()
1591 err = xs_impl_read(h->impl, DOMID_QEMU, t, path, data); in xs_be_create()
1593 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, data); in xs_be_create()
1605 err = xs_impl_set_perms(h->impl, DOMID_QEMU, t, path, perms_list); in xs_be_create()
1617 int err = xs_impl_rm(h->impl, DOMID_QEMU, t, path); in xs_be_destroy()
1667 err = xs_impl_watch(h->impl, DOMID_QEMU, path, NULL, xs_be_watch_cb, w); in xs_be_watch()
1681 xs_impl_unwatch(h->impl, DOMID_QEMU, w->path, NULL, xs_be_watch_cb, w); in xs_be_unwatch()
1692 int err = xs_impl_transaction_start(h->impl, DOMID_QEMU, &new_tx); in xs_be_transaction_start()
1703 int err = xs_impl_transaction_end(h->impl, DOMID_QEMU, t, !abort); in xs_be_transaction_end()