Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-replication.c96 static void test_blk_write(BlockBackend *blk, long pattern, int64_t offset, in test_blk_write() function
230 test_blk_write(blk, 0, 0, IMG_SIZE, true); in test_primary_write()
247 test_blk_write(blk, 0x22, 0, IMG_SIZE, false); in test_primary_start()
310 test_blk_write(blk, 0x11, 0, IMG_SIZE, false); in start_secondary()
379 test_blk_write(blk, 0, 0, IMG_SIZE, true); in test_secondary_write()
398 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_start()
405 test_blk_write(top_blk, 0x33, 0, IMG_SIZE / 2, false); in test_secondary_start()
428 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_stop()
435 test_blk_write(top_blk, 0x33, 0, IMG_SIZE / 2, false); in test_secondary_stop()
461 test_blk_write(local_blk, 0x22, IMG_SIZE / 2, IMG_SIZE / 2, false); in test_secondary_continuous_replication()
[all …]