Home
last modified time | relevance | path

Searched refs:drive_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/
H A Dmxsboot.c118 uint32_t drive_type; member
563 cb->drv_info[0].drive_type = cpu_to_le32(0x0); in mx28_create_sd_image()
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu1290 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)
/openbmc/openbmc/poky/scripts/
H A Drunqemu1290 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)
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.c3206 u8 drive_type = 0; in megasas_build_io_fusion() local
3242 drive_type = instance->pd_list[pd_index].driveType; in megasas_build_io_fusion()
3246 drive_type == TYPE_ENCLOSURE)) in megasas_build_io_fusion()