OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qemu_vfree
(Results
1 - 10
of
10
) sorted by null
/external/qemu/
osdep.h
93
void
qemu_vfree
(void *ptr);
oslib-posix.c
69
void
qemu_vfree
(void *ptr)
function
oslib-win32.c
70
void
qemu_vfree
(void *ptr)
function
posix-aio-compat.c
299
qemu_vfree
(buf);
block.c
[
all
...]
exec.c
[
all
...]
qemu-io.c
75
qemu_vfree
(p);
[
all
...]
/external/qemu/block/
qcow.c
627
qemu_vfree
(acb->orig_buf);
710
qemu_vfree
(acb->orig_buf);
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 81 milliseconds