Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dxen_console.c53 char *fe_path; member
370 char fe_path[XENSTORE_ABS_PATH_MAX + 1]; in xen_console_get_name() local
377 snprintf(fe_path, sizeof(fe_path), in xen_console_get_name()
380 snprintf(fe_path, sizeof(fe_path), in xen_console_get_name()
384 value = qemu_xen_xs_read(xenbus->xsh, XBT_NULL, fe_path, NULL); in xen_console_get_name()
390 error_setg(errp, "cannot read %s: %s", fe_path, in xen_console_get_name()
/openbmc/qemu/hw/net/
H A Dxen_nic.c513 char fe_path[XENSTORE_ABS_PATH_MAX + 1]; in xen_netdev_get_name() local
519 snprintf(fe_path, sizeof(fe_path), in xen_netdev_get_name()
522 value = qemu_xen_xs_read(xenbus->xsh, XBT_NULL, fe_path, NULL); in xen_netdev_get_name()
528 error_setg(errp, "cannot read %s: %s", fe_path, in xen_netdev_get_name()
/openbmc/qemu/hw/block/
H A Dxen-block.c83 char fe_path[XENSTORE_ABS_PATH_MAX + 1]; in xen_block_find_free_vdev() local
89 snprintf(fe_path, sizeof(fe_path), "/local/domain/%u/device/vbd", in xen_block_find_free_vdev()
92 existing_frontends = qemu_xen_xs_directory(xenbus->xsh, XBT_NULL, fe_path, in xen_block_find_free_vdev()
112 error_setg_errno(errp, errno, "cannot read %s", fe_path); in xen_block_find_free_vdev()