/linux-6.12.1/drivers/infiniband/core/ |
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 …]
|
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-6.12.1/drivers/crypto/caam/ |
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-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
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 = "Invalid offset+size", [all …]
|
D | bpf_tcp_ca.c | 221 static char *err_str; variable 239 if (err_str && strstr(log_buf, err_str) != NULL) in libbpf_debug_print() 251 err_str = "struct ops programs must have a GPL compatible license"; in test_invalid_license() 330 err_str = "program of this type cannot use helper bpf_setsockopt"; in test_rel_setsockopt() 383 err_str = "attach to unsupported member get_info"; in test_unsupp_cong_op()
|
D | tc_redirect.c | 331 char err_str[128], ifname[16]; in qdisc_clsact_create() local 337 snprintf(err_str, sizeof(err_str), in qdisc_clsact_create() 340 err_str[sizeof(err_str) - 1] = 0; in qdisc_clsact_create() 341 ASSERT_OK(err, err_str); in qdisc_clsact_create() 351 char err_str[128], ifname[16]; in xgress_filter_add() local 358 snprintf(err_str, sizeof(err_str), in xgress_filter_add() 363 err_str[sizeof(err_str) - 1] = 0; in xgress_filter_add() 364 ASSERT_OK(err, err_str); in xgress_filter_add()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | reporter_tx.c | 474 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_err_cqe() local 481 snprintf(err_str, sizeof(err_str), "ERR CQE on SQ: 0x%x", sq->sqn); in mlx5e_reporter_tx_err_cqe() 483 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_err_cqe() 488 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_timeout() local 497 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_tx_timeout() 502 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_timeout() 509 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_ptpsq_unhealthy() local 518 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_tx_ptpsq_unhealthy() 522 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_ptpsq_unhealthy()
|
D | reporter_rx.c | 495 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rx_timeout() local 507 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_rx_timeout() 511 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rx_timeout() 516 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rq_cqe_err() local 523 snprintf(err_str, sizeof(err_str), "ERR CQE on RQ: 0x%x", rq->rqn); in mlx5e_reporter_rq_cqe_err() 525 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rq_cqe_err() 531 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_icosq_cqe_err() local 537 snprintf(err_str, sizeof(err_str), "ERR CQE on ICOSQ: 0x%x", icosq->sqn); in mlx5e_reporter_icosq_cqe_err() 539 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_icosq_cqe_err()
|
D | health.c | 151 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report() argument 154 netdev_err(priv->netdev, "%s\n", err_str); in mlx5e_health_report() 159 return devlink_health_report(reporter, err_str, err_ctx); in mlx5e_health_report()
|
D | health.h | 50 struct devlink_health_reporter *reporter, char *err_str,
|
/linux-6.12.1/tools/bpf/bpftool/ |
D | common.c | 184 char err_str[ERR_MAX_LEN]; in mount_tracefs() local 187 err = mnt_fs(target, "tracefs", err_str, ERR_MAX_LEN); in mount_tracefs() 189 err_str[ERR_MAX_LEN - 1] = '\0'; in mount_tracefs() 190 p_err("can't mount tracefs: %s", err_str); in mount_tracefs() 249 char err_str[ERR_MAX_LEN]; in create_and_mount_bpffs_dir() local 299 err = mnt_fs(dir_name, "bpf", err_str, ERR_MAX_LEN); in create_and_mount_bpffs_dir() 301 err_str[ERR_MAX_LEN - 1] = '\0'; in create_and_mount_bpffs_dir() 303 dir_name, err_str); in create_and_mount_bpffs_dir() 314 char err_str[ERR_MAX_LEN]; in mount_bpffs_for_file() local 348 err = mnt_fs(dir, "bpf", err_str, ERR_MAX_LEN); in mount_bpffs_for_file() [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/iavf/ |
D | iavf_common.c | 66 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in iavf_aq_str() 67 return hw->err_str; in iavf_aq_str() 214 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in iavf_stat_str() 215 return hw->err_str; in iavf_stat_str()
|
D | iavf_type.h | 178 char err_str[16]; member
|
/linux-6.12.1/drivers/sbus/char/ |
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-6.12.1/drivers/media/platform/st/sti/delta/ |
D | delta-mjpeg-dec.c | 103 static inline const char *err_str(enum jpeg_decoding_error_t err) in err_str() function 184 err_str(status->error_code)); in delta_mjpeg_check_status() 190 err_str(status->error_code)); in delta_mjpeg_check_status()
|
/linux-6.12.1/drivers/platform/x86/ |
D | think-lmi.h | 16 const char *err_str; member
|
/linux-6.12.1/tools/perf/util/ |
D | parse-events.c | 839 char *err_str; in config_term_avail() local 882 if (asprintf(&err_str, "'%s' is not usable in 'perf stat'", in config_term_avail() 884 parse_events_error__handle(err, -1, err_str, NULL); in config_term_avail() 1035 char *err_str; in config_term_pmu() local 1037 if (asprintf(&err_str, "Failed to find PMU for type %d", attr->type) >= 0) in config_term_pmu() 1039 err_str, /*help=*/NULL); in config_term_pmu() 1061 char *err_str; in config_term_pmu() local 1063 if (asprintf(&err_str, "Failed to find PMU for type %d", attr->type) >= 0) in config_term_pmu() 1065 err_str, /*help=*/NULL); in config_term_pmu() 2273 static void __parse_events_error__print(int err_idx, const char *err_str, in __parse_events_error__print() argument [all …]
|
/linux-6.12.1/fs/ext4/ |
D | xattr.c | 197 char *err_str; in check_xattrs() local 202 err_str = "invalid header"; in check_xattrs() 209 err_str = "invalid checksum"; in check_xattrs() 217 err_str = "in-inode xattr block too small"; in check_xattrs() 221 err_str = "bad magic number in in-inode xattr"; in check_xattrs() 230 err_str = "e_name out of bounds"; in check_xattrs() 234 err_str = "bad e_name length"; in check_xattrs() 246 err_str = "ea_inode specified without ea_inode feature enabled"; in check_xattrs() 251 err_str = "invalid ea_ino"; in check_xattrs() 255 err_str = "e_value size too large"; in check_xattrs() [all …]
|
/linux-6.12.1/drivers/perf/ |
D | arm_spe_pmu.c | 563 const char *err_str; in arm_spe_pmu_buf_get_fault_act() local 601 err_str = "Unexpected buffer fault"; in arm_spe_pmu_buf_get_fault_act() 604 err_str = "Unknown error code"; in arm_spe_pmu_buf_get_fault_act() 614 err_str = "Unknown buffer status code"; in arm_spe_pmu_buf_get_fault_act() 619 err_str, smp_processor_id(), pmbsr, in arm_spe_pmu_buf_get_fault_act()
|
/linux-6.12.1/lib/ |
D | kobject.c | 335 char *err_str; in kobject_init() local 338 err_str = "invalid kobject pointer!"; in kobject_init() 342 err_str = "must have a ktype to be initialized properly!\n"; in kobject_init() 357 pr_err("kobject (%p): %s\n", kobj, err_str); in kobject_init()
|
/linux-6.12.1/drivers/iommu/arm/arm-smmu-v3/ |
D | tegra241-cmdqv.c | 279 char err_str[256]; in tegra241_cmdqv_isr() local 286 snprintf(err_str, sizeof(err_str), in tegra241_cmdqv_isr() 293 dev_warn(cmdqv->dev, "unexpected error reported. %s\n", err_str); in tegra241_cmdqv_isr()
|
/linux-6.12.1/drivers/firmware/arm_scmi/ |
D | driver.c | 3065 char *err_str = "probe failure\n"; in scmi_probe() local 3075 err_str = "transport invalid\n"; in scmi_probe() 3120 err_str = "failed to setup channels\n"; in scmi_probe() 3126 err_str = "failed to register bus notifier\n"; in scmi_probe() 3133 err_str = "failed to register device notifier\n"; in scmi_probe() 3139 err_str = "failed to init xfers pool\n"; in scmi_probe() 3178 err_str = "unable to communicate with SCMI\n"; in scmi_probe() 3180 dev_err(dev, "%s", err_str); in scmi_probe() 3238 return dev_err_probe(dev, ret, "%s", err_str); in scmi_probe()
|
/linux-6.12.1/tools/testing/vsock/ |
D | util.c | 36 static unsigned int parse_uint(const char *str, const char *err_str) in parse_uint() argument 44 fprintf(stderr, "malformed %s \"%s\"\n", err_str, str); in parse_uint()
|
/linux-6.12.1/drivers/i2c/ |
D | i2c-core-base.c | 429 char *err_str; in i2c_init_recovery() local 438 err_str = "no suitable method provided"; in i2c_init_recovery() 455 err_str = "no {get|set}_scl() found"; in i2c_init_recovery() 459 err_str = "either get_sda() or set_sda() needed"; in i2c_init_recovery() 467 dev_err(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery() 469 dev_dbg(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery()
|
/linux-6.12.1/drivers/firmware/arm_ffa/ |
D | driver.c | 1516 char *err_str; in ffa_irq_map() local 1520 err_str = "Notification Pending Interrupt"; in ffa_irq_map() 1522 err_str = "Schedule Receiver Interrupt"; in ffa_irq_map() 1524 err_str = "Unknown ID"; in ffa_irq_map() 1530 pr_err("Failed to retrieve FF-A %s %u\n", err_str, id); in ffa_irq_map()
|