Home
last modified time | relevance | path

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

/qemu/tests/qtest/fuzz/
H A Dgeneric_fuzz.c299 struct get_io_cb_info cb_info = {}; in get_io_address() local
301 cb_info.index = index; in get_io_address()
309 flatview_for_each_range(view, get_io_address_cb , &cb_info); in get_io_address()
310 } while (cb_info.index != index && !cb_info.found); in get_io_address()
312 *result = cb_info.result; in get_io_address()
318 return cb_info.found; in get_io_address()