/Linux-v6.6/lib/ |
D | asn1_decoder.c | 177 const char *errmsg; in asn1_ber_decoder() local 332 data, datalen, &tmp, &len, &errmsg); in asn1_ber_decoder() 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() 498 errmsg = "Missing EOC in indefinite len cons"; in asn1_ber_decoder() [all …]
|
D | test_objagg.c | 643 const char **errmsg) in check_expect_stats_nums() argument 646 if (errmsg) in check_expect_stats_nums() 647 *errmsg = "Incorrect root/delta indication"; in check_expect_stats_nums() 652 if (errmsg) in check_expect_stats_nums() 653 *errmsg = "Incorrect user count"; in check_expect_stats_nums() 658 if (errmsg) in check_expect_stats_nums() 659 *errmsg = "Incorrect delta user count"; 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() 673 *errmsg = "incorrect key id"; in check_expect_stats_key_id() [all …]
|
/Linux-v6.6/drivers/media/usb/stk1160/ |
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-v6.6/net/netfilter/ |
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()
|
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()
|
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()
|
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-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_xdp_attach_fail.c | 42 struct xdp_errmsg errmsg = {}; in tp__xdp__bpf_xdp_link_attach_failed() local 44 bpf_probe_read_kernel_str(&errmsg.msg, ERRMSG_LEN, msg); in tp__xdp__bpf_xdp_link_attach_failed() 45 bpf_perf_event_output(ctx, &xdp_errmsg_pb, BPF_F_CURRENT_CPU, &errmsg, in tp__xdp__bpf_xdp_link_attach_failed()
|
/Linux-v6.6/drivers/media/usb/cx231xx/ |
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 …]
|
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 …]
|
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-v6.6/scripts/dtc/ |
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, \
|
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-v6.6/tools/lib/bpf/ |
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()
|
D | libbpf.c | 1328 char errmsg[STRERR_BUFSIZE], *cp; in bpf_object__elf_init() local 1331 cp = libbpf_strerror_r(err, errmsg, sizeof(errmsg)); in bpf_object__elf_init() 4504 char *cp, errmsg[STRERR_BUFSIZE]; in bpf_object__probe_loading() local 4524 cp = libbpf_strerror_r(ret, errmsg, sizeof(errmsg)); in bpf_object__probe_loading() 4567 char *cp, errmsg[STRERR_BUFSIZE]; in probe_kern_global_data() local 4579 cp = libbpf_strerror_r(ret, errmsg, sizeof(errmsg)); in probe_kern_global_data() 4749 char *cp, errmsg[STRERR_BUFSIZE]; in probe_prog_bind_map() local 4759 cp = libbpf_strerror_r(ret, errmsg, sizeof(errmsg)); in probe_prog_bind_map() 5022 char *cp, errmsg[STRERR_BUFSIZE]; in bpf_object__reuse_map() local 5034 cp = libbpf_strerror_r(-err, errmsg, sizeof(errmsg)); in bpf_object__reuse_map() [all …]
|
D | elf.c | 15 char errmsg[STRERR_BUFSIZE]; in elf_open() local 27 libbpf_strerror_r(ret, errmsg, sizeof(errmsg))); in elf_open()
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_attach.c | 107 struct xdp_errmsg errmsg = {}; in test_xdp_attach_fail() local 124 on_xdp_errmsg, NULL, &errmsg, NULL); in test_xdp_attach_fail() 142 ASSERT_STRNEQ((const char *) errmsg.msg, tgt_errmsg, in test_xdp_attach_fail()
|
/Linux-v6.6/net/smc/ |
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-v6.6/drivers/media/usb/pwc/ |
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-v6.6/fs/qnx4/ |
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-v6.6/drivers/i2c/busses/ |
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-v6.6/tools/testing/selftests/mm/ |
D | uffd-common.c | 296 int uffd_test_ctx_init(uint64_t features, const char **errmsg) in uffd_test_ctx_init() argument 306 if (errmsg) in uffd_test_ctx_init() 307 *errmsg = "memory allocation failed"; in uffd_test_ctx_init() 313 if (errmsg) in uffd_test_ctx_init() 314 *errmsg = "possible lack of priviledge"; in uffd_test_ctx_init()
|
/Linux-v6.6/drivers/media/usb/em28xx/ |
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-v6.6/fs/qnx6/ |
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-v6.6/drivers/media/usb/au0828/ |
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 …]
|