Searched refs:blk3 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-image-locking.c | 78 BlockBackend *blk1, *blk2, *blk3; in test_image_locking_basic() local 98 blk3 = open_image(img_path, perm, BLK_PERM_WRITE_UNCHANGED, NULL); in test_image_locking_basic() 99 g_assert_null(blk3); in test_image_locking_basic() 110 blk3 = open_image(img_path, perm, BLK_PERM_WRITE_UNCHANGED, &error_abort); in test_image_locking_basic() 111 g_assert(blk3); in test_image_locking_basic() 112 blk_unref(blk3); in test_image_locking_basic()
|
H A D | test-throttle.c | 740 BlockBackend *blk1, *blk2, *blk3; in test_groups() local 747 blk3 = blk_new(qemu_get_aio_context(), 0, BLK_PERM_ALL); in test_groups() 751 blkp3 = blk_get_public(blk3); in test_groups() 763 throttle_group_register_tgm(tgm3, "bar", blk_get_aio_context(blk3)); in test_groups()
|
/openbmc/u-boot/test/dm/ |
H A D | blk.c | 18 struct udevice *blk1, *blk3, *dev; in dm_test_blk_base() local 27 IF_TYPE_HOST, 3, 512, 2, &blk3)); in dm_test_blk_base() 34 ut_asserteq_ptr(blk3, dev); in dm_test_blk_base() 40 ut_asserteq_ptr(blk3, dev); in dm_test_blk_base()
|