Searched refs:drive_type (Results 1 – 4 of 4) sorted by relevance
118 uint32_t drive_type; member563 cb->drv_info[0].drive_type = cpu_to_le32(0x0); in mx28_create_sd_image()
1290 drive_type = self.get('QB_DRIVE_TYPE')1291 if drive_type.startswith("/dev/sd"):1295 elif drive_type.startswith("/dev/hd"):1298 elif drive_type.startswith("/dev/vdb"):1305 if not drive_type.startswith("/dev/vd"):1306 logger.warning("Unknown QB_DRIVE_TYPE: %s" % drive_type)
3206 u8 drive_type = 0; in megasas_build_io_fusion() local3242 drive_type = instance->pd_list[pd_index].driveType; in megasas_build_io_fusion()3246 drive_type == TYPE_ENCLOSURE)) in megasas_build_io_fusion()