Home
last modified time | relevance | path

Searched refs:warning (Results 1 – 25 of 39) sorted by relevance

12

/xen/xen/tools/kconfig/tests/preprocess/escape/
A DKconfig4 warning = $(warning-if,y,$(1))
9 $(warning,hello$(comma) world)
13 $(warning, ' " '" ' ''' "'")
17 $(warning,$)
18 $(warning,$$)
20 $(warning,$($))
25 $(warning,$(dollar)(X))
30 $(warning,$(left_paren))
35 $(warning,$(Y))
39 $(warning,$(Y))
[all …]
/xen/xen/tools/kconfig/tests/preprocess/variable/
A DKconfig4 warning = $(warning-if,y,$(1))
10 $(warning,SIMPLE = $(SIMPLE))
16 $(warning,RECURSIVE = $(RECURSIVE))
22 $(warning,SIMPLE = $(SIMPLE))
28 $(warning,RECURSIVE = $(RECURSIVE))
35 $(warning,UNDEFINED_VARIABLE = $(UNDEFINED_VARIABLE))
41 $(warning,AB = $(AB))
45 $(warning,$(greeting,Hello,John))
50 $(warning,$(greeting,Hello))
53 $(warning,$(greeting,Hello,John,ignored,ignored))
/xen/xen/tools/kconfig/tests/preprocess/builtin_func/
A DKconfig6 # 'warning-if', if the first argument is y, sends the second argument to stderr,
8 $(warning-if,y,hello world 1)
15 warning = $(warning-if,y,$(1))
18 $(warning,$(shell,echo hello world 3))
22 $(warning,$(shell,printf 'hello\nworld\n\n4\n\n\n'))
26 $(warning,filename=$(filename))
27 $(warning,lineno=$(lineno))
/xen/xen/common/
A Dwarning.c11 void __init warning_add(const char *warning) in warning_add() argument
16 warnings[nr_warnings] = warning; in warning_add()
A DMakefile61 obj-bin-y += warning.init.o
/xen/tools/pygrub/src/
A DGrubConf.py153 logging.warning("Unknown image directive %s" %(com,))
225 logging.warning("Unknown directive %s" %(com,))
239 logging.warning("Invalid value %s, setting default to 0" %(val,))
312 logging.warning("Unknown directive %s" %(com,))
346 logging.warning("Unknown image directive %s" %(com,))
442 logging.warning("grub2's saved_entry/next_entry not supported")
450 logging.warning("Unknown directive %s" %(com,))
A DLiloConf.py41 logging.warning("Unknown image directive %s" %(com,))
139 logging.warning("Unknown directive %s" %(com,))
A DExtLinuxConf.py79 logging.warning("Unknown image directive %s" %(com,))
179 logging.warning("Unknown directive %s" %(com,))
/xen/docs/
A Dxen-headers105 sub warning { subroutine
158 warning("multiple definitions of $type $name: $_")
200 warning("in enum expecting $in_enum->[0]* got $valname");
315 warning("pending xrefs at end of file") if @pending_xrefs;
/xen/stubdom/grub.patches/
A D70compiler_warnings.diff1 [ 1436s] ../grub-upstream/netboot/fsys_tftp.c:213: warning: operation on 'block' may be undefined
2 [ 1437s] ../grub-upstream/netboot/main.c:444: warning: operation on 'block' may be undefined
/xen/xen/include/xen/
A Dwarning.h4 void warning_add(const char *warning);
/xen/tools/xenstore/include/compat/
A Dxs.h1 #warning xs.h is deprecated use xenstore.h instead
A Dxs_lib.h1 #warning xs_lib.h is deprecated use xenstore_lib.h instead
/xen/tools/tests/cpu-policy/
A DMakefile14 $(warning Test harness not built, use newer compiler than "$(CC)" (version $(shell $(CC) -dumpversi…
/xen/tools/flask/policy/policy/support/
A Dmisc_macros.spt35 # print a warning message
/xen/xen/include/asm-x86/x86_64/
A Defibind.h278 #pragma warning ( disable : 4731 ) // Suppress warnings about modification of EBP
/xen/tools/python/
A Dpylintrc48 # note).You have access to the variables errors warning, statement which
52 evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
276 # * warning notes in the code like FIXME, XXX
/xen/docs/misc/
A Dkconfig-macro-language.rst120 - $(warning-if,condition,text)
122 The "warning-if" function takes two arguments. If the condition part is "y",
128 The "error-if" function is similar to "warning-if", but it terminates the
/xen/stubdom/
A Dpciutils.patch228 …a->warning("%04x:%02x:%02x.%d: Invalid 64-bit address seen for BAR %d.", d->domain, d->bus, d->dev…
247 …a->warning("%04x:%02x:%02x.%d 64-bit device address ignored.", d->domain, d->bus, d->dev, d->func);
/xen/xen/arch/arm/
A Dxen.lds.S37 *(.gnu.warning)
/xen/xen/arch/x86/
A Dxen.lds.S84 *(.gnu.warning)
/xen/xen/
A DRules.mk16 $(warning "You must use 'make menuconfig' to enable/disable debug now.")
/xen/docs/hypervisor-guide/
A Dcode-coverage.rst11 .. warning::
/xen/tools/tests/x86_emulator/
A DMakefile118 $(warning Test harness not built, use newer compiler than "$(CC)" (version $(shell $(CC) -dumpversi…
/xen/docs/admin-guide/
A Dmicrocode-loading.rst111 .. warning::

Completed in 28 milliseconds

12