Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-io.c36 static void *qemu_io_alloc(size_t len, int pattern) in qemu_io_alloc() function
299 buf = qemu_io_alloc(count, 0xab); in read_f()
442 buf = p = qemu_io_alloc(count, 0xab); in readv_f()
586 buf = qemu_io_alloc(count, pattern); in write_f()
708 buf = p = qemu_io_alloc(count, pattern); in writev_f()