Home
last modified time | relevance | path

Searched refs:DebugLevel (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
DEfiLdrImage.c176 UINT64 DebugLevel = 0; in main() local
235 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
DTianoCompress.c80 static UINT64 DebugLevel; variable
1770 DebugLevel = 0; in main()
1828 Status = AsciiStringToUint64(argv[0], FALSE, &DebugLevel); in main()
1829 if (DebugLevel > 9) { in main()
1833 if (DebugLevel>=5 && DebugLevel <=9){ in main()
1884 SetPrintLevel(DebugLevel); in main()
1940 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding", NULL); in main()
1971 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding Successful!\n", NULL); in main()
1980 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Decoding\n", NULL); in main()
2010 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding successful!\n", NULL); in main()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
DGenVtf.c32 UINT64 DebugLevel; variable
2579 DebugLevel = 0; in main()
2696 Status = AsciiStringToUint64(argv[Index + 1], FALSE, &DebugLevel); in main()
2701 if (DebugLevel > 9) { in main()
2705 if((DebugLevel <= 9) &&(DebugLevel >= 5)) { in main()
2739 SetPrintLevel(DebugLevel); in main()
2778 DebugMsg(UTILITY_NAME, 0, DebugLevel, SymFileName, NULL); in main()
2786 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Start to generate the VTF image\n", NULL); in main()
2820 DebugMsg(UTILITY_NAME, 0, DebugLevel, "VTF image generated successful\n", NULL); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
DEfiRom.c19 UINT64 DebugLevel = 0; variable
72 SetPrintLevel(DebugLevel); in main()
1031 Status = AsciiStringToUint64(Argv[1], FALSE, &DebugLevel); in ParseCommandLine()
1037 if (DebugLevel > 9) { in ParseCommandLine()
1042 if (DebugLevel>=5 && DebugLevel<=9) { in ParseCommandLine()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
DSplit.c240 UINT64 DebugLevel = 0; in main() local
338 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel); in main()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py60 DebugLevel = -1 variable in GenFdsGlobalVariable
600 if GenFdsGlobalVariable.DebugLevel != -1:
601 cmd += ('--debug', str(GenFdsGlobalVariable.DebugLevel))
626 …bject.returncode != 0 or GenFdsGlobalVariable.VerboseMode or GenFdsGlobalVariable.DebugLevel != -1:
DGenFds.py81 GenFdsGlobalVariable.DebugLevel = Options.debug