| /Linux-v5.4/drivers/infiniband/core/ |
| D | iwpm_msg.c | 69 const char *err_str = ""; in iwpm_register_pid() local 73 err_str = "Invalid port mapper client"; in iwpm_register_pid() 81 err_str = "Unable to create a nlmsg"; in iwpm_register_pid() 87 err_str = "Unable to allocate netlink request"; in iwpm_register_pid() 93 err_str = "Unable to put attribute of the nlmsg"; in iwpm_register_pid() 119 err_str = "Unable to send a nlmsg"; in iwpm_register_pid() 126 pr_info("%s: %s (client = %d)\n", __func__, err_str, nl_client); in iwpm_register_pid() 153 const char *err_str = ""; in iwpm_add_mapping() local 157 err_str = "Invalid port mapper client"; in iwpm_add_mapping() 163 err_str = "Unregistered port mapper client"; in iwpm_add_mapping() [all …]
|
| D | iwpm_util.c | 507 const char *err_str = ""; in iwpm_parse_nlmsg() local 512 err_str = "Invalid attribute"; in iwpm_parse_nlmsg() 518 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg() 523 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg() 529 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg() 627 const char *err_str = ""; in send_mapinfo_num() local 632 err_str = "Unable to create a nlmsg"; in send_mapinfo_num() 637 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num() 651 err_str = "Unable to send a nlmsg"; in send_mapinfo_num() 657 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num() [all …]
|
| /Linux-v5.4/drivers/crypto/caam/ |
| D | error.c | 228 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local 245 err_str = rng_err_id_list[err_id]; in report_ccb_status() 247 err_str = err_id_list[err_id]; in report_ccb_status() 259 err_str, err_err_code); in report_ccb_status() 280 const char *err_str = "unidentified error value 0x"; in report_deco_status() local 294 err_str = desc_error_list[i].error_text; in report_deco_status() 299 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status() 308 const char *err_str = "unidentified error value 0x"; in report_qi_status() local 317 err_str = qi_error_list[i].error_text; in report_qi_status() 322 status, error, err_str, err_err_code); in report_qi_status()
|
| /Linux-v5.4/tools/testing/selftests/bpf/ |
| D | test_btf.c | 105 const char *err_str; member 263 .err_str = "Invalid member bits_offset", 393 .err_str = "Linkage not supported", 415 .err_str = "Invalid type_id", 440 .err_str = "Invalid type", 465 .err_str = "Invalid type", 502 .err_str = "Invalid size", 539 .err_str = "Invalid size", 576 .err_str = "Invalid size", 654 .err_str = "Invalid offset+size", [all …]
|
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| D | reporter_rx.c | 108 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_icosq_cqe_err() local 113 sprintf(err_str, "ERR CQE on ICOSQ: 0x%x", icosq->sqn); in mlx5e_reporter_icosq_cqe_err() 115 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_icosq_cqe_err() 177 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rq_cqe_err() local 182 sprintf(err_str, "ERR CQE on RQ: 0x%x", rq->rqn); in mlx5e_reporter_rq_cqe_err() 184 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rq_cqe_err() 208 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rx_timeout() local 213 sprintf(err_str, "RX timeout on channel: %d, ICOSQ: 0x%x RQ: 0x%x, CQ: 0x%x\n", in mlx5e_reporter_rx_timeout() 216 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rx_timeout()
|
| D | reporter_tx.c | 88 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_err_cqe() local 93 sprintf(err_str, "ERR CQE on SQ: 0x%x", sq->sqn); in mlx5e_reporter_tx_err_cqe() 95 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_err_cqe() 116 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_timeout() local 121 sprintf(err_str, in mlx5e_reporter_tx_timeout() 126 return mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_timeout()
|
| D | health.c | 197 struct devlink_health_reporter *reporter, char *err_str, in mlx5e_health_report() argument 201 netdev_err(priv->netdev, err_str); in mlx5e_health_report() 204 return devlink_health_report(reporter, err_str, err_ctx); in mlx5e_health_report()
|
| D | health.h | 46 struct devlink_health_reporter *reporter, char *err_str,
|
| /Linux-v5.4/tools/bpf/bpftool/ |
| D | common.c | 114 char err_str[ERR_MAX_LEN]; in mount_tracefs() local 117 err = mnt_fs(target, "tracefs", err_str, ERR_MAX_LEN); in mount_tracefs() 119 err_str[ERR_MAX_LEN - 1] = '\0'; in mount_tracefs() 120 p_err("can't mount tracefs: %s", err_str); in mount_tracefs() 168 char err_str[ERR_MAX_LEN]; in mount_bpffs_for_pin() local 187 err = mnt_fs(dir, "bpf", err_str, ERR_MAX_LEN); in mount_bpffs_for_pin() 189 err_str[ERR_MAX_LEN - 1] = '\0'; in mount_bpffs_for_pin() 191 name, err_str); in mount_bpffs_for_pin()
|
| /Linux-v5.4/drivers/media/platform/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-v5.4/drivers/sbus/char/ |
| D | oradax.c | 714 char *err_str; in dax_ccb_kill() local 724 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_kill() 725 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_kill() 740 char *err_str; in dax_ccb_info() local 753 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_info() 754 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_info()
|
| /Linux-v5.4/samples/bpf/ |
| D | xdp_monitor_user.c | 437 char *err_str = ""; in stats_print() local 455 err_str = "drv-err"; in stats_print() 458 i, pps, drop, info, i_str, err_str); in stats_print() 469 err_str = "drv-err"; in stats_print() 471 info, i_str, err_str); in stats_print()
|
| /Linux-v5.4/drivers/net/ethernet/intel/iavf/ |
| D | iavf_common.c | 98 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()
|
| D | iavf_type.h | 192 char err_str[16]; member
|
| /Linux-v5.4/lib/ |
| D | kobject.c | 351 char *err_str; in kobject_init() local 354 err_str = "invalid kobject pointer!"; in kobject_init() 358 err_str = "must have a ktype to be initialized properly!\n"; in kobject_init() 373 pr_err("kobject (%p): %s\n", kobj, err_str); in kobject_init()
|
| /Linux-v5.4/drivers/perf/ |
| D | arm_spe_pmu.c | 539 const char *err_str; in arm_spe_pmu_buf_get_fault_act() local 577 err_str = "Unexpected buffer fault"; in arm_spe_pmu_buf_get_fault_act() 580 err_str = "Unknown error code"; in arm_spe_pmu_buf_get_fault_act() 591 err_str = "Unknown buffer status code"; in arm_spe_pmu_buf_get_fault_act() 596 err_str, smp_processor_id(), pmbsr, in arm_spe_pmu_buf_get_fault_act()
|
| /Linux-v5.4/drivers/i2c/ |
| D | i2c-core-base.c | 250 char *err_str; in i2c_init_recovery() local 256 err_str = "no recover_bus() found"; in i2c_init_recovery() 275 err_str = "no {get|set}_scl() found"; in i2c_init_recovery() 279 err_str = "either get_sda() or set_sda() needed"; in i2c_init_recovery() 286 dev_err(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery()
|
| /Linux-v5.4/net/sctp/ |
| D | sm_statefuns.c | 4651 static const char err_str[] = "The following chunk had invalid length:"; in sctp_sf_violation_chunklen() local 4653 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunklen() 4654 sizeof(err_str)); in sctp_sf_violation_chunklen() 4714 static const char err_str[] = "The cumulative tsn ack beyond the max tsn currently sent:"; in sctp_sf_violation_ctsn() local 4716 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_ctsn() 4717 sizeof(err_str)); in sctp_sf_violation_ctsn() 4734 static const char err_str[] = "The following chunk violates protocol:"; in sctp_sf_violation_chunk() local 4739 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunk() 4740 sizeof(err_str)); in sctp_sf_violation_chunk()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_common.c | 119 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str() 120 return hw->err_str; in i40e_aq_str() 267 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in i40e_stat_str() 268 return hw->err_str; in i40e_stat_str()
|
| D | i40e_type.h | 637 char err_str[16]; member
|
| /Linux-v5.4/drivers/net/ethernet/marvell/mvpp2/ |
| D | mvpp2_main.c | 2829 char *err_str = NULL; in mvpp2_rx_error() local 2833 err_str = "crc"; in mvpp2_rx_error() 2836 err_str = "overrun"; in mvpp2_rx_error() 2839 err_str = "resource"; in mvpp2_rx_error() 2842 if (err_str && net_ratelimit()) in mvpp2_rx_error() 2845 status, err_str, sz); in mvpp2_rx_error()
|
| /Linux-v5.4/drivers/media/usb/dvb-usb/ |
| D | dw2102.c | 61 #define err_str "did not find the firmware file '%s'. You can use <kernel_dir>/scripts/get_dvb_firm… macro 1797 err(err_str, DW2101_FIRMWARE); in dw2102_load_firmware()
|
| /Linux-v5.4/fs/ceph/ |
| D | mds_client.c | 3040 bool err_str; in __decode_session_metadata() local 3046 err_str = !strncmp(*p, "error_string", len); in __decode_session_metadata() 3050 if (err_str && strnstr(*p, "blacklisted", len)) in __decode_session_metadata()
|
| /Linux-v5.4/kernel/bpf/ |
| D | verifier.c | 4121 const char *err_str; in check_helper_call() local 4125 err_str = "cannot get callchain buffer for func %s#%d\n"; in check_helper_call() 4128 err_str = "func %s#%d not supported without CONFIG_PERF_EVENTS\n"; in check_helper_call() 4131 verbose(env, err_str, func_id_name(func_id), func_id); in check_helper_call()
|