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.c330 uint8_t *cmpbuf; in test_bmdma_simple_rw() local
344 cmpbuf = g_malloc(len); in test_bmdma_simple_rw()
365 memset(cmpbuf, 0x55, len); in test_bmdma_simple_rw()
373 g_assert(memcmp(buf, cmpbuf, len) == 0); in test_bmdma_simple_rw()
376 memset(cmpbuf, 0xaa, len); in test_bmdma_simple_rw()
384 g_assert(memcmp(buf, cmpbuf, len) == 0); in test_bmdma_simple_rw()
388 g_free(cmpbuf); in test_bmdma_simple_rw()