Home | History | Annotate | Download | only in qemu

Lines Matching full:usb_host_device_path

86 static char *usb_host_device_path;
898 if (!usb_host_device_path) {
902 snprintf(buf, sizeof(buf), "%s/%03d/%03d", usb_host_device_path,
1067 if (!usb_host_device_path) {
1071 snprintf(line, sizeof(line), "%s/devices", usb_host_device_path);
1302 usb_host_device_path = qemu_mallocz(strlen(devpath)+1);
1303 strcpy(usb_host_device_path, devpath);
1305 fs_type[usb_fs_type], usb_host_device_path);