| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | incompatible_lic.py | 6 def lic_test(self, pn, pn_lic, lic, error_msg=None): argument 7 if not error_msg: 8 …error_msg = 'ERROR: Nothing PROVIDES \'%s\'\n%s was skipped: it has incompatible license(s): %s' %… 13 if error_msg not in result.output: 60 …error_msg = 'ERROR: Nothing PROVIDES \'%s\'\n%s was skipped: it has incompatible license(s): %s' %… 65 if error_msg not in result.output: 104 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the… 107 if error_msg not in result.output: 112 …error_msg = "ERROR: core-image-minimal-1.0-r0 do_rootfs: Package bash cannot be installed into the… 115 if error_msg not in result.output:
|
| H A D | lic_checksum.py | 36 error_msg = 'emptytest: The new md5 checksum is 8d777f385d3dfec8815d20f7496026dc' 56 if error_msg not in result.output:
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | qa.py | 187 def handle_error(error_class, error_msg, d): argument 189 write_error(error_class, error_msg, d) 190 bb.error("QA Issue: %s [%s]" % (error_msg, error_class)) 194 write_error(error_class, error_msg, d) 195 bb.warn("QA Issue: %s [%s]" % (error_msg, error_class)) 197 bb.note("QA Issue: %s [%s]" % (error_msg, error_class))
|
| /OK3568_Linux_fs/yocto/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)
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | dir.c | 88 const char *error_msg = NULL; in __ext4_check_dir_entry() local 97 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry() 99 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry() 102 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry() 104 error_msg = "directory entry overrun"; in __ext4_check_dir_entry() 108 error_msg = "directory entry too close to block end"; in __ext4_check_dir_entry() 111 error_msg = "inode out of bounds"; in __ext4_check_dir_entry() 119 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry() 125 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
|
| H A D | extents.c | 438 const char *error_msg; in __ext4_ext_check() local 442 error_msg = "invalid magic"; in __ext4_ext_check() 446 error_msg = "unexpected eh_depth"; in __ext4_ext_check() 450 error_msg = "invalid eh_max"; in __ext4_ext_check() 455 error_msg = "too large eh_max"; in __ext4_ext_check() 459 error_msg = "invalid eh_entries"; in __ext4_ext_check() 463 error_msg = "eh_entries is 0 but eh_depth is > 0"; in __ext4_ext_check() 467 error_msg = "invalid extent entries"; in __ext4_ext_check() 471 error_msg = "too large eh_depth"; in __ext4_ext_check() 477 error_msg = "extent tree corrupted"; in __ext4_ext_check() [all …]
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | fastboot.c | 120 const char *error_msg = "An error occurred."; in fastboot_send() local 158 memcpy(packet, error_msg, strlen(error_msg)); in fastboot_send() 159 packet += strlen(error_msg); in fastboot_send()
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | weston.py | 28 def get_processes_of(self, target, error_msg): argument 30 …self.assertEqual(status, 0, msg='Retrieve %s (%s) processes error: %s' % (target, error_msg, outpu…
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | messenger.c | 1789 con->error_msg = "protocol error, bad banner"; in verify_hello() 2024 con->error_msg = "wrong peer at address"; in process_banner() 2080 con->error_msg = "bad authorize reply"; in process_connect() 2093 con->error_msg = "missing required protocol features"; in process_connect() 2104 con->error_msg = "protocol version mismatch"; in process_connect() 2113 con->error_msg = "connect authorization failure"; in process_connect() 2194 con->error_msg = "missing required protocol features"; in process_connect() 2232 con->error_msg = "protocol error, got WAIT as client"; in process_connect() 2236 con->error_msg = "protocol error, garbage tag during connect"; in process_connect() 2408 con->error_msg = "bad message sequence # for incoming message"; in read_partial_message() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | png_reader.cpp | 34 static void user_error_fn(png_structp, png_const_charp error_msg) { in user_error_fn() argument 35 throw std::runtime_error(std::string("failed to read invalid png: '") + error_msg + "'"); in user_error_fn()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | insane.bbclass | 649 error_msg = "%s failed sanity test (workdir) in path %s" % (file,root) 650 oe.qa.handle_error("la", error_msg, d) 656 error_msg = "%s failed sanity test (tmpdir) in path %s" % (file,root) 657 oe.qa.handle_error("pkgconfig", error_msg, d) 754 error_msg = "%s rdepends on %s" % (pkg,rdepend) 755 oe.qa.handle_error("debug-deps", error_msg, d) 757 error_msg = "%s rdepends on %s" % (pkg, rdepend) 758 oe.qa.handle_error("dev-deps", error_msg, d) 776 …error_msg = "%s rdepends on %s, but it isn't a build dependency, missing %s in DEPENDS or PACKAGEC… 778 … error_msg = "%s rdepends on %s, but it isn't a build dependency?" % (pkg, rdepend) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 766 if (*error->error_msg) in __err_print_to_sgl() 767 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl() 1686 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function 1704 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg() 1710 len += scnprintf(error->error_msg + len, in error_msg() 1711 sizeof(error->error_msg) - len, in error_msg() 1716 return error->error_msg; in error_msg() 1869 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
|
| H A D | i915_gpu_error.h | 170 char error_msg[128]; member
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | cli_hush.c | 137 #define error_msg printf macro 384 error_msg("syntax error %s:%d", file, line); in __syntax() 666 error_msg("%s: no current job", child->argv[0]); in builtin_fg_bg() 671 error_msg("%s: bad argument '%s'", child->argv[0], child->argv[1]); in builtin_fg_bg() 680 error_msg("%s: %d: no such job", child->argv[0], jobnum); in builtin_fg_bg() 821 error_msg("Couldn't open file '%s'", child->argv[1]); in builtin_source() 2126 error_msg("glob(3) error %d",gr); 2205 error_msg("%s: readonly variable", name); 2263 error_msg("%s: readonly variable", name); 2526 error_msg("ambiguous redirect"); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | pch_uart.c | 1033 char *error_msg[5] = {}; in pch_uart_err_ir() local 1037 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir() 1041 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir() 1046 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir() 1051 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir() 1055 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir() 1056 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/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'))
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/ |
| H A D | intel_reset.c | 1228 char error_msg[80]; in intel_gt_handle_error() local 1235 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error() 1238 msg = error_msg; in intel_gt_handle_error()
|
| /OK3568_Linux_fs/kernel/drivers/w1/ |
| H A D | w1.c | 411 const char *error_msg = "bad slave string format, expecting " in w1_atoreg_num() local 415 dev_err(dev, "%s", error_msg); in w1_atoreg_num() 420 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | messenger.h | 268 const char *error_msg; /* error message, if any */ member
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | map.c | 218 const char *error_msg) in print_entry_error_msg() argument 220 int msg_size = strlen(error_msg); in print_entry_error_msg() 231 printf("value:%c%s", break_names ? '\n' : ' ', error_msg); in print_entry_error_msg()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | dir.c | 304 const char *error_msg = NULL; in ocfs2_check_dir_entry() local 308 error_msg = "rec_len is smaller than minimal"; in ocfs2_check_dir_entry() 310 error_msg = "rec_len % 4 != 0"; in ocfs2_check_dir_entry() 312 error_msg = "rec_len is too small for name_len"; in ocfs2_check_dir_entry() 315 error_msg = "directory entry across blocks"; in ocfs2_check_dir_entry() 317 if (unlikely(error_msg != NULL)) in ocfs2_check_dir_entry() 320 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg, in ocfs2_check_dir_entry() 324 return error_msg == NULL ? 1 : 0; in ocfs2_check_dir_entry()
|
| /OK3568_Linux_fs/kernel/drivers/firewire/ |
| H A D | ohci.c | 689 static void ar_context_abort(struct ar_context *ctx, const char *error_msg) in ar_context_abort() argument 697 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); in ar_context_abort()
|