Searched refs:xs_impl_write (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.h | 32 int xs_impl_write(XenstoreImplState *s, unsigned int dom_id,
|
H A D | xen_xenstore.c | 103 err = xs_impl_write(s->impl, DOMID_QEMU, XBT_NULL, abspath, data); in relpath_printf() 567 err = xs_impl_write(s->impl, xen_domid, tx_id, path, data); in xs_write() 594 err = xs_impl_write(s->impl, xen_domid, tx_id, path, data); in xs_mkdir() 1571 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, gdata); in xs_be_write() 1591 err = xs_impl_write(h->impl, DOMID_QEMU, t, path, data); in xs_be_create()
|
H A D | xenstore_impl.c | 889 int xs_impl_write(XenstoreImplState *s, unsigned int dom_id, in xs_impl_write() function
|
/openbmc/qemu/tests/unit/ |
H A D | test-xs-node.c | 228 err = xs_impl_write(s, dom_id, tx_id, path, d); in write_str()
|