Searched refs:DebugLevel (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
D | TianoCompress.c | 80 static UINT64 DebugLevel; variable 1759 DebugLevel = 0; in main() 1817 Status = AsciiStringToUint64(argv[0], FALSE, &DebugLevel); in main() 1818 if (DebugLevel > 9) { in main() 1822 if (DebugLevel>=5 && DebugLevel <=9){ in main() 1873 SetPrintLevel(DebugLevel); in main() 1934 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding", NULL); in main() 1957 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding Successful!\n", NULL); in main() 1966 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Decoding\n", NULL); in main() 1994 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding successful!\n", NULL); in main() [all …]
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/ |
D | EfiLdrImage.c | 176 UINT64 DebugLevel = 0; in main() local 235 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel); in main()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/ |
D | GenVtf.c | 32 UINT64 DebugLevel; variable 2484 DebugLevel = 0; in main() 2595 Status = AsciiStringToUint64(argv[Index + 1], FALSE, &DebugLevel); in main() 2600 if (DebugLevel > 9) { in main() 2604 if((DebugLevel <= 9) &&(DebugLevel >= 5)) { in main() 2638 SetPrintLevel(DebugLevel); in main() 2672 DebugMsg(UTILITY_NAME, 0, DebugLevel, SymFileName, NULL); in main() 2680 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Start to generate the VTF image\n", NULL); in main() 2714 DebugMsg(UTILITY_NAME, 0, DebugLevel, "VTF image generated successful\n", NULL); in main()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/ |
D | EfiRom.c | 19 UINT64 DebugLevel = 0; variable 72 SetPrintLevel(DebugLevel); in main() 1014 Status = AsciiStringToUint64(Argv[1], FALSE, &DebugLevel); in ParseCommandLine() 1019 if (DebugLevel > 9) { in ParseCommandLine() 1023 if (DebugLevel>=5 && DebugLevel<=9) { in ParseCommandLine()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/ |
D | Split.c | 239 UINT64 DebugLevel = 0; in main() local 337 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel); in main()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
D | GenFdsGlobalVariable.py | 60 DebugLevel = -1 variable in GenFdsGlobalVariable 594 if GenFdsGlobalVariable.DebugLevel != -1: 595 cmd += ('--debug', str(GenFdsGlobalVariable.DebugLevel)) 620 …bject.returncode != 0 or GenFdsGlobalVariable.VerboseMode or GenFdsGlobalVariable.DebugLevel != -1:
|
D | GenFds.py | 80 GenFdsGlobalVariable.DebugLevel = Options.debug
|