Searched refs:WARN (Results 1 - 25 of 31) sorted by relevance

12

/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
H A Ddebug.h42 * WARN("Warning %s.\n", "message") -> WARNING: Warning message.
66 # define WARN(...) printf("WARNING: " __VA_ARGS__) macro
68 # define WARN(...) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
H A Dlog.py8 WARN = 3 variable
16 def __init__(self, threshold=WARN):
20 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
26 if level in (WARN, ERROR, FATAL):
43 self._log(WARN, msg, args)
67 set_threshold(WARN)
/device/linaro/bootloader/arm-trusted-firmware/include/common/
H A Ddebug.h42 * WARN("Warning %s.\n", "message") -> WARNING: Warning message.
66 # define WARN(...) tf_printf("WARNING: " __VA_ARGS__) macro
68 # define WARN(...) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dstructmember.c162 #define WARN(msg) \ macro
219 WARN("Truncation of value to char");
228 WARN("Truncation of value to unsigned char");
237 WARN("Truncation of value to short");
246 WARN("Truncation of value to unsigned short");
255 WARN("Truncation of value to int");
269 WARN("Writing negative value into unsigned field");
273 WARN("Truncation of value to unsigned int");
293 WARN("Writing negative value into unsigned field");
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dstructmember.c162 #define WARN(msg) \ macro
219 WARN("Truncation of value to char");
228 WARN("Truncation of value to unsigned char");
237 WARN("Truncation of value to short");
246 WARN("Truncation of value to unsigned short");
255 WARN("Truncation of value to int");
269 WARN("Writing negative value into unsigned field");
273 WARN("Truncation of value to unsigned int");
293 WARN("Writing negative value into unsigned field");
/device/linaro/bootloader/arm-trusted-firmware/common/
H A Dbl_common.c172 WARN("Failed to obtain reference to image '%s' (%i)\n",
180 WARN("Failed to access image '%s' (%i)\n",
188 WARN("Failed to determine the size of the image '%s' file (%i)\n",
233 WARN("Failed to obtain reference to image '%s' (%i)\n",
241 WARN("Failed to access image '%s' (%i)\n",
251 WARN("Failed to determine the size of the image '%s' file (%i)\n",
259 WARN("Failed to reserve memory: 0x%lx - 0x%lx\n",
270 WARN("Failed to load '%s' file (%i)\n", image_name, io_result);
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
H A Dio_fip.c213 WARN("Failed to obtain reference to image '%s' (%i)\n",
223 WARN("Failed to access image '%s' (%i)\n", image_name, result);
232 WARN("Firmware Image Package header check failed.\n");
279 WARN("fip_file_open : Only one open file at a time.\n");
287 WARN("Failed to open Firmware Image Package (%i)\n", result);
295 WARN("fip_file_open: failed to seek\n");
315 WARN("Failed to read FIP (%i)\n", result);
372 WARN("Failed to open FIP (%i)\n", result);
383 WARN("fip_file_read: failed to seek\n");
391 WARN("Faile
[all...]
H A Dio_block.c164 WARN("A block device is already active. Close first.\n");
211 WARN("Failed to read block offset 0x%x\n",
242 WARN("Failed to write block offset 0x%x\n",
H A Dio_memmap.c141 WARN("A Memmap device is already active. Close first.\n");
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
H A Dpartitions.c168 WARN("failed to open eMMC normal partition\n");
173 WARN("Failed to open eMMC device\n");
182 WARN("Failed to read eMMC (%i)\n", result);
187 WARN("Can't find MBR protection information\n");
194 WARN("Failed to read eMMC (%i)\n", result);
199 WARN("Failed to find partition table\n");
207 WARN("Failed to read eMMC (%i)\n", result);
H A Dplat_io_storage.c319 WARN("failed to find partition fastboot\n");
322 WARN("failed to find partition bios\n");
356 WARN("failed to parse entries in loader image\n");
363 WARN("Invalid flag in entry:0x%x\n", entries[i].flag);
369 WARN("failed to open emmc boot area\n");
377 WARN("Failed to open memmap device\n");
391 WARN("Failed to write '%s' file (%i)\n",
418 WARN("Failed to open memmap device\n");
424 WARN("Failed to load '%s' file (%i)\n", LOADER_MEM_NAME, result);
549 WARN("spars
[all...]
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
H A Dopteed_main.c173 WARN("No OPTEE provided by BL2 boot loader.\n");
180 WARN("Invalid OPTEE header.\n");
189 WARN("Invalid OPTEE architecture (%d)\n", header->arch);
255 WARN("Failed to reserve memory 0x%lx - 0x%lx\n",
273 WARN("Failed to reserve memory 0x%lx - 0x%lx\n",
292 WARN("Booting device without OPTEE initialization.\n");
293 WARN("SMC`s destined for OPTEE will return SMC_UNK\n");
/device/linaro/bootloader/arm-trusted-firmware/services/std_svc/
H A Dstd_svc_setup.c92 WARN("Unimplemented Standard Service Call: 0x%x \n", smc_fid);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DEdkLogger.py32 WARN = 30 variable
44 DEBUG_6, DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO,
51 # For VERBOSE, INFO, WARN level
59 # String templates for ERROR/WARN/DEBUG log message
67 # Flag used to take WARN as ERROR.
118 if _InfoLogger.level > WARN:
145 _InfoLogger.log(WARN, LogText)
218 # For VERBOSE, INFO, WARN level
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
H A Dloadfile_machdep.h65 #define WARN(a) (void)(printf a, \ macro
87 #define WARN(a) warn a macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dstropmodule.c16 #define WARN if (PyErr_Warn(PyExc_DeprecationWarning, \ macro
104 WARN;
177 WARN;
309 WARN;
353 WARN;
423 WARN;
436 WARN;
449 WARN;
467 WARN;
506 WARN;
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dstropmodule.c16 #define WARN if (PyErr_Warn(PyExc_DeprecationWarning, \ macro
104 WARN;
177 WARN;
309 WARN;
353 WARN;
423 WARN;
436 WARN;
449 WARN;
467 WARN;
506 WARN;
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
H A Dtest_config.py11 from distutils.log import WARN namespace
72 self.old_threshold = set_threshold(WARN)
H A Dsupport.py9 from distutils.log import DEBUG, INFO, WARN, ERROR, FATAL namespace
37 if level not in (DEBUG, INFO, WARN, ERROR, FATAL):
H A Dtest_sdist.py35 from distutils.log import WARN namespace
249 warnings = self.get_logs(WARN)
258 warnings = self.get_logs(WARN)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
H A DLog.py52 WARN = 30 variable
69 DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO, ERROR, QUIET, \
78 # For VERBOSE, INFO, WARN level
89 # String templates for ERROR/WARN/DEBUG log message
163 if _INFO_LOGGER.level > WARN:
191 _INFO_LOGGER.log(WARN, LogText)
266 # For VERBOSE, INFO, WARN level
/device/linaro/bootloader/arm-trusted-firmware/plat/fvp/aarch64/
H A Dfvp_common.c250 WARN("Unrecognized Foundation FVP revision %x\n", rev);
268 WARN("Unrecognized Base FVP revision %x\n", rev);
/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gpio/
H A Dgpio.c125 WARN("%s: duplicated gpio base\n", __func__);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_modulefinder.py282 distutils.log.set_threshold(distutils.log.WARN)
/device/linaro/bootloader/arm-trusted-firmware/bl2/
H A Dbl2_main.c159 WARN("Failed to verify BL3-2 authenticity\n");
442 WARN("Failed to load BL3-2 (%i)\n", e);

Completed in 265 milliseconds

12