Home
last modified time | relevance | path

Searched defs:syspath (Results 1 – 2 of 2) sorted by relevance

/qemu/qga/
H A Dcommands-posix.c849 static char *get_pci_driver(char const *syspath, int pathlen, Error **errp) in get_pci_driver()
878 static int build_hosts(char const *syspath, char const *host, bool ata, in build_hosts()
917 static bool build_guest_fsinfo_for_pci_dev(char const *syspath, in build_guest_fsinfo_for_pci_dev()
1060 static bool build_guest_fsinfo_for_nonpci_virtio(char const *syspath, in build_guest_fsinfo_for_nonpci_virtio()
1092 static bool build_guest_fsinfo_for_ccw_dev(char const *syspath, in build_guest_fsinfo_for_ccw_dev()
1120 static void build_guest_fsinfo_for_real_device(char const *syspath, in build_guest_fsinfo_for_real_device()
1187 static void build_guest_fsinfo_for_virtual_device(char const *syspath, in build_guest_fsinfo_for_virtual_device()
1237 g_autofree char *syspath = realpath(devpath, NULL); in is_disk_virtual() local
1252 g_autofree char *syspath = NULL; in build_guest_fsinfo_for_device() local
1303 static char *get_alias_for_syspath(const char *syspath) in get_alias_for_syspath()
[all …]
/qemu/hw/usb/
H A Du2f-passthru.c410 const char *syspath = udev_list_entry_get_name(entry); in u2f_passthru_open_from_enumerate() local