/Linux-v4.19/drivers/infiniband/core/ |
D | iwpm_msg.c | 62 const char *err_str = ""; in iwpm_register_pid() local 66 err_str = "Invalid port mapper client"; in iwpm_register_pid() 74 err_str = "Unable to create a nlmsg"; in iwpm_register_pid() 80 err_str = "Unable to allocate netlink request"; in iwpm_register_pid() 86 err_str = "Unable to put attribute of the nlmsg"; in iwpm_register_pid() 112 err_str = "Unable to send a nlmsg"; in iwpm_register_pid() 119 pr_info("%s: %s (client = %d)\n", __func__, err_str, nl_client); in iwpm_register_pid() 140 const char *err_str = ""; in iwpm_add_mapping() local 144 err_str = "Invalid port mapper client"; in iwpm_add_mapping() 150 err_str = "Unregistered port mapper client"; in iwpm_add_mapping() [all …]
|
D | iwpm_util.c | 466 const char *err_str = ""; in iwpm_parse_nlmsg() local 471 err_str = "Invalid attribute"; in iwpm_parse_nlmsg() 477 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg() 482 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg() 488 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg() 586 const char *err_str = ""; in send_mapinfo_num() local 591 err_str = "Unable to create a nlmsg"; in send_mapinfo_num() 596 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num() 610 err_str = "Unable to send a nlmsg"; in send_mapinfo_num() 616 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num() [all …]
|
/Linux-v4.19/drivers/crypto/caam/ |
D | error.c | 170 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local 187 err_str = rng_err_id_list[err_id]; in report_ccb_status() 189 err_str = err_id_list[err_id]; in report_ccb_status() 200 err_str, err_err_code); in report_ccb_status() 217 const char *err_str = "unidentified error value 0x"; in report_deco_status() local 231 err_str = desc_error_list[i].error_text; in report_deco_status() 236 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_btf.c | 120 const char *err_str; member 274 .err_str = "Invalid member bits_offset", 306 .err_str = "Member exceeds struct_size", 340 .err_str = "Member exceeds struct_size", 374 .err_str = "Member exceeds struct_size", 416 .err_str = "Member exceeds struct_size", 481 .err_str = "Invalid member", 535 .err_str = "Invalid elem", 566 .err_str = "Loop detected", 603 .err_str = "Loop detected", [all …]
|
/Linux-v4.19/tools/bpf/bpftool/ |
D | common.c | 174 char err_str[ERR_MAX_LEN]; in do_pin_fd() local 193 err = mnt_bpffs(dir, err_str, ERR_MAX_LEN); in do_pin_fd() 200 err_str[ERR_MAX_LEN - 1] = '\0'; in do_pin_fd() 202 name, err_str); in do_pin_fd()
|
/Linux-v4.19/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-v4.19/drivers/sbus/char/ |
D | oradax.c | 726 char *err_str; in dax_ccb_kill() local 736 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_kill() 737 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_kill() 752 char *err_str; in dax_ccb_info() local 765 err_str = dax_hv_errno(hv_ret, &ret); in dax_ccb_info() 766 dax_dbg("%s (ca_ra 0x%llx)", err_str, ca); in dax_ccb_info()
|
/Linux-v4.19/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-v4.19/lib/ |
D | kobject.c | 343 char *err_str; in kobject_init() local 346 err_str = "invalid kobject pointer!"; in kobject_init() 350 err_str = "must have a ktype to be initialized properly!\n"; in kobject_init() 365 pr_err("kobject (%p): %s\n", kobj, err_str); in kobject_init()
|
/Linux-v4.19/drivers/perf/ |
D | arm_spe_pmu.c | 549 const char *err_str; in arm_spe_pmu_buf_get_fault_act() local 587 err_str = "Unexpected buffer fault"; in arm_spe_pmu_buf_get_fault_act() 590 err_str = "Unknown error code"; in arm_spe_pmu_buf_get_fault_act() 601 err_str = "Unknown buffer status code"; in arm_spe_pmu_buf_get_fault_act() 606 err_str, smp_processor_id(), pmbsr, in arm_spe_pmu_buf_get_fault_act()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40e_common.c | 120 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40evf_aq_str() 121 return hw->err_str; in i40evf_aq_str() 268 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in i40evf_stat_str() 269 return hw->err_str; in i40evf_stat_str()
|
D | i40e_type.h | 574 char err_str[16]; member
|
/Linux-v4.19/drivers/i2c/ |
D | i2c-core-base.c | 258 char *err_str; in i2c_init_recovery() local 264 err_str = "no recover_bus() found"; in i2c_init_recovery() 283 err_str = "no {get|set}_scl() found"; in i2c_init_recovery() 287 err_str = "either get_sda() or set_sda() needed"; in i2c_init_recovery() 294 dev_err(&adap->dev, "Not using recovery: %s\n", err_str); in i2c_init_recovery()
|
/Linux-v4.19/net/sctp/ |
D | sm_statefuns.c | 4645 static const char err_str[] = "The following chunk had invalid length:"; in sctp_sf_violation_chunklen() local 4647 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunklen() 4648 sizeof(err_str)); in sctp_sf_violation_chunklen() 4708 static const char err_str[] = "The cumulative tsn ack beyond the max tsn currently sent:"; in sctp_sf_violation_ctsn() local 4710 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_ctsn() 4711 sizeof(err_str)); in sctp_sf_violation_ctsn() 4728 static const char err_str[] = "The following chunk violates protocol:"; in sctp_sf_violation_chunk() local 4733 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunk() 4734 sizeof(err_str)); in sctp_sf_violation_chunk()
|
/Linux-v4.19/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 2541 char *err_str = NULL; in mvpp2_rx_error() local 2545 err_str = "crc"; in mvpp2_rx_error() 2548 err_str = "overrun"; in mvpp2_rx_error() 2551 err_str = "resource"; in mvpp2_rx_error() 2554 if (err_str && net_ratelimit()) in mvpp2_rx_error() 2557 status, err_str, sz); in mvpp2_rx_error()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_common.c | 114 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str() 115 return hw->err_str; in i40e_aq_str() 262 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in i40e_stat_str() 263 return hw->err_str; in i40e_stat_str()
|
D | i40e_type.h | 627 char err_str[16]; member
|
/Linux-v4.19/sound/soc/ |
D | soc-topology.c | 1195 goto err_str; in soc_tplg_dapm_widget_dmixer_create() 1202 goto err_str; in soc_tplg_dapm_widget_dmixer_create() 1247 err_str: in soc_tplg_dapm_widget_dmixer_create()
|
/Linux-v4.19/drivers/media/usb/dvb-usb/ |
D | dw2102.c | 64 #define err_str "did not find the firmware file '%s'. You can use <kernel_dir>/scripts/get_dvb_firm… macro 1800 err(err_str, DW2101_FIRMWARE); in dw2102_load_firmware()
|
/Linux-v4.19/kernel/bpf/ |
D | verifier.c | 2608 const char *err_str; in check_helper_call() local 2612 err_str = "cannot get callchain buffer for func %s#%d\n"; in check_helper_call() 2615 err_str = "func %s#%d not supported without CONFIG_PERF_EVENTS\n"; in check_helper_call() 2618 verbose(env, err_str, func_id_name(func_id), func_id); in check_helper_call()
|