Home
last modified time | relevance | path

Searched refs:img1 (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D040410 img1 = os.path.join(iotests.test_dir, '1.img') variable in TestReopenOverlay
417 '-o', 'backing_file=%s' % self.img0, '-F', 'raw', self.img1)
419 '-o', 'backing_file=%s' % self.img1,
424 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xab 0 128K', self.img1)
431 os.remove(self.img1)
439 self.run_commit_test(self.img1, self.img0)
726 img1 = os.path.join(iotests.test_dir, '1.img') variable in TestCommitWithFilters
740 qemu_img('create', '-f', iotests.imgfmt, self.img1, '64M')
747 self.pattern_files = [self.img0, self.img1, self.img2, self.img3]
779 'filename': self.img1
[all …]
H A D256.out55 "target": "img1-full"
106 "target": "img1-incr"
H A Diotests.py545 def compare_images(img1: str, img2: str,
555 qemu_img('compare', '-f', fmt1, '-F', fmt2, img1, img2)
/openbmc/linux/include/linux/
H A Dswitchtec.h234 struct partition_info img1; member
261 struct partition_info img1; member
/openbmc/u-boot/board/hisilicon/hikey/
H A DREADME98 > sudo python ~/hikey/src/hisi-idt.py -d /dev/ttyUSB0 --img1 ~/hikey/bin/recovery.bin
/openbmc/linux/drivers/pci/switch/
H A Dswitchtec.c715 set_fw_info_part(info, &fi->img1); in flash_part_info_gen3()
820 set_fw_info_part(info, &fi->img1); in flash_part_info_gen4()