Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dide-test.c333 uint8_t *cmpbuf; in test_bmdma_simple_rw() local
347 cmpbuf = g_malloc(len); in test_bmdma_simple_rw()
368 memset(cmpbuf, 0x55, len); in test_bmdma_simple_rw()
376 g_assert(memcmp(buf, cmpbuf, len) == 0); in test_bmdma_simple_rw()
379 memset(cmpbuf, 0xaa, len); in test_bmdma_simple_rw()
387 g_assert(memcmp(buf, cmpbuf, len) == 0); in test_bmdma_simple_rw()
391 g_free(cmpbuf); in test_bmdma_simple_rw()