Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-blockjob.c68 static BlockBackend *create_blk(const char *name) in create_blk() function
107 blk[0] = create_blk(NULL); in test_job_ids()
108 blk[1] = create_blk("drive1"); in test_job_ids()
109 blk[2] = create_blk("drive2"); in test_job_ids()
210 blk = create_blk(NULL); in create_common()