Searched refs:err_str (Results 1 – 4 of 4) sorted by relevance
/drivers/infiniband/core/ |
D | iwpm_msg.c | 63 const char *err_str = ""; in iwpm_register_pid() local 67 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() 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() 148 err_str = "Unregistered port mapper client"; in iwpm_add_mapping() [all …]
|
D | iwpm_util.c | 349 const char *err_str = ""; in iwpm_parse_nlmsg() local 353 err_str = "Invalid attribute"; in iwpm_parse_nlmsg() 358 err_str = "Unable to parse the nlmsg"; in iwpm_parse_nlmsg() 363 err_str = "Invalid NULL attribute"; in iwpm_parse_nlmsg() 369 __func__, err_str, msg_type, ret); in iwpm_parse_nlmsg() 444 const char *err_str = ""; in send_mapinfo_num() local 449 err_str = "Unable to create a nlmsg"; in send_mapinfo_num() 454 err_str = "Unable to put attribute of mapinfo number nlmsg"; in send_mapinfo_num() 465 err_str = "Unable to send a nlmsg"; in send_mapinfo_num() 471 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num() [all …]
|
/drivers/crypto/caam/ |
D | error.c | 131 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() 157 err_str, err_err_code); in report_ccb_status() 174 const char *err_str = "unidentified error value 0x"; in report_deco_status() local 188 err_str = desc_error_list[i].error_text; in report_deco_status() 193 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
|
/drivers/media/usb/dvb-usb/ |
D | dw2102.c | 111 #define err_str "did not find the firmware file. (%s) " \ macro 1605 err(err_str, DW2101_FIRMWARE); in dw2102_load_firmware()
|