| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | qom_type_info.py | 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) 314 self.warn("class_size is set to: %r", values['class_size'].raw) 332 self.warn("Can't find right uppercase name for %s", typename) [all …]
|
| H A D | qom_macros.py | 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) 385 self.warn("duplicate names used by macro: %r", ids) 426 self.warn(issue) 599 c.warn("%s mismatch (%s)", field, ' '.join(values)) [all …]
|
| /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/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))
|
| /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 …]
|
| H A D | postactions.py | 30 bb.warn(f"Can not get target disk usage: {e}") 40 bb.warn(f"Can not get host disk usage: {e}") 64 bb.warn("Could not load artifacts list, skip artifacts retrieval") 76 bb.warn(f"Can not retrieve artifacts from test target: {e}")
|
| H A D | logparser.py | 54 … bb.warn("Ptest END log section mismatch %s vs. %s" % (current_section['name'], result.group(1))) 56 bb.warn("Ptest duplicate section for %s" % (current_section['name'])) 65 …bb.warn("Ptest TIMEOUT log section mismatch %s vs. %s" % (current_section['name'], result.group(1)… 83 … bb.warn("Result with no section: %s - %s" % (t, result.group(1).strip()))
|
| /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/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-openembedded/meta-oe/recipes-extended/rsyslog/rsyslog/ |
| H A D | rsyslog.conf | 37 mail.warn -/var/log/mail.warn 52 *.=info;*.=notice;*.=warn;\
|
| /openbmc/openbmc/poky/bitbake/lib/bs4/ |
| H A D | __init__.py | 177 warnings.warn( 184 warnings.warn( 191 warnings.warn( 198 warnings.warn( 205 warnings.warn( 213 warnings.warn( 228 …warnings.warn("You provided Unicode markup but also provided a value for from_encoding. Your from_… 299 warnings.warn( 305 …warnings.warn("Keyword arguments to the BeautifulSoup constructor will be ignored. These would nor… 430 warnings.warn( [all …]
|
| /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/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/obmc-console/test/ |
| H A D | test-config-parse-bytesize.c | 54 warn("[%zu] Str %s expected rc %d, got rc %d\n", i, in test_config_parse_bytesize() 58 warn("[%zu] Str %s expected size %zu, got size %zu\n", in test_config_parse_bytesize()
|
| /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; \
|
| /openbmc/webui-vue/src/plugins/ |
| H A D | toast.js | 20 console.warn('Failed to initialize toast controller:', e); 32 console.warn('Toast controller not available:', options);
|
| /openbmc/qemu/hw/audio/ |
| H A D | sb16.c | 440 goto warn; in command() 444 goto warn; in command() 448 goto warn; in command() 452 goto warn; in command() 456 goto warn; in command() 460 goto warn; in command() 464 goto warn; in command() 468 goto warn; in command() 481 goto warn; in command() 503 goto warn; in command() [all …]
|
| /openbmc/phosphor-webui/app/common/styles/base/ |
| H A D | colors.scss | 91 $status-warn: $accent-03--01; 97 $notification-warn--dark: $color--yellow-50; 98 $notification-warn--light: $color--yellow-10;
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | cve_check.py | 188 bb.warn( 316 bb.warn( 332 bb.warn( 367 bb.warn("CVE_CHECK_IGNORE is deprecated in favor of CVE_STATUS") 378 bb.warn("CVE_STATUS_GROUPS contains undefined variable %s" % cve_status_group)
|
| /openbmc/u-boot/scripts/dtc/ |
| H A D | checks.c | 49 bool warn, error; member 62 .warn = (w_), \ 83 if ((c->warn && (quiet < 1)) in check_msg() 1423 static void enable_warning_error(struct check *c, bool warn, bool error) in enable_warning_error() argument 1428 if ((warn && !c->warn) || (error && !c->error)) in enable_warning_error() 1430 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error() 1432 c->warn = c->warn || warn; in enable_warning_error() 1436 static void disable_warning_error(struct check *c, bool warn, bool error) in disable_warning_error() argument 1442 if ((warn && c->warn) || (error && c->error)) { in disable_warning_error() 1449 disable_warning_error(cc, warn, error); in disable_warning_error() [all …]
|