/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_type_info.py | 468 d.warn("definition found here") 501 d.warn("definition found here") 538 self.warn("typedef %s not found", t) 544 td.warn("typedef is here") 565 d.warn("definition found here") 618 self.warn("typedef %s not found", t) 624 td.warn("typedef is here") 643 cd.warn("class declaration found here") 650 d.warn("definition found here") 666 d.warn("class type declared here") [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) 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)) 626 c.warn("skipping due to conflicting %s macro", uppercase) 630 o.warn("conflicting %s macro is here", uppercase) 678 self.warn("typename unavailable") 828 ul.definitions[1].warn("%s defined twice", i.name) [all …]
|
/openbmc/linux/arch/arm/kernel/ |
H A D | insn.c | 8 bool warn) in __arm_gen_branch_thumb2() argument 16 WARN_ON_ONCE(warn); in __arm_gen_branch_thumb2() 38 bool link, bool warn) in __arm_gen_branch_arm() argument 48 WARN_ON_ONCE(warn); in __arm_gen_branch_arm() 58 __arm_gen_branch(unsigned long pc, unsigned long addr, bool link, bool warn) in __arm_gen_branch() argument 61 return __arm_gen_branch_thumb2(pc, addr, link, warn); in __arm_gen_branch() 63 return __arm_gen_branch_arm(pc, addr, link, warn); in __arm_gen_branch()
|
/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); 145 console.warn(_data); 180 console.warn(_data); 374 console.warn(ret.error); 379 console.warn(ret); 500 console.warn(_data); 529 console.warn(_data); 566 console.warn(_data); [all …]
|
H A D | layerdetails.js | 51 console.warn(data.error); 57 console.warn("Call failed"); 58 console.warn(data); 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); 510 console.warn(data.error); [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/linux/scripts/ |
H A D | faddr2line | 52 warn() { function 108 warn "bad func+offset $func_addr" 138 warn "bad section size: section: $sym_sec" 149 warn "bad section name: section: $sym_sec" 185 …warn "can't find symbol: sym_name: $sym_name sym_sec: $sym_sec sym_addr: $sym_addr sym_elf_size: $… 195 warn "bad symbol size: sym_addr: $sym_addr cur_sym_addr: $cur_sym_addr" 205 warn "bad address: $sym_addr + $func_offset" 293 warn "no match for $func_addr"
|
/openbmc/linux/arch/sh/drivers/pci/ |
H A D | pci.c | 194 unsigned int status_mask, int warn) in pcibios_bus_report_status_early() argument 213 if (warn) in pcibios_bus_report_status_early() 225 int warn) in pcibios_bus_report_status() argument 249 if (warn) in pcibios_bus_report_status() 255 pcibios_bus_report_status(dev->subordinate, status_mask, warn); in pcibios_bus_report_status() 258 void __ref pcibios_report_status(unsigned int status_mask, int warn) in pcibios_report_status() argument 265 hose->index, status_mask, warn); in pcibios_report_status() 267 pcibios_bus_report_status(hose->bus, status_mask, warn); in pcibios_report_status()
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | postactions.py | 33 bb.warn(f"Can not get target disk usage: {e}") 43 bb.warn(f"Can not get host disk usage: {e}") 68 bb.warn(f"{artifact_path} is not an absolute path") 75 bb.warn(f"Can not retrieve {artifact_path} from test target: {e}") 80 bb.warn("Could not load artifacts list, skip artifacts retrieval")
|
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/linux/arch/arm/mach-davinci/ |
H A D | mux.c | 38 unsigned int mask, warn = 0; in davinci_cfg_reg() local 78 warn = 1; in davinci_cfg_reg() 84 if (warn) { in davinci_cfg_reg() 91 if (cfg->debug || warn) { in davinci_cfg_reg()
|
/openbmc/obmc-console/ |
H A D | console-server.c | 174 warn("Can't find realpath for %s", tty_path_input); in tty_find_device() 278 warn("Can't access attribute %s on device %s", name, in tty_set_sysfs_attr() 307 warn("Can't read tty termios"); in tty_init_termios() 349 warn("Can't open tty %s", server->tty.dev); in tty_init_io() 391 warn("Invalid LPC address '%s'", val); in tty_init_vuart() 397 warn("Invalid LPC address: '%s'", val); in tty_init_vuart() 412 warn("Invalid LPC SERIRQ: '%s'", val); in tty_init_vuart() 417 warn("Invalid sirq: '%s'", val); in tty_init_vuart() 962 warn("Failed to read current time"); in run_console_iteration() 979 warn("poll error"); in run_console_iteration() [all …]
|
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 | 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/linux/arch/arm/include/asm/ |
H A D | insn.h | 33 __arm_gen_branch(unsigned long pc, unsigned long addr, bool link, bool warn); 42 arm_gen_branch_link(unsigned long pc, unsigned long addr, bool warn) in arm_gen_branch_link() argument 44 return __arm_gen_branch(pc, addr, true, warn); in arm_gen_branch_link()
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | mux.c | 292 unsigned int mask, warn = 0; in omap1_cfg_reg() local 310 warn = 1; in omap1_cfg_reg() 325 warn = 1; in omap1_cfg_reg() 330 warn = 1; in omap1_cfg_reg() 347 warn = 1; in omap1_cfg_reg() 352 warn = 1; in omap1_cfg_reg() 361 if (warn) { in omap1_cfg_reg() 368 if (cfg->debug || warn) { in omap1_cfg_reg() 388 return warn ? -ETXTBSY : 0; in omap1_cfg_reg()
|
/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) 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 487 for warn in result: [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | __init__.py | 90 warnings.warn( 97 warnings.warn( 104 warnings.warn( 111 warnings.warn( 118 warnings.warn( 126 warnings.warn( 164 warnings.warn(self.NO_PARSER_SPECIFIED_WARNING % dict( 197 warnings.warn( 206 warnings.warn( 451 warnings.warn(
|
/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/linux/fs/sysfs/ |
H A D | symlink.c | 22 const char *name, int warn) in sysfs_do_create_link_sd() argument 50 if (warn && PTR_ERR(kn) == -EEXIST) in sysfs_do_create_link_sd() 68 const char *name, int warn) in sysfs_do_create_link() argument 80 return sysfs_do_create_link_sd(parent, target, name, warn); in sysfs_do_create_link()
|
/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)"), 160 + warn(("failed to hardlink %s to %s (rename temporary link to %s failed)"), 164 - warn(_("failed to remove temporary link %s"), nam2.buf); [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/linux/fs/quota/ |
H A D | dquot.c | 1203 switch (warn->w_dq_id.type) { in need_print_warning() 1219 int warntype = warn->w_type; in print_warning() 1266 warn->w_type = warntype; in prepare_warning() 1267 warn->w_sb = dquot->dq_sb; in prepare_warning() 1268 warn->w_dq_id = dquot->dq_id; in prepare_warning() 1284 print_warning(&warn[i]); in flush_warnings() 1287 warn[i].w_sb->s_dev, warn[i].w_type); in flush_warnings() 1752 flush_warnings(warn); in __dquot_alloc_space() 1800 flush_warnings(warn); in dquot_alloc_inode() 1942 flush_warnings(warn); in __dquot_free_space() [all …]
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | error.c | 10 void warn(const char *m) in warn() function 19 warn(m); in error()
|