Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen-host-pci-device.c51 char *be_path = NULL; in xen_host_pci_fill_local_addr() local
54 be_path = qemu_xen_xs_read(xenstore, 0, "device/pci/0/backend", &len); in xen_host_pci_fill_local_addr()
55 if (!be_path) { in xen_host_pci_fill_local_addr()
60 if (xs_node_scanf(xenstore, 0, be_path, "num_devs", NULL, in xen_host_pci_fill_local_addr()
62 error_setg(errp, "Failed to read or parse %s/num_devs", be_path); in xen_host_pci_fill_local_addr()
68 if (xs_node_scanf(xenstore, 0, be_path, path, NULL, in xen_host_pci_fill_local_addr()
70 error_setg(errp, "Failed to read or parse %s/%s", be_path, path); in xen_host_pci_fill_local_addr()
79 if (xs_node_scanf(xenstore, 0, be_path, path, NULL, in xen_host_pci_fill_local_addr()
81 error_setg(errp, "Failed to read or parse %s/%s", be_path, path); in xen_host_pci_fill_local_addr()
94 free(be_path); in xen_host_pci_fill_local_addr()