Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu1296 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)
/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/
H A Drunqemu1296 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)