Home
last modified time | relevance | path

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

1234

/openbmc/qemu/ui/
H A Dshader.c87 char *errmsg; in qemu_gl_create_compile_shader() local
96 errmsg = g_malloc(length); in qemu_gl_create_compile_shader()
97 glGetShaderInfoLog(shader, length, &length, errmsg); in qemu_gl_create_compile_shader()
100 errmsg); in qemu_gl_create_compile_shader()
101 g_free(errmsg); in qemu_gl_create_compile_shader()
111 char *errmsg; in qemu_gl_create_link_program() local
121 errmsg = g_malloc(length); in qemu_gl_create_link_program()
122 glGetProgramInfoLog(program, length, &length, errmsg); in qemu_gl_create_link_program()
123 fprintf(stderr, "%s: link program: %s\n", __func__, errmsg); in qemu_gl_create_link_program()
124 g_free(errmsg); in qemu_gl_create_link_program()
/openbmc/linux/lib/
H 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 …]
H 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 …]
/openbmc/u-boot/env/
H A Dmmc.c206 const char *errmsg; in env_mmc_save() local
208 errmsg = init_mmc_for_env(mmc); in env_mmc_save()
209 if (errmsg) { in env_mmc_save()
210 printf("%s\n", errmsg); in env_mmc_save()
270 const char *errmsg = NULL; in env_mmc_load() local
280 if (errmsg) { in env_mmc_load()
301 set_default_env(errmsg, 0); in env_mmc_load()
315 const char *errmsg; in env_mmc_load() local
320 if (errmsg) { in env_mmc_load()
331 errmsg = "!read failed"; in env_mmc_load()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py76 errmsg = bec.readServerLogFile()
78 errmsg = str(e)
80 BRError.objects.create(req=br, errtype=str(type(e)), errmsg=errmsg,
90 message = errmsg)
126 message=brerror.errmsg)
154 message=brerror.errmsg)
220 errmsg = 'Bitbake crash\n' + traceback_text
241 errmsg = errmsg,
/openbmc/qemu/qga/vss-win32/
H A Dinstall.cpp42 void errmsg(DWORD err, const char *text) in errmsg() function
79 errmsg(hr, msg); \
90 errmsg(hr, "Unexpected error in COM"); in _com_issue_error()
127 errmsg(hr, "Failed to query for Administrators"); in GetAdminName()
133 errmsg(hr, "No Administrators found"); in GetAdminName()
281 errmsg(E_FAIL, "Failed to initialize DLL"); in COMRegister()
319 errmsg(hr, "GetModuleFileName failed"); in COMRegister()
325 errmsg(hr, "Failed to lookup dll"); in COMRegister()
334 errmsg(hr, "Failed to lookup tlb"); in COMRegister()
576 errmsg(E_FAIL, "Failed to open service"); in StopService()
[all …]
/openbmc/linux/tools/testing/selftests/timers/
H A Dposix_timers.c230 const char *errmsg; in check_timer_distribution() local
234 errmsg = "Can't create thread\n"; in check_timer_distribution()
238 errmsg = "Can't join thread\n"; in check_timer_distribution()
239 if (pthread_join(ctd_thread, (void **)&errmsg) || errmsg) in check_timer_distribution()
250 ksft_print_msg("%s", errmsg); in check_timer_distribution()
/openbmc/linux/drivers/media/usb/stk1160/
H 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 …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_attach_fail.c42 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()
/openbmc/linux/net/netfilter/
H 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()
H A Dnf_conntrack_timeout.c70 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()
H 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()
/openbmc/linux/drivers/media/usb/cx231xx/
H 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 …]
H 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 …]
/openbmc/u-boot/scripts/dtc/
H A Dutil.h217 void NORETURN util_usage(const char *errmsg, const char *synopsis,
230 #define usage(errmsg) \ argument
231 util_usage(errmsg, usage_synopsis, usage_short_opts, \
H A Dutil.c421 void NORETURN util_usage(const char *errmsg, const char *synopsis, in util_usage() argument
426 FILE *fp = errmsg ? stderr : stdout; in util_usage()
469 if (errmsg) { in util_usage()
470 fprintf(fp, "\nError: %s\n", errmsg); in util_usage()
/openbmc/linux/scripts/dtc/
H A Dutil.h200 void NORETURN util_usage(const char *errmsg, const char *synopsis,
213 #define usage(errmsg) \ argument
214 util_usage(errmsg, usage_synopsis, usage_short_opts, \
H A Dutil.c426 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()
/openbmc/libpldm/src/dsp/
H A Dbios_table.c39 if (errmsg != NULL) { in set_errmsg()
40 *errmsg = msg; in set_errmsg()
340 const char **errmsg) in pldm_bios_table_attr_entry_string_info_check() argument
349 set_errmsg(errmsg, "Wrong DefaultStringLength"); in pldm_bios_table_attr_entry_string_info_check()
354 set_errmsg(errmsg, "Wrong DefaultStringLength"); in pldm_bios_table_attr_entry_string_info_check()
359 set_errmsg(errmsg, "Wrong StringType"); in pldm_bios_table_attr_entry_string_info_check()
508 const char **errmsg) in pldm_bios_table_attr_entry_integer_info_check() argument
512 set_errmsg(errmsg, "Wrong DefaultValue"); in pldm_bios_table_attr_entry_integer_info_check()
516 set_errmsg(errmsg, "Wrong ScalarIncrement"); in pldm_bios_table_attr_entry_integer_info_check()
522 set_errmsg(errmsg, in pldm_bios_table_attr_entry_integer_info_check()
[all …]
/openbmc/linux/tools/lib/bpf/
H 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()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Duievent.py56 errmsg = "Could not register UI event handler. Error: %s, host %s, "\
58 bb.warn("%s, retry" % errmsg)
63 raise Exception(errmsg)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_attach.c107 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()
/openbmc/pldm/libpldmresponder/
H A Dbios_string_attribute.cpp50 const char* errmsg; in BIOSStringAttribute() local
51 auto rc = pldm_bios_table_attr_entry_string_info_check(&info, &errmsg); in BIOSStringAttribute()
56 "ATTRIBUTE", name, "ERROR", errmsg, "MINIMUM_STRING_LENGTH", in BIOSStringAttribute()
H A Dbios_integer_attribute.cpp35 const char* errmsg = nullptr; in BIOSIntegerAttribute() local
36 auto rc = pldm_bios_table_attr_entry_integer_info_check(&info, &errmsg); in BIOSIntegerAttribute()
41 "ATTRIBUTE", attr, "ERROR", errmsg, "LOW_BOUND", in BIOSIntegerAttribute()
/openbmc/linux/net/smc/
H 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()

1234