Searched refs:dev_path (Results 1 – 8 of 8) sorted by relevance
/qemu/hw/s390x/ |
H A D | s390-ccw.c | 79 char dev_path[PATH_MAX] = {0}; in s390_ccw_get_dev_info() local 90 if (!realpath(sysfsdev, dev_path)) { in s390_ccw_get_dev_info() 95 cdev->mdevid = g_path_get_basename(dev_path); in s390_ccw_get_dev_info() 97 tmp_dir = g_path_get_dirname(dev_path); in s390_ccw_get_dev_info()
|
/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 521 const char *dev_path; member 547 r->dev_path = g_malloc0(strlen(cur) + 1); in read_bootdevices() 549 (char *)r->dev_path, in read_bootdevices() 561 while (expected[i].dev_path) { in read_bootdevices() 566 if (!strcmp(r->dev_path, expected[i].dev_path) && in read_bootdevices() 574 g_free((char *)((CHSResult *)cur_result->data)->dev_path); in read_bootdevices()
|
/qemu/subprojects/libvduse/ |
H A D | libvduse.c | 1156 char *dev_path, *dev_name; in vduse_dev_init() local 1159 dev_path = malloc(strlen(name) + strlen("/dev/vduse/") + 1); in vduse_dev_init() 1160 if (!dev_path) { in vduse_dev_init() 1163 sprintf(dev_path, "/dev/vduse/%s", name); in vduse_dev_init() 1165 fd = open(dev_path, O_RDWR); in vduse_dev_init() 1166 free(dev_path); in vduse_dev_init()
|
/qemu/hw/acpi/ |
H A D | memory_hotplug.c | 245 char *dev_path = object_get_canonical_path(OBJECT(dev)); in acpi_memory_slot_status() local 248 dev_path, slot); in acpi_memory_slot_status() 249 g_free(dev_path); in acpi_memory_slot_status()
|
/qemu/hw/pci/ |
H A D | trace-events | 8 pci_route_irq(int dev_irq, const char *dev_path, int parent_irq, const char *parent_path) "IRQ %d @…
|
/qemu/hw/i386/kvm/ |
H A D | xen_evtchn.c | 1318 char *dev_path = qdev_get_dev_path(DEVICE(dev)); in xen_evtchn_bind_pirq_op() local 1320 trace_kvm_xen_unmask_pirq(pirq->pirq, dev_path, vector); in xen_evtchn_bind_pirq_op() 1321 g_free(dev_path); in xen_evtchn_bind_pirq_op()
|
/qemu/migration/ |
H A D | trace-events | 224 qemu_rdma_dump_id(const char *who, const char *name, const char *dev_name, const char *dev_path, co…
|
H A D | rdma.c | 749 verbs->device->dev_path, in qemu_rdma_dump_id()
|