| /linux/drivers/edac/ |
| H A D | versalnet_edac.c | 595 const char *err_str; in rpmsg_cb() local 634 case 5: err_str = "General Software Non-Correctable error"; break; in rpmsg_cb() 635 case 6: err_str = "CFU error"; break; in rpmsg_cb() 636 case 7: err_str = "CFRAME error"; break; in rpmsg_cb() 637 case 10: err_str = "DDRMC Microblaze Correctable ECC error"; break; in rpmsg_cb() 638 case 11: err_str = "DDRMC Microblaze Non-Correctable ECC error"; break; in rpmsg_cb() 639 case 15: err_str = "MMCM error"; break; in rpmsg_cb() 640 case 16: err_str = "HNICX Correctable error"; break; in rpmsg_cb() 641 case 17: err_str = "HNICX Non-Correctable error"; break; in rpmsg_cb() 666 case 21: err_str = "GT Non-Correctable error"; break; in rpmsg_cb() [all …]
|
| /linux/drivers/infiniband/core/ |
| H A D | iwpm_msg.c | 69 const char *err_str = ""; in iwpm_register_pid() local 77 err_str = "Unable to create a nlmsg"; in iwpm_register_pid() 83 err_str = "Unable to allocate netlink request"; in iwpm_register_pid() 89 err_str = "Unable to put attribute of the nlmsg"; in iwpm_register_pid() 115 err_str = "Unable to send a nlmsg"; in iwpm_register_pid() 122 pr_info("%s: %s (client = %u)\n", __func__, err_str, nl_client); in iwpm_register_pid() 149 const char *err_str = ""; in iwpm_add_mapping() local 155 err_str = "Unregistered port mapper client"; in iwpm_add_mapping() 160 err_str = "Unable to create a nlmsg"; in iwpm_add_mapping() 166 err_str = "Unable to allocate netlink request"; in iwpm_add_mapping() [all …]
|
| H A D | iwpm_util.c | 463 const char *err_str = ""; in iwpm_parse_nlmsg() local 468 err_str = "Invalid attribute"; in iwpm_parse_nlmsg() 474 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg() 479 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg() 485 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg() 583 const char *err_str = ""; in send_mapinfo_num() local 588 err_str = "Unable to create a nlmsg"; in send_mapinfo_num() 593 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num() 607 err_str = "Unable to send a nlmsg"; in send_mapinfo_num() 613 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num() [all …]
|
| /linux/drivers/crypto/caam/ |
| H A D | error.c | 231 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local 248 err_str = rng_err_id_list[err_id]; in report_ccb_status() 250 err_str = err_id_list[err_id]; in report_ccb_status() 262 err_str, err_err_code); in report_ccb_status() 283 const char *err_str = "unidentified error value 0x"; in report_deco_status() local 297 err_str = desc_error_list[i].error_text; in report_deco_status() 302 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status() 311 const char *err_str = "unidentified error value 0x"; in report_qi_status() local 320 err_str = qi_error_list[i].error_text; in report_qi_status() 325 status, error, err_str, err_err_code); in report_qi_status()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 64 const char *err_str; member 222 .err_str = "Invalid member bits_offset", 352 .err_str = "Linkage not supported", 374 .err_str = "Invalid type_id", 399 .err_str = "Invalid type", 424 .err_str = "Invalid type", 461 .err_str = "Invalid size", 498 .err_str = "Invalid size", 535 .err_str = "Invalid size", 613 .err_str 5666 const char *err_str; global() member [all...] |
| H A D | bpf_tcp_ca.c | 217 static char *err_str; variable 235 if (err_str && strstr(log_buf, err_str) != NULL) in libbpf_debug_print() 247 err_str = "struct ops programs must have a GPL compatible license"; in test_invalid_license() 326 err_str = "program of this type cannot use helper bpf_setsockopt"; in test_rel_setsockopt() 379 err_str = "attach to unsupported member get_info"; in test_unsupp_cong_op()
|
| H A D | tc_redirect.c | 332 char err_str[128], ifname[16]; in qdisc_clsact_create() 338 snprintf(err_str, sizeof(err_str), in qdisc_clsact_create() 341 err_str[sizeof(err_str) - 1] = 0; in qdisc_clsact_create() 342 ASSERT_OK(err, err_str); in qdisc_clsact_create() 352 char err_str[128], ifname[16]; in xgress_filter_add() 359 snprintf(err_str, sizeof(err_str), in xgress_filter_add() 364 err_str[sizeo in xgress_filter_add() 331 char err_str[128], ifname[16]; qdisc_clsact_create() local 351 char err_str[128], ifname[16]; xgress_filter_add() local [all...] |
| /linux/tools/perf/util/ |
| H A D | drm_pmu.c | 333 char *err_str; in drm_pmu__config_term() local 336 asprintf(&err_str, in drm_pmu__config_term() 341 : err_str, in drm_pmu__config_term() 380 char *err_str; in drm_pmu__check_alias() local 383 asprintf(&err_str, in drm_pmu__check_alias() 388 : err_str, in drm_pmu__check_alias()
|
| H A D | hwmon_pmu.c | 632 char *err_str; in hwmon_pmu__config_term() local 635 asprintf(&err_str, in hwmon_pmu__config_term() 640 : err_str, in hwmon_pmu__config_term() 690 char *err_str; in hwmon_pmu__check_alias() local 693 asprintf(&err_str, in hwmon_pmu__check_alias() 698 : err_str, in hwmon_pmu__check_alias()
|
| H A D | parse-events.c | 745 char *err_str; in config_term_avail() local 792 if (asprintf(&err_str, "'%s' is not usable in 'perf stat'", in config_term_avail() 794 parse_events_error__handle(err, -1, err_str, NULL); in config_term_avail() 2322 static void __parse_events_error__print(int err_idx, const char *err_str, in __parse_events_error__print() argument 2329 if (err_str) { in __parse_events_error__print() 2371 fprintf(stderr, "%*s\\___ %s\n", idx + 1, "", err_str); in __parse_events_error__print()
|
| H A D | pmu.c | 1703 char *err_str; in pmu_config_term() local 1705 if (asprintf(&err_str, in pmu_config_term() 1708 err_str = strdup("value too big for format"); in pmu_config_term() 1710 parse_events_error__handle(err, term->err_val, err_str, /*help=*/NULL); in pmu_config_term()
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_common.c | 154 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in iavf_stat_str() 155 return hw->err_str; in iavf_stat_str()
|
| H A D | iavf_type.h | 178 char err_str[16]; member
|
| /linux/drivers/sbus/char/ |
| H A D | oradax.c | 711 char *err_str; in dax_ccb_kill() local 721 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_kill() 722 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_kill() 737 char *err_str; in dax_ccb_info() local 750 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_info() 751 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_info()
|
| /linux/block/ |
| H A D | bdev.c | 222 const char *err_str = NULL; in sb_validate_large_blocksize() local 225 err_str = "not supported by filesystem"; in sb_validate_large_blocksize() 227 err_str = "is only supported with CONFIG_TRANSPARENT_HUGEPAGE"; in sb_validate_large_blocksize() 229 if (!err_str) in sb_validate_large_blocksize() 233 sb->s_type->name, size, PAGE_SIZE, err_str); in sb_validate_large_blocksize()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | health.h | 50 struct devlink_health_reporter *reporter, char *err_str,
|
| /linux/drivers/firmware/arm_scmi/ |
| H A D | driver.c | 3125 char *err_str = "probe failure\n"; in scmi_probe() local 3135 err_str = "transport invalid\n"; in scmi_probe() 3173 err_str = "failed to setup channels\n"; in scmi_probe() 3179 err_str = "failed to register bus notifier\n"; in scmi_probe() 3186 err_str = "failed to register device notifier\n"; in scmi_probe() 3192 err_str = "failed to init xfers pool\n"; in scmi_probe() 3231 err_str = "unable to communicate with SCMI\n"; in scmi_probe() 3233 dev_err(dev, "%s", err_str); in scmi_probe() 3293 return dev_err_probe(dev, ret, "%s", err_str); in scmi_probe()
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | tegra241-cmdqv.c | 337 char err_str[256]; in tegra241_cmdqv_isr() local 344 snprintf(err_str, sizeof(err_str), in tegra241_cmdqv_isr() 351 dev_warn(cmdqv->dev, "unexpected error reported. %s\n", err_str); in tegra241_cmdqv_isr()
|
| /linux/tools/testing/vsock/ |
| H A D | util.c | 42 static unsigned int parse_uint(const char *str, const char *err_str) in parse_uint() argument 50 fprintf(stderr, "malformed %s \"%s\"\n", err_str, str); in parse_uint()
|
| /linux/drivers/firmware/arm_ffa/ |
| H A D | driver.c | 1797 char *err_str; in ffa_irq_map() local 1801 err_str = "Notification Pending Interrupt"; in ffa_irq_map() 1803 err_str = "Schedule Receiver Interrupt"; in ffa_irq_map() 1805 err_str = "Unknown ID"; in ffa_irq_map() 1811 pr_err("Failed to retrieve FF-A %s %u\n", err_str, id); in ffa_irq_map()
|
| /linux/net/sctp/ |
| H A D | sm_statefuns.c | 4828 static const char err_str[] = "The following chunk had invalid length:"; in sctp_sf_violation_chunklen() local 4830 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunklen() 4831 sizeof(err_str)); in sctp_sf_violation_chunklen() 4891 static const char err_str[] = "The cumulative tsn ack beyond the max tsn currently sent:"; in sctp_sf_violation_ctsn() local 4893 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_ctsn() 4894 sizeof(err_str)); in sctp_sf_violation_ctsn() 4911 static const char err_str[] = "The following chunk violates protocol:"; in sctp_sf_violation_chunk() local 4913 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunk() 4914 sizeof(err_str)); in sctp_sf_violation_chunk()
|
| /linux/fs/ext4/ |
| H A D | inode.c | 5111 const char *err_str; in check_igot_inode() local 5115 err_str = "missing EA_INODE flag"; in check_igot_inode() 5120 err_str = "ea_inode with extended attributes"; in check_igot_inode() 5132 err_str = "unexpected EA_INODE flag"; in check_igot_inode() 5137 err_str = "unexpected bad inode w/o EXT4_IGET_BAD"; in check_igot_inode() 5143 ext4_error_inode(inode, function, line, 0, "%s", err_str); in check_igot_inode()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_type.h | 584 char err_str[16]; member
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 1863 goto err_str; in vduse_create_dev() 1896 err_str: in vduse_create_dev()
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 4137 bool err_str; in __decode_session_metadata() local 4143 err_str = !strncmp(*p, "error_string", len); in __decode_session_metadata() 4151 if (err_str && strnstr(*p, "blacklisted", len)) in __decode_session_metadata()
|