Searched refs:err_str (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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 | 468 const char *err_str = ""; in iwpm_parse_nlmsg() local 472 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() 607 err_str = "Unable to send a nlmsg"; in send_mapinfo_num() 613 pr_info("%s: %s\n", __func__, err_str); in send_mapinfo_num() [all …]
|
/linux-4.1.27/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() 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.1.27/lib/ |
D | kobject.c | 316 char *err_str; in kobject_init() local 319 err_str = "invalid kobject pointer!"; in kobject_init() 323 err_str = "must have a ktype to be initialized properly!\n"; in kobject_init() 338 printk(KERN_ERR "kobject (%p): %s\n", kobj, err_str); in kobject_init()
|
/linux-4.1.27/net/sctp/ |
D | sm_statefuns.c | 4453 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.1.27/drivers/media/usb/dvb-usb/ |
D | dw2102.c | 114 #define err_str "did not find the firmware file. (%s) " \ macro 1703 err(err_str, DW2101_FIRMWARE); in dw2102_load_firmware()
|