Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dbuffer.c139 void buffer_move_empty(Buffer *to, Buffer *from) in buffer_move_empty() function
159 buffer_move_empty(to, from); in buffer_move()
H A Dtrace-events23 buffer_move_empty(const char *buf, size_t len, const char *from) "%s: %zd bytes from %s"
/openbmc/qemu/include/qemu/
H A Dbuffer.h148 void buffer_move_empty(Buffer *to, Buffer *from);
/openbmc/qemu/ui/
H A Dvnc-jobs.c271 buffer_move_empty(&vs.output, &job->vs->output); in vnc_worker_thread_loop()