/openbmc/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() 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 …]
|
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() 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 …]
|
/openbmc/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()
|
/openbmc/u-boot/drivers/crypto/fsl/ |
H A D | error.c | 149 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local 166 err_str = rng_err_id_list[err_id]; in report_ccb_status() 168 err_str = err_id_list[err_id]; in report_ccb_status() 176 err_str, err_err_code); in report_ccb_status() 193 const char *err_str = "unidentified error value 0x"; in report_deco_status() local 207 err_str = desc_error_list[i].error_text; in report_deco_status() 212 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 64 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", 4357 CHECK(test->err_str && !strstr(btf_log_buf, test->err_str), in do_test_raw() 5603 const char *err_str; member [all …]
|
H A D | bpf_tcp_ca.c | 218 static char *err_str; variable 236 if (err_str && strstr(log_buf, err_str) != NULL) in libbpf_debug_print() 248 err_str = "struct ops programs must have a GPL compatible license"; in test_invalid_license() 322 err_str = "unknown func bpf_setsockopt"; in test_rel_setsockopt() 375 err_str = "attach to unsupported member get_info"; in test_unsupp_cong_op()
|
H A D | tc_redirect.c | 266 char err_str[128], ifname[16]; in qdisc_clsact_create() local 272 snprintf(err_str, sizeof(err_str), in qdisc_clsact_create() 275 err_str[sizeof(err_str) - 1] = 0; in qdisc_clsact_create() 276 ASSERT_OK(err, err_str); in qdisc_clsact_create() 286 char err_str[128], ifname[16]; in xgress_filter_add() local 293 snprintf(err_str, sizeof(err_str), in xgress_filter_add() 298 err_str[sizeof(err_str) - 1] = 0; in xgress_filter_add() 299 ASSERT_OK(err, err_str); in xgress_filter_add()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | reporter_tx.c | 640 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_err_cqe() local 647 snprintf(err_str, sizeof(err_str), "ERR CQE on SQ: 0x%x", sq->sqn); in mlx5e_reporter_tx_err_cqe() 649 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_err_cqe() 654 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_timeout() local 663 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_tx_timeout() 668 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_timeout() 675 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_tx_ptpsq_unhealthy() local 684 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_tx_ptpsq_unhealthy() 688 mlx5e_health_report(priv, priv->tx_reporter, err_str, &err_ctx); in mlx5e_reporter_tx_ptpsq_unhealthy()
|
H A D | reporter_rx.c | 705 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rx_timeout() local 717 snprintf(err_str, sizeof(err_str), in mlx5e_reporter_rx_timeout() 721 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rx_timeout() 726 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_rq_cqe_err() local 733 snprintf(err_str, sizeof(err_str), "ERR CQE on RQ: 0x%x", rq->rqn); in mlx5e_reporter_rq_cqe_err() 735 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_rq_cqe_err() 741 char err_str[MLX5E_REPORTER_PER_Q_MAX_LEN]; in mlx5e_reporter_icosq_cqe_err() local 747 snprintf(err_str, sizeof(err_str), "ERR CQE on ICOSQ: 0x%x", icosq->sqn); in mlx5e_reporter_icosq_cqe_err() 749 mlx5e_health_report(priv, priv->rx_reporter, err_str, &err_ctx); in mlx5e_reporter_icosq_cqe_err()
|
H A D | health.c | 226 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()
|
H A D | health.h | 50 struct devlink_health_reporter *reporter, char *err_str,
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 184 char err_str[ERR_MAX_LEN]; in mount_tracefs() local 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() 350 err_str[ERR_MAX_LEN - 1] = '\0'; in mount_bpffs_for_file() [all …]
|
/openbmc/u-boot/lib/ |
H A D | slre.c | 171 r->err_str = "Jump offset is too big"; in set_jump_offset() 180 r->err_str = "RE is too long (code overflow)"; in emit() 189 r->err_str = "RE is too long (data overflow)"; in store_char_in_data() 276 r->err_str = "No closing ']' bracket"; in anyof() 366 r->err_str = "No closing bracket"; in compile() 377 r->err_str = "Unbalanced brackets"; in compile() 414 r->err_str = NULL; in slre_compile() 433 return (r->err_str == NULL ? 1 : 0); in slre_compile() 688 fprintf(stderr, "Error compiling slre: %s\n", slre.err_str); in main()
|
/openbmc/u-boot/include/ |
H A D | slre.h | 67 const char *err_str; /* Error string */ member
|
/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A 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()
|
/openbmc/linux/tools/perf/util/ |
H A D | parse-events.c | 784 char *err_str; in config_term_avail() local 827 if (asprintf(&err_str, "'%s' is not usable in 'perf stat'", in config_term_avail() 829 parse_events_error__handle(err, -1, err_str, NULL); in config_term_avail() 980 char *err_str; in config_term_pmu() local 984 err_str, /*help=*/NULL); in config_term_pmu() 998 char *err_str; in config_term_pmu() local 1002 err_str, /*help=*/NULL); in config_term_pmu() 1386 char *err_str; in parse_events_add_pmu() local 1388 if (asprintf(&err_str, in parse_events_add_pmu() 2206 if (err_str) { in __parse_events_error__print() [all …]
|
/openbmc/qemu/block/ |
H A D | iscsi.c | 118 char *err_str; member 680 iTask.err_str); 690 g_free(iTask.err_str); 753 lba, iTask.err_str); in iscsi_co_block_status() 788 g_free(iTask.err_str); in iscsi_co_block_status() 911 lba, iTask.err_str); 916 g_free(iTask.err_str); 953 g_free(iTask.err_str); in iscsi_co_flush() 1209 g_free(iTask.err_str); in iscsi_co_pdiscard() 1324 g_free(iTask.err_str); in iscsi_co_pwrite_zeroes() [all …]
|
/openbmc/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()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.h | 16 const char *err_str; member
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A 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()
|
/openbmc/linux/lib/ |
H A 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()
|
/openbmc/linux/fs/ext4/ |
H A 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() 230 err_str = "e_name out of bounds"; in check_xattrs() 234 err_str = "bad e_name length"; in check_xattrs() 251 err_str = "invalid ea_ino"; in check_xattrs() 255 err_str = "e_value size too large"; in check_xattrs() 270 err_str = "e_value out of bounds"; in check_xattrs() 277 err_str = "overlapping e_value "; in check_xattrs() [all …]
|
/openbmc/linux/drivers/perf/ |
H A D | arm_spe_pmu.c | 585 const char *err_str; in arm_spe_pmu_buf_get_fault_act() local 623 err_str = "Unexpected buffer fault"; in arm_spe_pmu_buf_get_fault_act() 626 err_str = "Unknown error code"; in arm_spe_pmu_buf_get_fault_act() 636 err_str = "Unknown buffer status code"; in arm_spe_pmu_buf_get_fault_act() 641 err_str, smp_processor_id(), pmbsr, in arm_spe_pmu_buf_get_fault_act()
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | hab.c | 25 static int ivt_header_error(const char *err_str, struct ivt_header *ivt_hdr) in ivt_header_error() argument 27 printf("%s magic=0x%x length=0x%02x version=0x%x\n", err_str, in ivt_header_error()
|
/openbmc/u-boot/env/ |
H A D | attr.c | 158 printf("Error compiling regex: %s\n", slre.err_str); in regex_callback()
|