Searched defs:DebugLevel (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c184 UINT64 DebugLevel = 0; local
243 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c232 UINT64 DebugLevel = 0; local
330 Status = AsciiStringToUint64 (argv[1], FALSE, &DebugLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.c27 UINT64 DebugLevel = 0; variable
80 SetPrintLevel(DebugLevel);
997 Status = AsciiStringToUint64(Argv[1], FALSE, &DebugLevel);
1002 if (DebugLevel > 9) {
1006 if (DebugLevel>=5 && DebugLevel<=9) {
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py57 DebugLevel = -1 variable in class:GenFdsGlobalVariable
573 if GenFdsGlobalVariable.DebugLevel != -1:
574 cmd += ('--debug', str(GenFdsGlobalVariable.DebugLevel))
599 if PopenObject.returncode != 0 or GenFdsGlobalVariable.VerboseMode or GenFdsGlobalVariable.DebugLevel != -1:
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.c40 UINT64 DebugLevel; variable
2492 DebugLevel = 0;
2603 Status = AsciiStringToUint64(argv[Index + 1], FALSE, &DebugLevel);
2608 if (DebugLevel > 9) {
2612 if((DebugLevel <= 9) &&(DebugLevel >= 5)) {
2646 SetPrintLevel(DebugLevel);
2680 DebugMsg(UTILITY_NAME, 0, DebugLevel, SymFileName, NULL);
2688 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Start to generate the VTF image\n", NULL);
2722 DebugMsg(UTILITY_NAME, 0, DebugLevel, "VT
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.c87 static UINT64 DebugLevel; variable
1766 DebugLevel = 0;
1824 Status = AsciiStringToUint64(argv[0], FALSE, &DebugLevel);
1825 if (DebugLevel > 9) {
1829 if (DebugLevel>=5 && DebugLevel <=9){
1880 SetPrintLevel(DebugLevel);
1941 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding", NULL);
1964 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Encoding Successful!\n", NULL);
1973 DebugMsg(UTILITY_NAME, 0, DebugLevel, "Decodin
[all...]

Completed in 57 milliseconds