OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu_vfree
(Results
1 - 8
of
8
) sorted by null
/external/qemu/include/qemu/
osdep.h
101
void
qemu_vfree
(void *ptr);
/external/qemu/util/
oslib-posix.c
141
void
qemu_vfree
(void *ptr)
function
oslib-win32.c
87
void
qemu_vfree
(void *ptr)
function
/external/qemu/
posix-aio-compat.c
299
qemu_vfree
(buf);
block.c
[
all
...]
exec.c
[
all
...]
/external/qemu/block/
qcow2.c
486
qemu_vfree
(acb->orig_buf);
639
qemu_vfree
(acb->orig_buf);
[
all
...]
raw-posix.c
195
qemu_vfree
(s->aligned_buf);
565
qemu_vfree
(s->aligned_buf);
[
all
...]
Completed in 865 milliseconds