Home
last modified time | relevance | path

Searched refs:drive_path (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_ppc_40p.py45 drive_path = self.ASSET_NETBSD40.fetch()
70 drive_path = self.ASSET_NETBSD71.fetch()
72 self.vm.add_args('-cdrom', drive_path,
/openbmc/qemu/block/
H A Dfile-win32.c58 char drive_path[16]; /* format: "d:\" */ member
252 if (s->drive_path[0]) { in raw_probe_alignment()
253 GetDiskFreeSpace(s->drive_path, &sectorsPerCluster, in raw_probe_alignment()
387 snprintf(s->drive_path, sizeof(s->drive_path), "%c:\\", filename[0]); in raw_open()
389 s->drive_path[0] = 0; in raw_open()
394 snprintf(s->drive_path, sizeof(s->drive_path), "%c:\\", buf[0]); in raw_open()
543 if (!GetDiskFreeSpaceEx(s->drive_path, &available, &total, &total_free)) in raw_co_getlength()
804 snprintf(s->drive_path, sizeof(s->drive_path), "%c:\\", p[0]); in find_device_type()
805 type = GetDriveType(s->drive_path); in find_device_type()