Searched refs:drive_type (Results 1 – 3 of 3) sorted by relevance
1296 drive_type = self.get('QB_DRIVE_TYPE')1297 if drive_type.startswith("/dev/sd"):1301 elif drive_type.startswith("/dev/hd"):1304 elif drive_type.startswith("/dev/mmcblk"):1308 elif drive_type.startswith("/dev/vdb"):1315 if not drive_type.startswith("/dev/vd"):1316 logger.warning("Unknown QB_DRIVE_TYPE: %s" % drive_type)
118 uint32_t drive_type; member563 cb->drv_info[0].drive_type = cpu_to_le32(0x0); in mx28_create_sd_image()