Lines Matching defs:f
149 void timer_put(QEMUFile *f, QEMUTimer *ts) in timer_put()
157 void timer_get(QEMUFile *f, QEMUTimer *ts) in timer_get()
174 static int get_timer(QEMUFile *f, void *pv, size_t size, in get_timer()
182 static int put_timer(QEMUFile *f, void *pv, size_t size, in put_timer()
383 static int get_capability(QEMUFile *f, void *pv, size_t size, in get_capability()
404 static int put_capability(QEMUFile *f, void *pv, size_t size, in put_capability()
933 static int vmstate_load(QEMUFile *f, SaveStateEntry *se) in vmstate_load()
942 static void vmstate_save_old_style(QEMUFile *f, SaveStateEntry *se, in vmstate_save_old_style()
964 static void save_section_header(QEMUFile *f, SaveStateEntry *se, in save_section_header()
986 static void save_section_footer(QEMUFile *f, SaveStateEntry *se) in save_section_footer()
994 static int vmstate_save(QEMUFile *f, SaveStateEntry *se, JSONWriter *vmdesc, in vmstate_save()
1042 static void qemu_savevm_command_send(QEMUFile *f, in qemu_savevm_command_send()
1055 void qemu_savevm_send_colo_enable(QEMUFile *f) in qemu_savevm_send_colo_enable()
1061 void qemu_savevm_send_ping(QEMUFile *f, uint32_t value) in qemu_savevm_send_ping()
1070 void qemu_savevm_send_open_return_path(QEMUFile *f) in qemu_savevm_send_open_return_path()
1085 int qemu_savevm_send_packaged(QEMUFile *f, const uint8_t *buf, size_t len) in qemu_savevm_send_packaged()
1110 void qemu_savevm_send_postcopy_advise(QEMUFile *f) in qemu_savevm_send_postcopy_advise()
1142 void qemu_savevm_send_postcopy_ram_discard(QEMUFile *f, const char *name, in qemu_savevm_send_postcopy_ram_discard()
1172 void qemu_savevm_send_postcopy_listen(QEMUFile *f) in qemu_savevm_send_postcopy_listen()
1179 void qemu_savevm_send_postcopy_run(QEMUFile *f) in qemu_savevm_send_postcopy_run()
1185 void qemu_savevm_send_postcopy_resume(QEMUFile *f) in qemu_savevm_send_postcopy_resume()
1191 void qemu_savevm_send_recv_bitmap(QEMUFile *f, char *block_name) in qemu_savevm_send_recv_bitmap()
1231 void qemu_savevm_state_header(QEMUFile *f) in qemu_savevm_state_header()
1295 int qemu_savevm_state_setup(QEMUFile *f, Error **errp) in qemu_savevm_state_setup()
1374 int qemu_savevm_state_iterate(QEMUFile *f, bool postcopy) in qemu_savevm_state_iterate()
1441 void qemu_savevm_state_complete_postcopy(QEMUFile *f) in qemu_savevm_state_complete_postcopy()
1474 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable()
1516 int qemu_savevm_state_complete_precopy_non_iterable(QEMUFile *f, in qemu_savevm_state_complete_precopy_non_iterable()
1586 int qemu_savevm_state_complete_precopy(QEMUFile *f, bool iterable_only, in qemu_savevm_state_complete_precopy()
1685 static int qemu_savevm_state(QEMUFile *f, Error **errp) in qemu_savevm_state()
1739 void qemu_savevm_live_state(QEMUFile *f) in qemu_savevm_live_state()
1746 int qemu_save_device_state(QEMUFile *f) in qemu_save_device_state()
1982 QEMUFile *f = mis->from_src_file; in postcopy_ram_listen_thread() local
2421 static int loadvm_process_command(QEMUFile *f) in loadvm_process_command()
2524 static bool check_section_footer(QEMUFile *f, SaveStateEntry *se) in check_section_footer()
2562 qemu_loadvm_section_start_full(QEMUFile *f, uint8_t type) in qemu_loadvm_section_start_full()
2640 qemu_loadvm_section_part_end(QEMUFile *f, uint8_t type) in qemu_loadvm_section_part_end()
2692 static int qemu_loadvm_state_header(QEMUFile *f) in qemu_loadvm_state_header()
2744 static int qemu_loadvm_state_setup(QEMUFile *f, Error **errp) in qemu_loadvm_state_setup()
2855 int qemu_loadvm_state_main(QEMUFile *f, MigrationIncomingState *mis) in qemu_loadvm_state_main()
2930 int qemu_loadvm_state(QEMUFile *f) in qemu_loadvm_state()
3014 int qemu_load_device_state(QEMUFile *f) in qemu_load_device_state()
3054 QEMUFile *f; in save_snapshot() local
3161 QEMUFile *f; in qmp_xen_save_devices_state() local
3211 QEMUFile *f; in qmp_xen_load_devices_state() local
3245 QEMUFile *f; in load_snapshot() local