Home
last modified time | relevance | path

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

/qemu/hw/usb/
A Du2f-passthru.c384 const char *devnode = udev_device_get_devnode(device); in u2f_passthru_open_from_device() local
386 int fd = qemu_open_old(devnode, O_RDWR); in u2f_passthru_open_from_device()
/qemu/include/hw/ppc/
A Dspapr_vio.h55 int (*devnode)(SpaprVioDevice *dev, void *fdt, int node_off); member
/qemu/hw/ppc/
A Dspapr_vio.c146 if (pc->devnode) { in vio_make_devnode()
147 ret = (pc->devnode)(dev, fdt, node_off); in vio_make_devnode()
/qemu/hw/nvram/
A Dspapr_nvram.c267 k->devnode = spapr_nvram_devnode; in spapr_nvram_class_init()
/qemu/qga/
A Dcommands-linux.c604 const char *devnode, *serial; in build_guest_fsinfo_for_real_device() local
605 devnode = udev_device_get_devnode(udevice); in build_guest_fsinfo_for_real_device()
606 if (devnode != NULL) { in build_guest_fsinfo_for_real_device()
607 disk->dev = g_strdup(devnode); in build_guest_fsinfo_for_real_device()
/qemu/hw/net/
A Dspapr_llan.c859 k->devnode = spapr_vlan_devnode; in spapr_vlan_class_init()
/qemu/hw/scsi/
A Dspapr_vscsi.c1278 k->devnode = spapr_vscsi_devnode; in spapr_vscsi_class_init()

Completed in 21 milliseconds