/linux-6.3-rc2/lib/ |
A D | asn1_decoder.c | 177 const char *errmsg; in asn1_ber_decoder() local 477 errmsg = "Data overrun error"; in asn1_ber_decoder() 480 errmsg = "Machine overrun error"; in asn1_ber_decoder() 483 errmsg = "Jump stack underflow"; in asn1_ber_decoder() 486 errmsg = "Jump stack overflow"; in asn1_ber_decoder() 489 errmsg = "Cons stack underflow"; in asn1_ber_decoder() 492 errmsg = "Cons stack overflow"; in asn1_ber_decoder() 495 errmsg = "Cons length error"; in asn1_ber_decoder() 501 errmsg = "Invalid length EOC"; in asn1_ber_decoder() 504 errmsg = "Unsupported length"; in asn1_ber_decoder() [all …]
|
A D | test_objagg.c | 643 const char **errmsg) in check_expect_stats_nums() argument 646 if (errmsg) in check_expect_stats_nums() 652 if (errmsg) in check_expect_stats_nums() 658 if (errmsg) in check_expect_stats_nums() 668 const char **errmsg) in check_expect_stats_key_id() argument 672 if (errmsg) in check_expect_stats_key_id() 711 const char **errmsg) in __check_expect_stats() argument 767 const char *errmsg; in test_delta_action_item() local 917 const char *errmsg; in test_hints_case() local 949 &errmsg); in test_hints_case() [all …]
|
/linux-6.3-rc2/drivers/media/usb/stk1160/ |
A D | stk1160-video.c | 27 char *errmsg = "Unknown"; in print_err_status() local 31 errmsg = "unlinked synchronously"; in print_err_status() 34 errmsg = "unlinked asynchronously"; in print_err_status() 37 errmsg = "Buffer error (overrun)"; in print_err_status() 40 errmsg = "Stalled (device not responding)"; in print_err_status() 43 errmsg = "Babble (bad cable?)"; in print_err_status() 46 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status() 49 errmsg = "CRC/Timeout (could be anything)"; in print_err_status() 52 errmsg = "Device does not respond"; in print_err_status() 58 status, errmsg); in print_err_status() [all …]
|
/linux-6.3-rc2/net/netfilter/ |
A D | xt_addrtype.c | 158 const char *errmsg = "both incoming and outgoing interface limitation cannot be selected"; in addrtype_mt_checkentry_v1() local 168 errmsg = "output interface limitation not valid in PREROUTING and INPUT"; in addrtype_mt_checkentry_v1() 175 errmsg = "input interface limitation not valid in POSTROUTING and OUTPUT"; in addrtype_mt_checkentry_v1() 182 errmsg = "ipv6 BLACKHOLE matching not supported"; in addrtype_mt_checkentry_v1() 186 errmsg = "ipv6 PROHIBIT (THROW, NAT ..) matching not supported"; in addrtype_mt_checkentry_v1() 190 errmsg = "ipv6 does not support BROADCAST matching"; in addrtype_mt_checkentry_v1() 197 pr_info_ratelimited("%s\n", errmsg); in addrtype_mt_checkentry_v1()
|
A D | nf_conntrack_timeout.c | 70 const char *errmsg = NULL; in nf_ct_set_timeout() local 77 errmsg = "Timeout policy base is empty"; in nf_ct_set_timeout() 119 if (errmsg) in nf_ct_set_timeout() 120 pr_info_ratelimited("%s\n", errmsg); in nf_ct_set_timeout()
|
A D | xt_policy.c | 132 const char *errmsg = "neither incoming nor outgoing policy selected"; in policy_mt_check() local 139 errmsg = "output policy not valid in PREROUTING and INPUT"; in policy_mt_check() 144 errmsg = "input policy not valid in POSTROUTING and OUTPUT"; in policy_mt_check() 148 errmsg = "too many policy elements"; in policy_mt_check() 153 pr_info_ratelimited("%s\n", errmsg); in policy_mt_check()
|
A D | xt_HMARK.c | 310 const char *errmsg = "proto mask must be zero with L3 mode"; in hmark_tg_check() local 327 errmsg = "spi-set and port-set can't be combined"; in hmark_tg_check() 332 pr_info_ratelimited("%s\n", errmsg); in hmark_tg_check()
|
/linux-6.3-rc2/drivers/media/usb/cx231xx/ |
A D | cx231xx-vbi.c | 30 char *errmsg = "Unknown"; in print_err_status() local 34 errmsg = "unlinked synchronously"; in print_err_status() 37 errmsg = "unlinked asynchronously"; in print_err_status() 40 errmsg = "Buffer error (overrun)"; in print_err_status() 43 errmsg = "Stalled (device not responding)"; in print_err_status() 46 errmsg = "Babble (bad cable?)"; in print_err_status() 49 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status() 52 errmsg = "CRC/Timeout (could be anything)"; in print_err_status() 55 errmsg = "Device does not respond"; in print_err_status() 60 "URB status %d [%s].\n", status, errmsg); in print_err_status() [all …]
|
A D | cx231xx-dvb.c | 169 char *errmsg = "Unknown"; in print_err_status() local 173 errmsg = "unlinked synchronously"; in print_err_status() 176 errmsg = "unlinked asynchronously"; in print_err_status() 179 errmsg = "Buffer error (overrun)"; in print_err_status() 182 errmsg = "Stalled (device not responding)"; in print_err_status() 185 errmsg = "Babble (bad cable?)"; in print_err_status() 188 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status() 191 errmsg = "CRC/Timeout (could be anything)"; in print_err_status() 194 errmsg = "Device does not respond"; in print_err_status() 199 "URB status %d [%s].\n", status, errmsg); in print_err_status() [all …]
|
A D | cx231xx-video.c | 186 char *errmsg = "Unknown"; in print_err_status() local 190 errmsg = "unlinked synchronously"; in print_err_status() 193 errmsg = "unlinked asynchronously"; in print_err_status() 196 errmsg = "Buffer error (overrun)"; in print_err_status() 199 errmsg = "Stalled (device not responding)"; in print_err_status() 202 errmsg = "Babble (bad cable?)"; in print_err_status() 205 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status() 208 errmsg = "CRC/Timeout (could be anything)"; in print_err_status() 211 errmsg = "Device does not respond"; in print_err_status() 215 cx231xx_isocdbg("URB status %d [%s].\n", status, errmsg); in print_err_status() [all …]
|
/linux-6.3-rc2/scripts/dtc/ |
A D | util.h | 200 void NORETURN util_usage(const char *errmsg, const char *synopsis, 213 #define usage(errmsg) \ argument 214 util_usage(errmsg, usage_synopsis, usage_short_opts, \
|
A D | util.c | 426 void NORETURN util_usage(const char *errmsg, const char *synopsis, in util_usage() argument 431 FILE *fp = errmsg ? stderr : stdout; in util_usage() 474 if (errmsg) { in util_usage() 475 fprintf(fp, "\nError: %s\n", errmsg); in util_usage()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | nlattr.c | 166 char *errmsg = NULL; in libbpf_nla_dump_errormsg() local 190 errmsg = (char *) libbpf_nla_data(tb[NLMSGERR_ATTR_MSG]); in libbpf_nla_dump_errormsg() 192 pr_warn("Kernel error message: %s\n", errmsg); in libbpf_nla_dump_errormsg()
|
A D | libbpf.c | 1295 cp = libbpf_strerror_r(err, errmsg, sizeof(errmsg)); in bpf_object__elf_init() 10010 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_kprobe_open_legacy() 10018 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_kprobe_open_legacy() 10034 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_kprobe_open_legacy() 10146 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_kprobe_opts() 10156 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_kprobe_opts() 10551 libbpf_strerror_r(ret, errmsg, sizeof(errmsg))); in elf_find_func_offset() 10839 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_uprobe_opts() 10850 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_uprobe_opts() 11062 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_open_tracepoint() [all …]
|
/linux-6.3-rc2/net/smc/ |
A D | smc_stats.c | 272 goto errmsg; in smc_nl_get_stats() 277 goto errmsg; in smc_nl_get_stats() 317 errmsg: in smc_nl_get_stats() 343 goto errmsg; in smc_nl_get_fback_details() 377 errmsg: in smc_nl_get_fback_details()
|
/linux-6.3-rc2/drivers/media/usb/pwc/ |
A D | pwc-if.c | 305 const char *errmsg; in pwc_isoc_handler() local 307 errmsg = "Unknown"; in pwc_isoc_handler() 309 case -ENOSR: errmsg = "Buffer error (overrun)"; break; in pwc_isoc_handler() 310 case -EPIPE: errmsg = "Stalled (device not responding)"; break; in pwc_isoc_handler() 311 case -EOVERFLOW: errmsg = "Babble (bad cable?)"; break; in pwc_isoc_handler() 312 case -EPROTO: errmsg = "Bit-stuff error (bad cable?)"; break; in pwc_isoc_handler() 313 case -EILSEQ: errmsg = "CRC/Timeout (could be anything)"; break; in pwc_isoc_handler() 314 case -ETIME: errmsg = "Device does not respond"; break; in pwc_isoc_handler() 317 urb->status, errmsg); in pwc_isoc_handler()
|
/linux-6.3-rc2/fs/qnx4/ |
A D | inode.c | 190 const char *errmsg; in qnx4_fill_super() local 216 errmsg = qnx4_checkroot(s, (struct qnx4_super_block *) bh->b_data); in qnx4_fill_super() 218 if (errmsg != NULL) { in qnx4_fill_super() 220 printk(KERN_ERR "qnx4: %s\n", errmsg); in qnx4_fill_super()
|
/linux-6.3-rc2/drivers/i2c/busses/ |
A D | scx200_acb.c | 103 const char *errmsg; in scx200_acb_machine() local 109 errmsg = "bus error"; in scx200_acb_machine() 113 errmsg = "not master"; in scx200_acb_machine() 208 "%s in state %s (addr=0x%02x, len=%d, status=0x%02x)\n", errmsg, in scx200_acb_machine()
|
/linux-6.3-rc2/drivers/media/usb/em28xx/ |
A D | em28xx-dvb.c | 108 char *errmsg = "Unknown"; in print_err_status() local 112 errmsg = "unlinked synchronously"; in print_err_status() 115 errmsg = "unlinked asynchronously"; in print_err_status() 118 errmsg = "Buffer error (overrun)"; in print_err_status() 121 errmsg = "Stalled (device not responding)"; in print_err_status() 124 errmsg = "Babble (bad cable?)"; in print_err_status() 127 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status() 130 errmsg = "CRC/Timeout (could be anything)"; in print_err_status() 133 errmsg = "Device does not respond"; in print_err_status() 137 dprintk(1, "URB status %d [%s].\n", status, errmsg); in print_err_status() [all …]
|
/linux-6.3-rc2/fs/qnx6/ |
A D | inode.c | 302 const char *errmsg; in qnx6_fill_super() local 457 errmsg = qnx6_checkroot(s); in qnx6_fill_super() 458 if (errmsg != NULL) { in qnx6_fill_super() 460 pr_err("%s\n", errmsg); in qnx6_fill_super()
|
/linux-6.3-rc2/drivers/media/usb/au0828/ |
A D | au0828-video.c | 57 char *errmsg = "Unknown"; in print_err_status() local 61 errmsg = "unlinked synchronously"; in print_err_status() 64 errmsg = "unlinked asynchronously"; in print_err_status() 67 errmsg = "Buffer error (overrun)"; in print_err_status() 70 errmsg = "Stalled (device not responding)"; in print_err_status() 73 errmsg = "Babble (bad cable?)"; in print_err_status() 76 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status() 79 errmsg = "CRC/Timeout (could be anything)"; in print_err_status() 82 errmsg = "Device does not respond"; in print_err_status() 86 au0828_isocdbg("URB status %d [%s].\n", status, errmsg); in print_err_status() [all …]
|
/linux-6.3-rc2/arch/powerpc/xmon/ |
A D | ppc-opc.c | 1014 const char **errmsg) in insert_rx() argument 1043 const char **errmsg) in insert_ry() argument 1296 const char **errmsg) in insert_bo() argument 1326 const char **errmsg) in insert_boe() argument 1415 const char **errmsg) in insert_fxm() argument 1512 const char **errmsg) in insert_ls() argument 1564 const char **errmsg) in insert_mbe() argument 1730 const char **errmsg) in insert_ral() argument 1745 const char **errmsg) in insert_ram() argument 1759 const char **errmsg) in insert_raq() argument [all …]
|
A D | ppc.h | 263 (unsigned long instruction, long op, ppc_cpu_t dialect, const char **errmsg);
|
/linux-6.3-rc2/tools/testing/selftests/tc-testing/ |
A D | tdc.py | 469 errmsg = "Tests using the DEV2 variable must define the name of a " 470 errmsg += "physical NIC with the -d option when running tdc.\n" 471 errmsg += "Test has been skipped." 473 print(errmsg) 476 res.set_errormsg(errmsg)
|
/linux-6.3-rc2/tools/perf/util/ |
A D | srcline.c | 150 const char *errmsg; in bfd_error() local 152 errmsg = bfd_errmsg(bfd_get_error()); in bfd_error() 156 pr_debug("%s: %s\n", string, errmsg); in bfd_error() 158 pr_debug("%s\n", errmsg); in bfd_error()
|