Searched refs:qemu_put_string (Results 1 – 4 of 4) sorted by relevance
222 void qemu_put_string(QEMUFile *f, const char* str);
230 qemu_put_string(file, pipe->service->name); in pipe_save()241 qemu_put_string(file, pipe->args); in pipe_save()
956 qemu_put_string(f, c->param); in qemud_serial_client_save()2101 qemu_put_string(f, c->param); in _qemudPipe_save()
571 void qemu_put_string(QEMUFile *f, const char* str) in qemu_put_string() function