Home
last modified time | relevance | path

Searched refs:error_name (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/hw/pci/
H A Dpci-hmp-cmds.c167 const char *error_name; in hmp_pcie_aer_inject_error() local
185 error_name = qdict_get_str(qdict, "error_status"); in hmp_pcie_aer_inject_error()
186 if (pcie_aer_parse_error_string(error_name, &error_status, &correctable)) { in hmp_pcie_aer_inject_error()
187 if (qemu_strtoui(error_name, NULL, 0, &num) < 0) { in hmp_pcie_aer_inject_error()
188 error_setg(&err, "invalid error status value '%s'", error_name); in hmp_pcie_aer_inject_error()
H A Dpci-internal.h21 int pcie_aer_parse_error_string(const char *error_name,
H A Dpcie_aer.c941 int pcie_aer_parse_error_string(const char *error_name, in pcie_aer_parse_error_string() argument
948 if (strcmp(error_name, e->name)) { in pcie_aer_parse_error_string()
/openbmc/u-boot/drivers/fpga/
H A Dstratix10.c15 const char *error_name; member
41 return mbox_cfgstat_state[i].error_name; in mbox_cfgstat_to_str()
44 return mbox_cfgstat_state[MBOX_CFGSTAT_MAX - 1].error_name; in mbox_cfgstat_to_str()
/openbmc/linux/fs/cachefiles/
H A Dvolume.c50 goto error_name; in cachefiles_acquire_volume()
98 error_name: in cachefiles_acquire_volume()
/openbmc/linux/drivers/edac/
H A Di5400_edac.c178 static const char *error_name[] = { variable
557 errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name)); in i5400_proccess_non_recoverable_info()
562 bank, buf_id, ras, cas, allErrors, error_name[errnum]); in i5400_proccess_non_recoverable_info()
623 errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name)); in i5400_process_nonfatal_error_info()
634 allErrors, error_name[errnum]); in i5400_process_nonfatal_error_info()
645 errnum = find_first_bit(&allErrors, ARRAY_SIZE(error_name)); in i5400_process_nonfatal_error_info()
651 branch >> 1, allErrors, error_name[errnum]); in i5400_process_nonfatal_error_info()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp57 static message new_error(message& call, const string& error_name, in new_error() argument
59 auto x = message(dbus_message_new_error(call, error_name.c_str(), in new_error()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch104 +def map_error(error_name):
107 + error_registration.map_error(cls, error_name)
/openbmc/linux/security/keys/
H A Dkeyctl.c304 goto error_name; in keyctl_join_session_keyring()
309 error_name: in keyctl_join_session_keyring()
/openbmc/linux/sound/usb/
H A Dmixer.c2826 goto error_name; in parse_audio_selector_unit()
2841 goto error_name; in parse_audio_selector_unit()
2888 error_name: in parse_audio_selector_unit()