Searched refs:qemu_file_get_error (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/migration/
H A Dqemu-file.h168 int qemu_file_get_error(QEMUFile *f);
/external/qemu/
H A Dsavevm.c642 int qemu_file_get_error(QEMUFile *f) function
804 ret = qemu_file_get_error(f);
874 if (qemu_file_get_error(f)) {
1016 if (qemu_file_get_error(f)) {
2094 return qemu_file_get_error(f);
2127 return qemu_file_get_error(f);
2180 return qemu_file_get_error(f);
2210 ret = qemu_file_get_error(f);
2432 ret = qemu_file_get_error(f);
H A Darch_init.c452 if (qemu_file_get_error(f)) {

Completed in 118 milliseconds