/u-boot/doc/sphinx/ |
A D | kernellog.py | 16 def warn(app, message): function 20 app.warn(message)
|
A D | kfigure.py | 184 kernellog.warn(app, "dot(1) not found, for better output quality install " 189 kernellog.warn(app, 313 kernellog.warn(app, 331 kernellog.warn(app, "Error #%d when calling: %s" % (exit_code, " ".join(cmd))) 428 kernellog.warn(app, 'kernel-render: "%s" unknown / include raw.' % (srclang))
|
A D | kernel_feat.py | 81 def warn(self, message, **replace): member in KernelFeat 85 self.state.document.settings.env.app.warn(message, prefix="")
|
A D | kerneldoc.py | 123 kernellog.warn(env.app, 151 kernellog.warn(env.app, 'kernel-doc \'%s\' processing failed with: %s' %
|
/u-boot/tools/patman/ |
A D | control.py | 215 if cmt.warn: 216 print('%d warnings for %s:' % (len(cmt.warn), cmt.hash)) 217 for warn in cmt.warn: 218 print('\t', warn)
|
A D | patchstream.py | 127 def _add_warn(self, warn): argument 139 print('Warning outside commit: %s' % warn) 140 elif warn not in self.commit.warn: 141 self.commit.warn.append(warn) 159 warn = self.series.AddTag(self.commit, line, name, value) 160 if warn: 161 self.commit.warn.append(warn) 796 return cmt.warn 818 for warn in result: 819 print('\t%s' % warn)
|
A D | commit.py | 45 self.warn = []
|
A D | func_test.py | 592 pstrm.commit.warn) 605 pstrm.commit.warn) 614 self.assertEqual(["Line 3: Ignoring Commit-fred"], pstrm.commit.warn) 624 self.assertEqual(["Ignoring '%s'" % test_line], pstrm.commit.warn) 633 self.assertEqual(["Line 3/0 has space before tab"], pstrm.commit.warn) 644 self.assertEqual(["Found 2 lines after TEST="], pstrm.commit.warn) 671 pstrm.commit.warn) 1179 self.assertEqual([], pstrm.commit.warn)
|
A D | status.py | 439 for warn in warnings: 440 tout.warning(warn)
|
/u-boot/scripts/ |
A D | documentation-file-ref-check | 23 my $warn = 0; 32 'warn' => \$warn, 144 } elsif ($warn) {
|
/u-boot/scripts/dtc/ |
A D | checks.c | 49 bool warn, error; member 62 .warn = (w_), \ 83 if ((c->warn && (quiet < 1)) in check_msg() 1625 if ((warn && !c->warn) || (error && !c->error)) in enable_warning_error() 1629 c->warn = c->warn || warn; in enable_warning_error() 1639 if ((warn && c->warn) || (error && c->error)) { in disable_warning_error() 1646 disable_warning_error(cc, warn, error); in disable_warning_error() 1650 c->warn = c->warn && !warn; in disable_warning_error() 1671 enable_warning_error(c, warn, error); in parse_checks_option() 1673 disable_warning_error(c, warn, error); in parse_checks_option() [all …]
|
A D | dtc.h | 278 void parse_checks_option(bool warn, bool error, const char *arg);
|
/u-boot/tools/dtoc/ |
A D | src_scan.py | 550 warn = 'Missing .uclass' 552 warn = 'Missing .compatible' 554 (warn, fname)) 605 for warn in warns[1:]: 606 print('%-s: %s' % (indent, warn))
|
/u-boot/env/ |
A D | Makefile | 31 CFLAGS_embedded.o := -Wa,--no-warn -DENV_CRC=$(shell tools/envcrc 2>/dev/null)
|
/u-boot/arch/arm/dts/ |
A D | imx8mm-phg-u-boot.dtsi | 105 * prevents voltage switch warn: driver will switch even at
|
/u-boot/tools/buildman/ |
A D | boards.py | 201 self._conf = kconfiglib.Kconfig(warn=False) 771 for warn in warnings: 772 print(warn, file=sys.stderr)
|
A D | kconfiglib.py | 868 def __init__(self, filename="Kconfig", warn=True, warn_to_stderr=True, argument 948 self._init(filename, warn, warn_to_stderr, encoding) 960 def _init(self, filename, warn, warn_to_stderr, encoding): argument 971 self.warn = warn 2014 self.warn = True 2021 self.warn = False 2093 "warnings " + status(self.warn), 3973 if not self.warn:
|
/u-boot/include/linux/ |
A D | compiler_types.h | 242 __diag_ ## compiler(version, warn, option)
|
/u-boot/tools/ |
A D | proftool.c | 265 #define warn(fmt, b...) outf(1, fmt, ##b) macro 1343 warn("Cannot find function at %lx\n", in write_pages() 1734 warn("Cannot find function at %lx\n", in make_flame_tree() 1903 warn("Unknown command '%s'\n", cmd); in prof_tool()
|
/u-boot/doc/board/kontron/ |
A D | sl-mx8mm.rst | 39 ``CFLAGS="-Wno-array-bounds" LDFLAGS="--no-warn-rwx-segments"``
|
/u-boot/ |
A D | Makefile | 812 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments)
|
/u-boot/doc/develop/ |
A D | checkpatch.rst | 138 Set the Kconfig entry minimum description length, if shorter, warn.
|
A D | makefiles.rst | 679 warn about it if there is another warning in the source file.
|
/u-boot/doc/develop/driver-model/ |
A D | of-plat.rst | 645 warn about these. For example::
|