Searched refs:error_desc (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/migration/ |
H A D | migration-hmp-cmds.c | 73 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 D | migration.c | 1316 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 D | trace-events | 155 migrate_error(const char *error_desc) "error=%s"
|
/openbmc/linux/include/linux/ |
H A D | edac.h | 600 struct edac_raw_error_desc error_desc; member
|
/openbmc/qemu/tests/qtest/ |
H A D | migration-test.c | 2649 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 D | edac_mc.c | 58 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 D | ghes_edac.c | 296 e = &mci->error_desc; in ghes_edac_report_mem_error()
|