Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/core/
Diwpm_msg.c63 const char *err_str = ""; in iwpm_register_pid() local
67 err_str = "Invalid port mapper client"; in iwpm_register_pid()
75 err_str = "Unable to create a nlmsg"; in iwpm_register_pid()
81 err_str = "Unable to allocate netlink request"; in iwpm_register_pid()
87 err_str = "Unable to put attribute of the nlmsg"; in iwpm_register_pid()
111 err_str = "Unable to send a nlmsg"; in iwpm_register_pid()
118 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 …]
Diwpm_util.c476 const char *err_str = ""; in iwpm_parse_nlmsg() local
480 err_str = "Invalid attribute"; in iwpm_parse_nlmsg()
485 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg()
490 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg()
496 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg()
594 const char *err_str = ""; in send_mapinfo_num() local
599 err_str = "Unable to create a nlmsg"; in send_mapinfo_num()
604 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num()
615 err_str = "Unable to send a nlmsg"; in send_mapinfo_num()
621 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num()
[all …]
/linux-4.4.14/drivers/crypto/caam/
Derror.c131 const char *err_str = "unidentified err_id value 0x"; in report_ccb_status() local
148 err_str = rng_err_id_list[err_id]; in report_ccb_status()
150 err_str = err_id_list[err_id]; in report_ccb_status()
162 err_str, err_err_code); in report_ccb_status()
179 const char *err_str = "unidentified error value 0x"; in report_deco_status() local
193 err_str = desc_error_list[i].error_text; in report_deco_status()
198 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
/linux-4.4.14/lib/
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 printk(KERN_ERR "kobject (%p): %s\n", kobj, err_str); in kobject_init()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_common.c141 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40evf_aq_str()
142 return hw->err_str; in i40evf_aq_str()
287 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in i40evf_stat_str()
288 return hw->err_str; in i40evf_stat_str()
Di40e_type.h539 char err_str[16]; member
/linux-4.4.14/net/sctp/
Dsm_statefuns.c4453 static const char err_str[] = "The following chunk had invalid length:"; in sctp_sf_violation_chunklen() local
4455 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunklen()
4456 sizeof(err_str)); in sctp_sf_violation_chunklen()
4516 static const char err_str[] = "The cumulative tsn ack beyond the max tsn currently sent:"; in sctp_sf_violation_ctsn() local
4518 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_ctsn()
4519 sizeof(err_str)); in sctp_sf_violation_ctsn()
4536 static const char err_str[] = "The following chunk violates protocol:"; in sctp_sf_violation_chunk() local
4541 return sctp_sf_abort_violation(net, ep, asoc, arg, commands, err_str, in sctp_sf_violation_chunk()
4542 sizeof(err_str)); in sctp_sf_violation_chunk()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c141 snprintf(hw->err_str, sizeof(hw->err_str), "%d", aq_err); in i40e_aq_str()
142 return hw->err_str; in i40e_aq_str()
287 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err); in i40e_stat_str()
288 return hw->err_str; in i40e_stat_str()
Di40e_type.h552 char err_str[16]; member
/linux-4.4.14/sound/soc/
Dsoc-topology.c1147 goto err_str; in soc_tplg_dapm_widget_dmixer_create()
1194 err_str: in soc_tplg_dapm_widget_dmixer_create()
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddw2102.c114 #define err_str "did not find the firmware file. (%s) " \ macro
1736 err(err_str, DW2101_FIRMWARE); in dw2102_load_firmware()