Searched refs:xs_read (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 548 value = xs_read(state->xenstore, 0, path, &len); in xen_read_physmap() 559 value = xs_read(state->xenstore, 0, path, &len); in xen_read_physmap() 570 physmap->name = xs_read(state->xenstore, 0, path, &len); in xen_read_physmap() 595 val = xs_read(xsh, 0, dm_path, NULL); in xen_check_stubdomain()
|
/openbmc/qemu/hw/xen/ |
H A D | xen-operations.c | 274 return xs_read(h->xsh, t, path, len); in libxenstore_read()
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xen_xenstore.c | 503 static void xs_read(XenXenstoreState *s, unsigned int req_id, in xs_read() function 1046 XSD_REQ(XS_READ, xs_read),
|