Home
last modified time | relevance | path

Searched refs:errmsg (Results 1 – 25 of 45) sorted by relevance

12

/linux/lib/
A Dasn1_decoder.c177 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 Dtest_objagg.c643 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/drivers/media/usb/tm6000/
A Dtm6000-dvb.c34 char *errmsg = "Unknown"; in print_err_status() local
38 errmsg = "unlinked synchronously"; in print_err_status()
41 errmsg = "unlinked asynchronously"; in print_err_status()
44 errmsg = "Buffer error (overrun)"; in print_err_status()
47 errmsg = "Stalled (device not responding)"; in print_err_status()
50 errmsg = "Babble (bad cable?)"; in print_err_status()
53 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status()
56 errmsg = "CRC/Timeout (could be anything)"; in print_err_status()
59 errmsg = "Device does not respond"; in print_err_status()
64 status, errmsg); in print_err_status()
[all …]
A Dtm6000-video.c328 char *errmsg = "Unknown"; in print_err_status() local
332 errmsg = "unlinked synchronously"; in print_err_status()
335 errmsg = "unlinked asynchronously"; in print_err_status()
338 errmsg = "Buffer error (overrun)"; in print_err_status()
341 errmsg = "Stalled (device not responding)"; in print_err_status()
344 errmsg = "Babble (bad cable?)"; in print_err_status()
347 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status()
350 errmsg = "CRC/Timeout (could be anything)"; in print_err_status()
353 errmsg = "Device does not respond"; in print_err_status()
358 status, errmsg); in print_err_status()
[all …]
/linux/drivers/media/usb/stk1160/
A Dstk1160-video.c27 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/net/netfilter/
A Dxt_addrtype.c158 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 Dnf_conntrack_timeout.c64 const char *errmsg = NULL; in nf_ct_set_timeout() local
71 errmsg = "Timeout policy base is empty"; in nf_ct_set_timeout()
113 if (errmsg) in nf_ct_set_timeout()
114 pr_info_ratelimited("%s\n", errmsg); in nf_ct_set_timeout()
A Dxt_policy.c132 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 Dxt_HMARK.c310 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/drivers/media/usb/cx231xx/
A Dcx231xx-vbi.c30 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 Dcx231xx-dvb.c169 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 Dcx231xx-video.c186 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/scripts/dtc/
A Dutil.h198 void NORETURN util_usage(const char *errmsg, const char *synopsis,
211 #define usage(errmsg) \ argument
212 util_usage(errmsg, usage_synopsis, usage_short_opts, \
A Dutil.c415 void NORETURN util_usage(const char *errmsg, const char *synopsis, in util_usage() argument
420 FILE *fp = errmsg ? stderr : stdout; in util_usage()
463 if (errmsg) { in util_usage()
464 fprintf(fp, "\nError: %s\n", errmsg); in util_usage()
/linux/tools/lib/bpf/
A Dnlattr.c166 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 Dlibbpf.c1240 cp = libbpf_strerror_r(err, errmsg, sizeof(errmsg)); in bpf_object__elf_init()
9608 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_open_probe()
9680 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_kprobe_open_legacy()
9701 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_kprobe_open_legacy()
9750 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_kprobe_opts()
9760 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_kprobe_opts()
9945 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_uprobe_opts()
9956 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in bpf_program__attach_uprobe_opts()
10027 libbpf_strerror_r(err, errmsg, sizeof(errmsg))); in perf_event_open_tracepoint()
10052 libbpf_strerror_r(pfd, errmsg, sizeof(errmsg))); in bpf_program__attach_tracepoint_opts()
[all …]
/linux/net/smc/
A Dsmc_stats.c272 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/drivers/media/usb/pwc/
A Dpwc-if.c305 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/fs/qnx4/
A Dinode.c190 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/drivers/i2c/busses/
A Dscx200_acb.c103 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/drivers/media/usb/em28xx/
A Dem28xx-dvb.c112 char *errmsg = "Unknown"; in print_err_status() local
116 errmsg = "unlinked synchronously"; in print_err_status()
119 errmsg = "unlinked asynchronously"; in print_err_status()
122 errmsg = "Buffer error (overrun)"; in print_err_status()
125 errmsg = "Stalled (device not responding)"; in print_err_status()
128 errmsg = "Babble (bad cable?)"; in print_err_status()
131 errmsg = "Bit-stuff error (bad cable?)"; in print_err_status()
134 errmsg = "CRC/Timeout (could be anything)"; in print_err_status()
137 errmsg = "Device does not respond"; in print_err_status()
141 dprintk(1, "URB status %d [%s].\n", status, errmsg); in print_err_status()
[all …]
/linux/tools/testing/selftests/tc-testing/
A Dtdc.py359 errmsg = "Tests using the DEV2 variable must define the name of a "
360 errmsg += "physical NIC with the -d option when running tdc.\n"
361 errmsg += "Test has been skipped."
363 print(errmsg)
366 res.set_errormsg(errmsg)
/linux/drivers/media/usb/au0828/
A Dau0828-video.c57 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/arch/powerpc/xmon/
A Dppc-opc.c1014 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 …]
/linux/fs/qnx6/
A Dinode.c302 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()

Completed in 83 milliseconds

12