/xen/xen/tools/kconfig/tests/preprocess/escape/ |
A D | Kconfig | 4 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 D | Kconfig | 4 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 D | Kconfig | 6 # '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 D | warning.c | 11 void __init warning_add(const char *warning) in warning_add() argument 16 warnings[nr_warnings] = warning; in warning_add()
|
A D | Makefile | 61 obj-bin-y += warning.init.o
|
/xen/tools/pygrub/src/ |
A D | GrubConf.py | 153 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 D | LiloConf.py | 41 logging.warning("Unknown image directive %s" %(com,)) 139 logging.warning("Unknown directive %s" %(com,))
|
A D | ExtLinuxConf.py | 79 logging.warning("Unknown image directive %s" %(com,)) 179 logging.warning("Unknown directive %s" %(com,))
|
/xen/docs/ |
A D | xen-headers | 105 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 D | 70compiler_warnings.diff | 1 [ 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 D | warning.h | 4 void warning_add(const char *warning);
|
/xen/tools/xenstore/include/compat/ |
A D | xs.h | 1 #warning xs.h is deprecated use xenstore.h instead
|
A D | xs_lib.h | 1 #warning xs_lib.h is deprecated use xenstore_lib.h instead
|
/xen/tools/tests/cpu-policy/ |
A D | Makefile | 14 $(warning Test harness not built, use newer compiler than "$(CC)" (version $(shell $(CC) -dumpversi…
|
/xen/tools/flask/policy/policy/support/ |
A D | misc_macros.spt | 35 # print a warning message
|
/xen/xen/include/asm-x86/x86_64/ |
A D | efibind.h | 278 #pragma warning ( disable : 4731 ) // Suppress warnings about modification of EBP
|
/xen/tools/python/ |
A D | pylintrc | 48 # 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 D | kconfig-macro-language.rst | 120 - $(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 D | pciutils.patch | 228 …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 D | xen.lds.S | 37 *(.gnu.warning)
|
/xen/xen/arch/x86/ |
A D | xen.lds.S | 84 *(.gnu.warning)
|
/xen/xen/ |
A D | Rules.mk | 16 $(warning "You must use 'make menuconfig' to enable/disable debug now.")
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 11 .. warning::
|
/xen/tools/tests/x86_emulator/ |
A D | Makefile | 118 $(warning Test harness not built, use newer compiler than "$(CC)" (version $(shell $(CC) -dumpversi…
|
/xen/docs/admin-guide/ |
A D | microcode-loading.rst | 111 .. warning::
|