/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | incompatible_lic.py | 11 def lic_test(self, pn, pn_lic, lic, error_msg=None): argument 12 if not error_msg: 13 …error_msg = 'ERROR: Nothing PROVIDES \'%s\'\n%s was skipped: it has incompatible license(s): %s' %… 18 if error_msg not in result.output: 65 …error_msg = 'ERROR: Nothing PROVIDES \'%s\'\n%s was skipped: it has incompatible license(s): %s' %… 70 if error_msg not in result.output: 110 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the… 113 if error_msg not in result.output: 119 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the… 122 if error_msg not in result.output:
|
H A D | lic_checksum.py | 38 error_msg = 'emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc' 58 if error_msg not in result.output:
|
/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | bioscfg.c | 232 char *error_msg = NULL; in hp_wmi_error_and_message() local 237 error_msg = "Success"; in hp_wmi_error_and_message() 241 error_msg = "Command failed"; in hp_wmi_error_and_message() 245 error_msg = "Invalid signature"; in hp_wmi_error_and_message() 249 error_msg = "Invalid command value/Feature not supported"; in hp_wmi_error_and_message() 253 error_msg = "Invalid command type"; in hp_wmi_error_and_message() 257 error_msg = "Invalid data size"; in hp_wmi_error_and_message() 261 error_msg = "Invalid command parameter"; in hp_wmi_error_and_message() 265 error_msg = "Secure/encrypted command required"; in hp_wmi_error_and_message() 269 error_msg = "No secure session established"; in hp_wmi_error_and_message() [all …]
|
/openbmc/phosphor-logging/tools/ |
H A D | elog-gen.py | 130 error_msg = dict() # Error msg that corresponds to error code 162 error_msg, 185 error_msg=error_msg, 211 error_msg, 232 error_msg[fullname] = error["description"].strip()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | create_manifest3.py | 437 error_msg = '\n\nERROR:\n' variable 438 error_msg += 'The following files were found in more than one package),\n' 439 error_msg += 'this is likely to happen when new files are introduced after an upgrade,\n' 440 …error_msg += 'please check which package should get it,\n modify the manifest accordingly and re-r… 441 error_msg += '\n'.join(repeated) 442 error_msg += '\n' 443 sys.exit(error_msg)
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | qa.py | 204 def handle_error(error_class, error_msg, d): argument 206 write_error(error_class, error_msg, d) 207 bb.error("QA Issue: %s [%s]" % (error_msg, error_class)) 211 write_error(error_class, error_msg, d) 212 bb.warn("QA Issue: %s [%s]" % (error_msg, error_class)) 214 bb.note("QA Issue: %s [%s]" % (error_msg, error_class))
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | kfunc_call.c | 40 #define __BPF_TEST_FAIL(name, __retval, type, error_msg) \ argument 46 .expected_err_msg = error_msg, \ 53 #define TC_FAIL(name, retval, error_msg) __BPF_TEST_FAIL(name, retval, tc_test, error_msg) argument 54 #define SYSCALL_NULL_CTX_FAIL(name, retval, error_msg) \ argument 55 __BPF_TEST_FAIL(name, retval, syscall_null_ctx_test, error_msg)
|
/openbmc/linux/fs/ext4/ |
H A D | dir.c | 84 const char *error_msg = NULL; in __ext4_check_dir_entry() local 92 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry() 94 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry() 97 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry() 99 error_msg = "directory entry overrun"; in __ext4_check_dir_entry() 103 error_msg = "directory entry too close to block end"; in __ext4_check_dir_entry() 106 error_msg = "inode out of bounds"; in __ext4_check_dir_entry() 114 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry() 120 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
|
/openbmc/u-boot/net/ |
H A D | fastboot.c | 125 const char *error_msg = "An error occurred."; in fastboot_send() local 168 memcpy(packet, error_msg, strlen(error_msg)); in fastboot_send() 169 packet += strlen(error_msg); in fastboot_send()
|
/openbmc/linux/net/ceph/ |
H A D | messenger_v2.c | 2167 con->error_msg = "server is speaking msgr1 protocol"; in process_banner_prefix() 2169 con->error_msg = "protocol error, bad banner"; in process_banner_prefix() 2199 con->error_msg = "missing required protocol features"; in process_banner_payload() 2205 con->error_msg = "missing required protocol features"; in process_banner_payload() 2233 con->error_msg = "protocol error, unexpected hello"; in process_hello() 2250 con->error_msg = "wrong peer at address"; in process_hello() 2302 con->error_msg = "protocol error, unexpected auth_bad_method"; in process_auth_bad_method() 2361 con->error_msg = "protocol error, unexpected auth_reply_more"; in process_auth_reply_more() 2403 con->error_msg = "protocol error, unexpected auth_done"; in process_auth_done() 2463 con->error_msg = "protocol error, unexpected auth_signature"; in process_auth_signature() [all …]
|
H A D | messenger_v1.c | 695 con->error_msg = "protocol error, bad banner"; in verify_hello() 724 con->error_msg = "wrong peer at address"; in process_banner() 779 con->error_msg = "bad authorize reply"; in process_connect() 792 con->error_msg = "missing required protocol features"; in process_connect() 802 con->error_msg = "protocol version mismatch"; in process_connect() 810 con->error_msg = "connect authorization failure"; in process_connect() 890 con->error_msg = "missing required protocol features"; in process_connect() 928 con->error_msg = "protocol error, got WAIT as client"; in process_connect() 932 con->error_msg = "protocol error, garbage tag during connect"; in process_connect() 1199 con->error_msg = "bad message sequence # for incoming message"; in read_partial_message() [all …]
|
H A D | messenger.c | 1474 con->error_msg = "socket closed (con state " #x ")"; \ in con_sock_closed() 1580 if (!con->error_msg) in ceph_con_workfn() 1581 con->error_msg = "socket error on read"; in ceph_con_workfn() 1593 if (!con->error_msg) in ceph_con_workfn() 1594 con->error_msg = "socket error on write"; in ceph_con_workfn() 1620 ceph_pr_addr(&con->peer_addr), con->error_msg); in con_fault() 1621 con->error_msg = NULL; in con_fault() 2096 con->error_msg = "error allocating memory for incoming message"; in ceph_con_in_msg_alloc()
|
/openbmc/linux/include/ras/ |
H A D | ras_event.h | 101 const char *error_msg, 113 TP_ARGS(err_type, error_msg, label, error_count, mc_index, 119 __string( msg, error_msg ) 134 __assign_str(msg, error_msg);
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | weston.py | 30 def get_processes_of(self, target, error_msg): argument 32 …self.assertEqual(status, 0, msg='Retrieve %s (%s) processes error: %s' % (target, error_msg, outpu…
|
/openbmc/skeleton/flashbios/ |
H A D | flash_bios_obj.c | 140 gchar* error_msg, in on_error() argument 145 flash_set_status(flash, error_msg); in on_error() 147 printf("ERROR: %s. Clearing locks\n",error_msg); in on_error()
|
/openbmc/skeleton/op-flasher/ |
H A D | flasher_obj.c | 75 flash_message(GDBusConnection* connection,char* obj_path,char* method, char* error_msg) in flash_message() argument 93 parm = g_variant_new("(s)",error_msg); in flash_message()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | insane.bbclass | 763 error_msg = "%s failed sanity test (workdir) in path %s" % (file,root) 764 oe.qa.handle_error("la", error_msg, d) 770 error_msg = "%s failed sanity test (tmpdir) in path %s" % (file,root) 771 oe.qa.handle_error("pkgconfig", error_msg, d) 836 error_msg = "%s rdepends on %s" % (pkg,rdepend) 837 oe.qa.handle_error("debug-deps", error_msg, d) 839 error_msg = "%s rdepends on %s" % (pkg, rdepend) 840 oe.qa.handle_error("dev-deps", error_msg, d) 851 …error_msg = "%s rdepends on %s, but it isn't a build dependency, missing one of %s in DEPENDS or P… 853 … error_msg = "%s rdepends on %s, but it isn't a build dependency?" % (pkg, rdepend) [all …]
|
/openbmc/u-boot/common/ |
H A D | cli_hush.c | 136 #define error_msg printf macro 383 error_msg("syntax error %s:%d", file, line); in __syntax() 665 error_msg("%s: no current job", child->argv[0]); in builtin_fg_bg() 670 error_msg("%s: bad argument '%s'", child->argv[0], child->argv[1]); in builtin_fg_bg() 679 error_msg("%s: %d: no such job", child->argv[0], jobnum); in builtin_fg_bg() 820 error_msg("Couldn't open file '%s'", child->argv[1]); in builtin_source() 2125 error_msg("glob(3) error %d",gr); 2204 error_msg("%s: readonly variable", name); 2262 error_msg("%s: readonly variable", name); 2525 error_msg("ambiguous redirect"); [all …]
|
/openbmc/linux/drivers/tty/serial/ |
H A D | pch_uart.c | 986 char *error_msg[5] = {}; in pch_uart_err_ir() local 990 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir() 994 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir() 999 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir() 1004 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir() 1008 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir() 1009 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_sensor_monitoring.robot | 70 ${error_msg}= Evaluate ", ".join(${INVALID_SENSORS}) 72 ... msg=Test fail, invalid sensors are ${error_msg}.
|
/openbmc/linux/drivers/media/pci/cx23885/ |
H A D | cx23885-alsa.c | 553 goto error_msg; in cx23885_audio_register() 579 error_msg: in cx23885_audio_register()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | 839 if (*error->error_msg) in __err_print_to_sgl() 840 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl() 1948 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function 1967 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg() 1973 len += scnprintf(error->error_msg + len, in error_msg() 1974 sizeof(error->error_msg) - len, in error_msg() 1979 return error->error_msg; in error_msg() 2168 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
|
/openbmc/openbmc/poky/scripts/lib/checklayer/ |
H A D | __init__.py | 277 def check_command(error_msg, cmd, cwd=None): argument 286 msg = "%s\nCommand: %s\nOutput:\n%s" % (error_msg, cmd, output.decode('utf-8'))
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_reset.c | 1403 char error_msg[80]; in intel_gt_handle_error() local 1410 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error() 1413 msg = error_msg; in intel_gt_handle_error()
|
/openbmc/linux/drivers/w1/ |
H A D | w1.c | 403 const char *error_msg = "bad slave string format, expecting " in w1_atoreg_num() local 407 dev_err(dev, "%s", error_msg); in w1_atoreg_num() 412 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
|