Searched refs:test_blk_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/unit/ |
H A D | test-replication.c | 51 static void test_blk_read(BlockBackend *blk, long pattern, in test_blk_read() function 218 test_blk_read(blk, 0, 0, IMG_SIZE, 0, IMG_SIZE, true); in test_primary_read() 244 test_blk_read(blk, 0, 0, IMG_SIZE, 0, IMG_SIZE, true); in test_primary_start() 367 test_blk_read(blk, 0, 0, IMG_SIZE, 0, IMG_SIZE, true); in test_secondary_read() 394 test_blk_read(top_blk, 0x11, 0, IMG_SIZE, 0, IMG_SIZE, false); in test_secondary_start() 401 test_blk_read(top_blk, 0x11, IMG_SIZE / 2, in test_secondary_start() 408 test_blk_read(top_blk, 0x33, 0, IMG_SIZE / 2, in test_secondary_start() 431 test_blk_read(top_blk, 0x11, IMG_SIZE / 2, in test_secondary_stop() 441 test_blk_read(top_blk, 0x33, 0, IMG_SIZE / 2, in test_secondary_stop() 446 test_blk_read(top_blk, 0x22, IMG_SIZE / 2, in test_secondary_stop() [all …]
|