Lines Matching defs:f

183 void timer_put(QEMUFile *f, QEMUTimer *ts)  in timer_put()
191 void timer_get(QEMUFile *f, QEMUTimer *ts) in timer_get()
208 static int get_timer(QEMUFile *f, void *pv, size_t size, in get_timer()
216 static int put_timer(QEMUFile *f, void *pv, size_t size, in put_timer()
417 static int get_capability(QEMUFile *f, void *pv, size_t size, in get_capability()
438 static int put_capability(QEMUFile *f, void *pv, size_t size, in put_capability()
966 static int vmstate_load(QEMUFile *f, SaveStateEntry *se) in vmstate_load()
975 static void vmstate_save_old_style(QEMUFile *f, SaveStateEntry *se, in vmstate_save_old_style()
997 static void save_section_header(QEMUFile *f, SaveStateEntry *se, in save_section_header()
1019 static void save_section_footer(QEMUFile *f, SaveStateEntry *se) in save_section_footer()
1027 static int vmstate_save(QEMUFile *f, SaveStateEntry *se, JSONWriter *vmdesc, in vmstate_save()
1075 static void qemu_savevm_command_send(QEMUFile *f, in qemu_savevm_command_send()
1088 void qemu_savevm_send_colo_enable(QEMUFile *f) in qemu_savevm_send_colo_enable()
1094 void qemu_savevm_send_ping(QEMUFile *f, uint32_t value) in qemu_savevm_send_ping()
1103 void qemu_savevm_send_open_return_path(QEMUFile *f) in qemu_savevm_send_open_return_path()
1118 int qemu_savevm_send_packaged(QEMUFile *f, const uint8_t *buf, size_t len) in qemu_savevm_send_packaged()
1143 void qemu_savevm_send_postcopy_advise(QEMUFile *f) in qemu_savevm_send_postcopy_advise()
1175 void qemu_savevm_send_postcopy_ram_discard(QEMUFile *f, const char *name, in qemu_savevm_send_postcopy_ram_discard()
1205 void qemu_savevm_send_postcopy_listen(QEMUFile *f) in qemu_savevm_send_postcopy_listen()
1212 void qemu_savevm_send_postcopy_run(QEMUFile *f) in qemu_savevm_send_postcopy_run()
1218 void qemu_savevm_send_postcopy_resume(QEMUFile *f) in qemu_savevm_send_postcopy_resume()
1224 void qemu_savevm_send_recv_bitmap(QEMUFile *f, char *block_name) in qemu_savevm_send_recv_bitmap()
1237 static void qemu_savevm_send_switchover_start(QEMUFile *f) in qemu_savevm_send_switchover_start()
1243 void qemu_savevm_maybe_send_switchover_start(QEMUFile *f) in qemu_savevm_maybe_send_switchover_start()
1277 void qemu_savevm_state_header(QEMUFile *f) in qemu_savevm_state_header()
1345 int qemu_savevm_state_setup(QEMUFile *f, Error **errp) in qemu_savevm_state_setup()
1427 int qemu_savevm_state_iterate(QEMUFile *f, bool postcopy) in qemu_savevm_state_iterate()
1494 void qemu_savevm_state_complete_postcopy(QEMUFile *f) in qemu_savevm_state_complete_postcopy()
1526 bool qemu_savevm_state_postcopy_prepare(QEMUFile *f, Error **errp) in qemu_savevm_state_postcopy_prepare()
1559 int qemu_savevm_state_complete_precopy_iterable(QEMUFile *f, bool in_postcopy) in qemu_savevm_state_complete_precopy_iterable()
1638 int qemu_savevm_state_complete_precopy_non_iterable(QEMUFile *f, in qemu_savevm_state_complete_precopy_non_iterable()
1693 int qemu_savevm_state_complete_precopy(QEMUFile *f, bool iterable_only) in qemu_savevm_state_complete_precopy()
1775 static int qemu_savevm_state(QEMUFile *f, Error **errp) in qemu_savevm_state()
1830 void qemu_savevm_live_state(QEMUFile *f) in qemu_savevm_live_state()
1837 int qemu_save_device_state(QEMUFile *f) in qemu_save_device_state()
2073 QEMUFile *f = mis->from_src_file; in postcopy_ram_listen_thread() local
2533 static int loadvm_process_command(QEMUFile *f) in loadvm_process_command()
2639 static bool check_section_footer(QEMUFile *f, SaveStateEntry *se) in check_section_footer()
2677 qemu_loadvm_section_start_full(QEMUFile *f, uint8_t type) in qemu_loadvm_section_start_full()
2755 qemu_loadvm_section_part_end(QEMUFile *f, uint8_t type) in qemu_loadvm_section_part_end()
2807 static int qemu_loadvm_state_header(QEMUFile *f) in qemu_loadvm_state_header()
2859 static int qemu_loadvm_state_setup(QEMUFile *f, Error **errp) in qemu_loadvm_state_setup()
3022 int qemu_loadvm_state_main(QEMUFile *f, MigrationIncomingState *mis) in qemu_loadvm_state_main()
3097 int qemu_loadvm_state(QEMUFile *f) in qemu_loadvm_state()
3195 int qemu_load_device_state(QEMUFile *f) in qemu_load_device_state()
3258 QEMUFile *f; in save_snapshot() local
3365 QEMUFile *f; in qmp_xen_save_devices_state() local
3411 QEMUFile *f; in qmp_xen_load_devices_state() local
3445 QEMUFile *f; in load_snapshot() local