/xen-4.10.0-shim-comet/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 | 64 obj-bin-y += warning.init.o
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/pygrub/src/ |
A D | GrubConf.py | 150 logging.warning("Unknown image directive %s" %(com,)) 222 logging.warning("Unknown directive %s" %(com,)) 305 logging.warning("Unknown directive %s" %(com,)) 339 logging.warning("Unknown image directive %s" %(com,)) 435 logging.warning("grub2's saved_entry/next_entry not supported") 443 logging.warning("Unknown directive %s" %(com,))
|
A D | LiloConf.py | 38 logging.warning("Unknown image directive %s" %(com,)) 136 logging.warning("Unknown directive %s" %(com,))
|
A D | ExtLinuxConf.py | 76 logging.warning("Unknown image directive %s" %(com,)) 176 logging.warning("Unknown directive %s" %(com,))
|
A D | pygrub | 487 logging.warning("Default image not found")
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | warning.h | 4 void warning_add(const char *warning);
|
/xen-4.10.0-shim-comet/tools/xenstore/include/compat/ |
A D | xs_lib.h | 1 #warning xs_lib.h is deprecated use xenstore_lib.h instead
|
A D | xs.h | 1 #warning xs.h is deprecated use xenstore.h instead
|
/xen-4.10.0-shim-comet/unmodified_drivers/linux-2.6/usbfront/ |
A D | Kbuild | 4 $(warning usbfront cannot be built), \
|
/xen-4.10.0-shim-comet/tools/flask/policy/policy/support/ |
A D | misc_macros.spt | 35 # print a warning message
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.l | 187 printf("%s:%d:warning: multi-line strings not supported\n", zconf_curname(), zconf_lineno());
|
A D | zconf.tab.c_shipped | 329 /* Pacify GCC's `empty if-body' warning. */ 838 -Wunused-macros. Normally we don't worry about that warning, but 1675 GCC warning that YYVAL may be used uninitialized. */ 1748 zconfprint("warning: menuconfig statement without prompt"); 1807 zconfprint("warning: ignoring unknown option %s", (yyvsp[(2) - (3)].string));
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | xen.lds.S | 38 *(.gnu.warning)
|
A D | mm.c | 1420 static int warning; in gnttab_mark_dirty() local 1421 if (!warning) { in gnttab_mark_dirty() 1423 warning = 1; in gnttab_mark_dirty()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/x86_64/ |
A D | efibind.h | 278 #pragma warning ( disable : 4731 ) // Suppress warnings about modification of EBP
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/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-4.10.0-shim-comet/xen/arch/x86/ |
A D | xen.lds.S | 73 *(.gnu.warning)
|
/xen-4.10.0-shim-comet/xen/ |
A D | Rules.mk | 11 $(warning "You must use 'make menuconfig' to enable/disable debug now.")
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | xen-command-line.markdown | 119 actually result in the nominated frequency to be established. A warning 907 > `= <level>[/<rate-limited level>]` where level is `none | error | warning | info | debug | all` 909 > Default: `guest_loglvl=none/warning` 1175 > `= <level>[/<rate-limited level>]` where level is `none | error | warning | info | debug | all` 1177 > Default: `loglvl=warning`
|
/xen-4.10.0-shim-comet/tools/ |
A D | configure.ac | 29 # Check if CFLAGS, LDFLAGS, LIBS, CPPFLAGS or CPP is set and print a warning
|
/xen-4.10.0-shim-comet/docs/man/ |
A D | xl-disk-configuration.pod.5 | 442 xend and xl from xen 4.1. In future they may print a warning.
|