/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 181 # self.warn("function name %s doesn't have expected %s suffix", 186 # self.warn("inconsistent function names: %s", ' '.join(funcs)) 241 self.warn("%s class_size is not sizeof?", self.name) 245 self.warn("%s class size type (%s) is not *Class?", self.name, classtype) 280 self.warn("TYPE_INFO(%s) line not found", self.name) 287 self.warn("name not set in TypeInfo variable %s", self.name) 293 self.warn("parent not set in TypeInfo variable %s", self.name) 303 self.warn("can't extract instance type in TypeInfo variable %s", self.name) 304 self.warn("instance_size is set to: %r", values['instance_size'].raw) 313 self.warn("can't extract class type in TypeInfo variable %s", self.name) [all …]
|
H A D | qom_macros.py | 20 WARN = logger.warning variable 264 self.warn("type check macro not parsed completely: %s", self.name) 268 self.warn("typedef used by %s not found", self.name) 294 self.warn("macro %s identifiers (%s) don't match macro %s (%s)", 343 self.warn("couldn't extract type information from macro %s", self.name) 353 … self.warn("macro %s is using macro %s instead of %s", self.name, self.checker, checker) 371 self.warn("macro %s doesn't follow the expected name pattern", self.name) 374 self.warn("macro %s: couldn't extract type name", self.name) 380 # self.warn("inconsistent identifiers: %s", i) 385 self.warn("duplicate names used by macro: %r", ids) [all …]
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | oelint.bbclass | 17 bb.warn("%s: DESCRIPTION is not set" % pkgname) 25 bb.warn("%s: HOMEPAGE is not set" % pkgname) 27 bb.warn("%s: HOMEPAGE doesn't start with http:// or https://" % pkgname) 35 bb.warn("%s: SECTION is not set" % pkgname) 37 bb.warn("%s: SECTION should only use lower case" % pkgname) 65 bb.warn("%s: should use BPN instead of PN in %s" % (pkgname, varname)) 67 bb.warn("%s: should use BP instead of P in %s" % (pkgname, varname)) 76 bb.warn("%s: %s doesn't have Signed-off-by" % (pkgname, item)) 78 bb.warn("%s: %s doesn't have Upstream-Status" % (pkgname, item))
|
H A D | useradd-staticids.bbclass | 57 elif error_dynamic == 'warn': 58 bb.warn(msg) 112 …bb.warn("%s: Changing username %s's uid from (%s) to (%s), verify configuration files!" % (d.getVa… 144 …bb.warn("%s: Changing gid for login %s to %s, verify configuration files!" % (d.getVar('PN'), uaar… 230 …bb.warn("%s: Changing groupname %s's gid from (%s) to (%s), verify configuration files!" % (d.getV… 272 #bb.warn("Before: 'USERADD_PARAM:%s' - '%s'" % (pkg, useradd_param)) 274 … #bb.warn("After: 'USERADD_PARAM:%s' - '%s'" % (pkg, d.getVar('USERADD_PARAM:%s' % pkg))) 278 #bb.warn("Before: 'GROUPADD_PARAM:%s' - '%s'" % (pkg, groupadd_param)) 280 … #bb.warn("After: 'GROUPADD_PARAM:%s' - '%s'" % (pkg, d.getVar('GROUPADD_PARAM:%s' % pkg))) 286 #bb.warn("Before: 'EXTRA_USERS_PARAMS' - '%s'" % (d.getVar('EXTRA_USERS_PARAMS'))) [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-error-report.c | 22 warn_report("%s", "test warn"); in test_error_report_simple() 31 test-error-report: warning: test warn*\ in test_error_report_simple() 75 warn_report_once("warn"); in test_error_report_once() 84 test-error-report: warning: warn*\ in test_error_report_once() 94 warn_report("warn"); in test_error_report_timestamp() 102 *-*-*:*:* test-error-report: warning: warn*\ in test_error_report_timestamp() 136 g_test_add_func("/error-report/warn", test_error_warn); in main()
|
/openbmc/phosphor-webui/app/common/components/ |
H A D | alert-banner.js | 16 case 'warn': 35 'alert-banner--warn': $ctrl.type === 'warn', 56 type: '@', // string 'info', 'warn', 'error' or 'success'
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | libtoaster.js | 109 console.warn(_data.error); 115 console.warn("Call failed"); 116 console.warn(_data); 138 console.warn(_data.error); 144 console.warn("Call failed"); 145 console.warn(_data); 174 console.warn(_data.error); 180 console.warn(_data); 301 console.warn("Failed to load layerDepsModal"); 312 console.warn ("Removing layer from project failed"); [all …]
|
H A D | layerdetails.js | 51 console.warn(data.error); 57 console.warn("Call failed"); 58 console.warn(data); 309 console.warn("Could not find element to get data from for this change"); 323 console.warn(data.error); 341 console.warn("Call failed"); 342 console.warn(data); 407 console.warn(data.error); 414 console.warn("Call failed"); 415 console.warn(data); [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | alert-banner.scss | 23 .alert-banner--warn { 24 background-color: $notification-warn--light; 25 border-left-color: $notification-warn--dark;
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch | 123 - warn(_("cannot read %s"), name); 124 + warn(("cannot read %s"), name); 126 - warn(_("cannot read %s"), fp2->name); 127 + warn(("cannot read %s"), fp2->name); 135 - warn(_("cannot stat %s"), name); 136 + warn(("cannot stat %s"), name); 151 - warn(_("failed to hardlink %s to %s (create temporary link as %s failed)"), 152 + warn(("failed to hardlink %s to %s (create temporary link as %s failed)"), 159 - warn(_("failed to hardlink %s to %s (rename temporary link to %s failed)"), 160 + warn(("failed to hardlink %s to %s (rename temporary link to %s failed)"), [all …]
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/ |
H A D | libtest-warn-perl_0.37.bb | 1 SUMMARY = "Test::Warn - Perl extension to test methods for warnings" 10 HOMEPAGE = "https://metacpan.org/release/Test-Warn" 15 CPAN_PACKAGE = "Test-Warn"
|
/openbmc/obmc-console/ |
H A D | log-handler.c | 61 warn("Failed to rename %s to %s", lh->log_filename, in log_trim() 68 warn("Can't open log buffer file %s", lh->log_filename); in log_trim() 136 warn("Can't open log buffer file %s", lh->log_filename); in log_create() 141 warn("Can't query log position for file %s", lh->log_filename); in log_create() 178 warn("Invalid logsize. Default to %ukB", in log_init() 198 warn("Failed to construct rotate filename"); in log_init()
|
H A D | console-client.c | 170 warn("Can't read from server"); in process_console() 201 warn("Can't get terminal attributes for console"); in client_tty_init() 209 warn("Can't set terminal attributes for console"); in client_tty_init() 227 warn("Can't open socket"); in client_init() 239 warn("Failed to configure socket: %s", strerror(errno)); in client_init() 241 warn("Socket name length exceeds buffer limits"); in client_init() 253 warn("Can't connect to console server '@%s'", path); in client_init() 359 warn("Poll failure"); in main()
|
H A D | console-server.c | 174 warn("Can't find realpath for %s", tty_path_input); in tty_find_device() 193 warn("Can't find real name for %s", server->tty.kname); in tty_find_device() 206 warn("Can't query sysfs for device %s", tty_kname_real); in tty_find_device() 256 warn("Can't find parent device for %s", tty_kname_real); in tty_find_device() 310 warn("Can't access attribute %s on device %s", name, in tty_set_sysfs_attr() 319 warn("Error writing to %s attribute of device %s", name, in tty_set_sysfs_attr() 339 warn("Can't read tty termios"); in tty_init_termios() 345 warn("Couldn't set speeds for %s", server->tty.kname); in tty_init_termios() 356 warn("Can't set terminal options for %s", server->tty.kname); in tty_init_termios() 381 warn("Can't open tty %s", server->tty.dev); in tty_init_io() [all …]
|
H A D | tty-handler.c | 126 warn("failed writing to local tty; disabling"); in tty_drain_queue() 200 warn("Can't get config for %s", tty_name); in set_terminal_baud() 205 warn("Couldn't set speeds for %s", tty_name); in set_terminal_baud() 210 warn("Couldn't commit terminal options for %s", tty_name); in set_terminal_baud() 222 warn("Can't get config for %s", tty_name); in make_terminal_raw() 232 warn("Couldn't commit terminal options for %s", tty_name); in make_terminal_raw() 269 warn("Can't open %s; disabling local tty", tty_name); in tty_init()
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | testexport.py | 23 def warn(self, msg): member in my_log 93 …bb.warn("Couldn't find any version of {} native package. Related tests will most probably fail.".f… 100 …bb.warn("Native binary %s %s%s. Running tests under bitbake environment. Version can't be checked … 106 … bb.warn("Couldn't find any version of target package %s. Please ensure it was built. " 123 …bb.warn("Couldn't find the desired version %s for target binary %s. Related test cases will probab… 146 … bb.warn("Couldn't find native package %s%s. Related test cases will be influenced." % 179 bb.warn("Couldn't find target package %s%s. Please ensure it is available " 224 bb.warn("Failed to copy %s binary file %s on the remote target: %s" % 241 bb.warn("No rpm package found for %s %s in .rpm files dir %s. Skipping deployment." % 246 … bb.warn("Failed to copy %s on the remote target: %s" %(param_list[0], d.getVar("MACHINE"))) [all …]
|
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 94 --max-line-length=n set the maximum line length, if exceeded, warn 95 --min-conf-desc-length=n set the min description length, if shorter, warn 165 or warn "$P: Can't find a readable $configuration_file file $!\n"; 456 …-z0-9]+_){1,2}(?:printk|emerg|alert|crit|err|warning|warn|notice|info|debug|dbg|vdbg|devel|cont|WA… 458 WARN(?:_RATELIMIT|_ONCE|)| 664 warn "No typos will be found - file '$spelling_file': $!\n"; 687 warn "No codespell typos will be found - file '$codespellfile': $!\n"; 722 or warn "No structs that should be const will be found - file '$conststructsfile': $!\n"; 727 or warn "No additional types will be considered - file '$typedefsfile': $!\n"; 820 or warn "$P: Can't read '$file' $!\n"; [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | uninative.bbclass | 120 bb.warn(str(e)) 122 bb.warn("Disabling uninative as unable to fetch uninative tarball: %s" % str(exc)) 123 …bb.warn("To build your own uninative loader, please bitbake uninative-tarball and set UNINATIVE_TA… 125 bb.warn("Disabling uninative as unable to install uninative tarball:") 126 bb.warn(str(exc)) 127 bb.warn(exc.stdout) 128 …bb.warn("To build your own uninative loader, please bitbake uninative-tarball and set UNINATIVE_TA…
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0002-gcc-poison-system-directories.patch | 34 Warn about returning a pointer/reference to a local or temporary variable. 38 +Warn for -I and -L options using system directories if cross compiling 42 Warn when one variable shadows another. Same as -Wshadow=global. 51 +/* Define to warn for use of native system header directories */ 55 +/* Define to warn for use of native system header directories */ 81 + warn for use of native system header directories 118 + [warn for use of native system header directories (no/yes/error)]),, 125 + [Define to warn for use of native system header directories]) 153 +Do not warn for @option{-I} or @option{-L} options using system
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0006-warn-for-uses-of-system-directories-when-cross-linki.patch | 4 Subject: [PATCH] warn for uses of system directories when cross linking 45 ENABLE_POISON_SYSTEM_DIRECTORIES defined, warn for use of /lib, 73 +/* Define to warn for use of native system library directories */ 96 + warn for use of native system library directories 130 + [warn for use of native system library directories]),, 135 + [Define to warn for use of native system library directories]) 149 + /* If TRUE (the default) warn for uses of system directories when 171 +Do not warn for @option{-L} options using system directories such as 265 + '\0', NULL, N_("Do not warn for -L options using system directories"),
|
/openbmc/u-boot/tools/patman/ |
H A D | patchstream.py | 65 self.warn = [] # List of warnings we have collected 186 self.warn.append("Missing 'END' in section '%s'" % self.in_section) 196 self.warn.append("Unknown section '%s'" % self.in_section) 203 self.warn.append("Missing 'blank line' in section 'Series-changes'") 218 self.warn.append("Unknown section '%s'" % self.in_section) 296 self.warn.append("Ignoring %s" % line) 313 self.warn.append('Line %d/%d has space before tab' % 345 self.warn.append('Found %d lines after TEST=' % 377 self.warn.append("Found possible blank line(s) at " 467 return ps.warn [all …]
|
/openbmc/openbmc/meta-phosphor/classes/ |
H A D | phosphor-debug-collector.bbclass | 38 bb.warn("Invalid format for config value =%s" % line) 45 bb.warn("Invalid config value=%s" % parse_value) 53 bb.warn("Invalid dump type id =%s" % (str(type)))
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | xmlrpcclient.py | 54 bb.warn("Failed to read remote definition (%s)" % str(e)) 120 bb.warn("Failed to parse remote definition %s (%s)" % (remote, str(e))) 131 bb.warn("Could not create socket for %s:%s (%s)" % (host, port, str(e))) 137 bb.warn("Could not connect to server at %s:%s (%s)" % (host, port, str(e)))
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | codeparser.py | 73 #bb.warn("Cached %s" % f) 82 #bb.warn("Skipping %s" % name) 91 #bb.warn("Not cached %s" % f) 102 …#bb.warn("%s: %s\nRefs:%s Execs: %s %s %s" % (name, fn, parser.references, parser.execs, parser.va… 259 def warn(self, func, arg): member in PythonParser 260 """Warn about calls of bitbake APIs which pass a non-literal 277 contains, execs, warn = visitorcode(name, node.args) 281 if warn: 282 self.warn(node.func, warn) 298 self.warn(node.func, node.args[1]) [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/memtester/files/ |
H A D | Makefile.patch | 19 conf-cc conf-ld warn-auto.sh 20 ( cat warn-auto.sh; \
|