Searched defs:LogLevel (Results 1 - 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c133 UINT64 LogLevel; local
142 LogLevel = 0;
219 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
224 if (LogLevel > 9) {
225 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
228 SetPrintLevel (LogLevel);
/device/google/contexthub/util/nanotool/
H A Dlog.h51 enum class LogLevel { class in class:android::Log
61 static void Initialize(Logger *logger, LogLevel level);
79 static void SetLevel(LogLevel level);
82 static char LevelAbbrev(LogLevel level);
83 static void LogEx(LogLevel level, const char *format, va_list arg_list);
86 static LogLevel level_;
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFv/
H A DGenFv.c198 UINT64 LogLevel, TempNumber; local
211 LogLevel = 0;
538 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
543 if (LogLevel > 9) {
544 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
547 SetPrintLevel (LogLevel);
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c851 UINT64 LogLevel; local
903 EfiStatus = AsciiStringToUint64 (*argv, FALSE, &LogLevel);
908 if (LogLevel > 9) {
909 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
912 SetPrintLevel (LogLevel);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFfs/
H A DGenFfs.c489 UINT64 LogLevel; local
496 LogLevel = 0;
719 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
724 if (LogLevel > 9) {
725 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
728 SetPrintLevel (LogLevel);
/device/google/contexthub/firmware/os/inc/
H A Dseos.h272 enum LogLevel { enum
280 void osLog(enum LogLevel level, const char *str, ...) PRINTF_ATTRIBUTE(2, 3);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenSec/
H A DGenSec.c1007 UINT64 LogLevel; local
1028 LogLevel = 0;
1182 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
1187 if (LogLevel > 9) {
1188 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0~9, currnt input level is %d", (int) LogLevel);
1191 SetPrintLevel (LogLevel);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c308 UINT64 LogLevel; local
388 EfiStatus = AsciiStringToUint64 (argv[Index + 1], FALSE, &LogLevel);
393 if (LogLevel > 9) {
394 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
397 SetPrintLevel (LogLevel);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c654 UINT64 LogLevel; local
732 EfiStatus = AsciiStringToUint64 (argv[Index + 1], FALSE, &LogLevel);
737 if (LogLevel > 9) {
738 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
741 SetPrintLevel (LogLevel);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
H A DGenFw.c1087 UINT64 LogLevel; local
1140 LogLevel = 0;
1382 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
1387 if (LogLevel > 9) {
1388 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
1391 SetPrintLevel (LogLevel);

Completed in 136 milliseconds