Home
last modified time | relevance | path

Searched refs:err_str (Results 1 – 25 of 32) sorted by relevance

12

/linux-6.3-rc2/drivers/infiniband/core/
A Diwpm_msg.c69 const char *err_str = ""; in iwpm_register_pid() local
77 err_str = "Unable to create a nlmsg"; in iwpm_register_pid()
115 err_str = "Unable to send a nlmsg"; in iwpm_register_pid()
149 const char *err_str = ""; in iwpm_add_mapping() local
160 err_str = "Unable to create a nlmsg"; in iwpm_add_mapping()
200 err_str = "Unable to send a nlmsg"; in iwpm_add_mapping()
232 const char *err_str = ""; in iwpm_add_and_query_mapping() local
244 err_str = "Unable to create a nlmsg"; in iwpm_add_and_query_mapping()
289 err_str = "Unable to send a nlmsg"; in iwpm_add_and_query_mapping()
319 const char *err_str = ""; in iwpm_remove_mapping() local
[all …]
A Diwpm_util.c463 const char *err_str = ""; in iwpm_parse_nlmsg() local
468 err_str = "Invalid attribute"; 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()
607 err_str = "Unable to send a nlmsg"; in send_mapinfo_num()
646 const char *err_str = ""; in iwpm_send_mapinfo() local
652 err_str = "Unable to allocate skb"; in iwpm_send_mapinfo()
765 const char *err_str; in iwpm_send_hello() local
[all …]
/linux-6.3-rc2/drivers/crypto/caam/
A Derror.c231 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.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dbtf.c64 const char *err_str; member
399 .err_str = "Invalid type",
424 .err_str = "Invalid type",
461 .err_str = "Invalid size",
1903 .err_str = "size != 0",
1966 .err_str = "type != 0",
3585 .err_str = "vlen != 0",
3806 .err_str = "vlen != 0",
4317 CHECK(test->err_str && !strstr(btf_log_buf, test->err_str), in do_test_raw()
5567 const char *err_str; member
[all …]
A Dbpf_tcp_ca.c215 static char *err_str; variable
233 if (err_str && strstr(log_buf, err_str) != NULL) in libbpf_debug_print()
245 err_str = "struct ops programs must have a GPL compatible license"; in test_invalid_license()
319 err_str = "unknown func bpf_setsockopt"; in test_rel_setsockopt()
372 err_str = "attach to unsupported member get_info"; in test_unsupp_cong_op()
A Dtc_redirect.c251 char err_str[128], ifname[16]; in qdisc_clsact_create() local
257 snprintf(err_str, sizeof(err_str), in qdisc_clsact_create()
260 err_str[sizeof(err_str) - 1] = 0; in qdisc_clsact_create()
261 ASSERT_OK(err, err_str); in qdisc_clsact_create()
271 char err_str[128], ifname[16]; in xgress_filter_add() local
278 snprintf(err_str, sizeof(err_str), in xgress_filter_add()
283 err_str[sizeof(err_str) - 1] = 0; in xgress_filter_add()
284 ASSERT_OK(err, err_str); in xgress_filter_add()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dreporter_rx.c672 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rx_timeout() local
683 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_rx_timeout()
687 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rx_timeout()
692 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rq_cqe_err() local
699 snprintf(err_str, sizeof(err_str), "ERR CQE on RQ: 0x%x", rq->rqn); in mlx5e_reporter_rq_cqe_err()
701 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rq_cqe_err()
707 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_icosq_cqe_err() local
713 snprintf(err_str, sizeof(err_str), "ERR CQE on ICOSQ: 0x%x", icosq->sqn); in mlx5e_reporter_icosq_cqe_err()
715 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_icosq_cqe_err()
A Dreporter_tx.c554 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_err_cqe() local
561 snprintf(err_str, sizeof(err_str), "ERR CQE on SQ: 0x%x", sq->sqn); in mlx5e_reporter_tx_err_cqe()
563 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_err_cqe()
568 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_timeout() local
577 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_tx_timeout()
582 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_timeout()
A Dhealth.c226 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report() argument
229 netdev_err(priv->netdev, "%s\n", err_str); in mlx5e_health_report()
234 return devlink_health_report(reporter, err_str, err_ctx); in mlx5e_health_report()
A Dhealth.h49 struct devlink_health_reporter *reporter, char *err_str,
/linux-6.3-rc2/tools/bpf/bpftool/
A Dcommon.c184 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 mount_bpffs_for_pin() local
273 err = mnt_fs(dir, "bpf", err_str, ERR_MAX_LEN); in mount_bpffs_for_pin()
275 err_str[ERR_MAX_LEN - 1] = '\0'; in mount_bpffs_for_pin()
277 name, err_str); in mount_bpffs_for_pin()
/linux-6.3-rc2/drivers/media/platform/st/sti/delta/
A Ddelta-mjpeg-dec.c103 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.3-rc2/drivers/sbus/char/
A Doradax.c712 char *err_str; in dax_ccb_kill() local
722 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_kill()
723 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_kill()
738 char *err_str; in dax_ccb_info() local
751 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_info()
752 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_info()
/linux-6.3-rc2/drivers/platform/x86/
A Dthink-lmi.h16 const char *err_str; member
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_common.c98 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in iavf_aq_str()
99 return hw->err_str; in iavf_aq_str()
246 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in iavf_stat_str()
247 return hw->err_str; in iavf_stat_str()
A Diavf_type.h192 char err_str[16]; member
/linux-6.3-rc2/lib/
A Dkobject.c327 char *err_str; in kobject_init() local
330 err_str = "invalid kobject pointer!"; in kobject_init()
334 err_str = "must have a ktype to be initialized properly!\n"; in kobject_init()
349 pr_err("kobject (%p): %s\n", kobj, err_str); in kobject_init()
/linux-6.3-rc2/fs/ext4/
A Dxattr.c193 char *err_str; in check_xattrs() local
198 err_str = "invalid header"; in check_xattrs()
205 err_str = "invalid checksum"; in check_xattrs()
213 err_str = "in-inode xattr block too small"; in check_xattrs()
226 err_str = "e_name out of bounds"; in check_xattrs()
230 err_str = "bad e_name length"; in check_xattrs()
247 err_str = "invalid ea_ino"; in check_xattrs()
251 err_str = "e_value size too large"; in check_xattrs()
266 err_str = "e_value out of bounds"; in check_xattrs()
273 err_str = "overlapping e_value "; in check_xattrs()
[all …]
/linux-6.3-rc2/drivers/perf/
A Darm_spe_pmu.c586 const char *err_str; in arm_spe_pmu_buf_get_fault_act() local
624 err_str = "Unexpected buffer fault"; in arm_spe_pmu_buf_get_fault_act()
627 err_str = "Unknown error code"; in arm_spe_pmu_buf_get_fault_act()
637 err_str = "Unknown buffer status code"; in arm_spe_pmu_buf_get_fault_act()
642 err_str, smp_processor_id(), pmbsr, in arm_spe_pmu_buf_get_fault_act()
/linux-6.3-rc2/tools/perf/util/
A Dparse-events.c975 char *err_str; in config_term_avail() local
999 if (asprintf(&err_str, "'%s' is not usable in 'perf stat'", in config_term_avail()
1001 parse_events_error__handle(err, -1, err_str, NULL); in config_term_avail()
1474 char *err_str; in parse_events_add_pmu() local
1476 if (asprintf(&err_str, in parse_events_add_pmu()
1479 parse_events_error__handle(err, 0, err_str, NULL); in parse_events_add_pmu()
2360 static void __parse_events_error__print(int err_idx, const char *err_str, in __parse_events_error__print() argument
2367 if (err_str) { in __parse_events_error__print()
2409 fprintf(stderr, "%*s\\___ %s\n", idx + 1, "", err_str); in __parse_events_error__print()
A Dpmu.c1259 char *err_str; in pmu_config_term() local
1262 asprintf(&err_str, in pmu_config_term()
1266 : err_str, in pmu_config_term()
/linux-6.3-rc2/drivers/i2c/
A Di2c-core-base.c407 char *err_str; in i2c_init_recovery() local
416 err_str = "no suitable method provided"; in i2c_init_recovery()
433 err_str = "no {get|set}_scl() found"; in i2c_init_recovery()
437 err_str = "either get_sda() or set_sda() needed"; in i2c_init_recovery()
445 dev_err(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery()
447 dev_dbg(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery()
/linux-6.3-rc2/net/sctp/
A Dsm_statefuns.c4817 static const char err_str[] = "The following chunk had invalid length:"; in sctp_sf_violation_chunklen() local
4819 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunklen()
4820 sizeof(err_str)); in sctp_sf_violation_chunklen()
4880 static const char err_str[] = "The cumulative tsn ack beyond the max tsn currently sent:"; in sctp_sf_violation_ctsn() local
4882 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_ctsn()
4883 sizeof(err_str)); in sctp_sf_violation_ctsn()
4900 static const char err_str[] = "The following chunk violates protocol:"; in sctp_sf_violation_chunk() local
4902 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunk()
4903 sizeof(err_str)); in sctp_sf_violation_chunk()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_main.c2768 const char *err_str; in qed_hw_error_occurred() local
2772 err_str = qed_hw_err_type_descr[err_type]; in qed_hw_error_occurred()
2774 DP_NOTICE(p_hwfn, "HW error occurred [%s]\n", err_str); in qed_hw_error_occurred()
/linux-6.3-rc2/drivers/vdpa/vdpa_user/
A Dvduse_dev.c1507 goto err_str; in vduse_create_dev()
1554 err_str: in vduse_create_dev()

Completed in 111 milliseconds

12