Home
last modified time | relevance | path

Searched refs:error_desc (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/migration/
H A Dmigration-hmp-cmds.c73 if (info->status == MIGRATION_STATUS_FAILED && info->error_desc) { in hmp_info_migrate()
74 monitor_printf(mon, " (%s)\n", info->error_desc); in hmp_info_migrate()
686 if (info->error_desc) { in hmp_migrate_status_cb()
687 error_report("%s", info->error_desc); in hmp_migrate_status_cb()
H A Dmigration.c1316 info->error_desc = g_strdup(error_get_pretty(s->error)); in fill_source_migration_info()
1351 if (!info->error_desc) { in fill_destination_migration_info()
1356 info->error_desc = g_strdup(error_get_pretty(s->error)); in fill_destination_migration_info()
H A Dtrace-events155 migrate_error(const char *error_desc) "error=%s"
/openbmc/linux/include/linux/
H A Dedac.h600 struct edac_raw_error_desc error_desc; member
/openbmc/qemu/tests/qtest/
H A Dmigration-test.c2649 const char *error_desc; in test_migrate_fd_finish_hook() local
2657 error_desc = qdict_get_str(qdict_get_qdict(rsp, "error"), "desc"); in test_migrate_fd_finish_hook()
2658 g_assert_cmpstr(error_desc, ==, "File descriptor named 'fd-mig' not found"); in test_migrate_fd_finish_hook()
2664 error_desc = qdict_get_str(qdict_get_qdict(rsp, "error"), "desc"); in test_migrate_fd_finish_hook()
2665 g_assert_cmpstr(error_desc, ==, "File descriptor named 'fd-mig' not found"); in test_migrate_fd_finish_hook()
/openbmc/linux/drivers/edac/
H A Dedac_mc.c58 return container_of(e, struct mem_ctl_info, error_desc); in error_desc_to_mci()
960 struct edac_raw_error_desc *e = &mci->error_desc; in edac_mc_handle_error()
H A Dghes_edac.c296 e = &mci->error_desc; in ghes_edac_report_mem_error()