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

/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c176 UINT64 DebugLevel = 0; local
235 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel);
/device/linaro/bootloader/edk2/BaseTools/Source/C/Split/
H A DSplit.c239 UINT64 DebugLevel = 0; local
337 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel);
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenVtf/
H A DGenVtf.c32 UINT64 DebugLevel; variable
2484 DebugLevel = 0;
2595 Status = AsciiStringToUint64(argv[Index + 1], FALSE, &DebugLevel);
2600 if (DebugLevel > 9) {
2604 if((DebugLevel <= 9) &&(DebugLevel >= 5)) {
2638 SetPrintLevel(DebugLevel);
2672 DebugMsg(UTILITY_NAME, 0, DebugLevel, SymFileName, NULL);
2680 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Start to generate the VTF image\n", NULL);
2714 DebugMsg(UTILITY_NAME, 0, DebugLevel, "VT
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c80 static UINT64 DebugLevel; variable
1759 DebugLevel = 0;
1817 Status = AsciiStringToUint64(argv[0], FALSE, &DebugLevel);
1818 if (DebugLevel > 9) {
1822 if (DebugLevel>=5 && DebugLevel <=9){
1873 SetPrintLevel(DebugLevel);
1934 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding", NULL);
1957 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding Successful!\n", NULL);
1966 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Decodin
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
H A DEfiRom.c19 UINT64 DebugLevel = 0; variable
72 SetPrintLevel(DebugLevel);
1014 Status = AsciiStringToUint64(Argv[1], FALSE, &DebugLevel);
1019 if (DebugLevel > 9) {
1023 if (DebugLevel>=5 && DebugLevel<=9) {
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py60 DebugLevel = -1 variable in class:GenFdsGlobalVariable
594 if GenFdsGlobalVariable.DebugLevel != -1:
595 cmd += ('--debug', str(GenFdsGlobalVariable.DebugLevel))
620 if PopenObject.returncode != 0 or GenFdsGlobalVariable.VerboseMode or GenFdsGlobalVariable.DebugLevel != -1:
H A DGenFds.py80 GenFdsGlobalVariable.DebugLevel = Options.debug

Completed in 138 milliseconds