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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c133 UINT64 LogLevel; local
142 LogLevel = 0;
220 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
225 if (LogLevel > 9) {
226 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
229 SetPrintLevel (LogLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c202 UINT64 LogLevel, TempNumber; local
215 LogLevel = 0;
526 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
531 if (LogLevel > 9) {
532 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
535 SetPrintLevel (LogLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c849 UINT64 LogLevel; local
898 EfiStatus = AsciiStringToUint64 (*argv, FALSE, &LogLevel);
903 if (LogLevel > 9) {
904 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
907 SetPrintLevel (LogLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c459 UINT64 LogLevel; local
465 LogLevel = 0;
688 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
693 if (LogLevel > 9) {
694 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, current input level is %d", (int) LogLevel);
697 SetPrintLevel (LogLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c935 UINT64 LogLevel; local
955 LogLevel = 0;
1109 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
1114 if (LogLevel > 9) {
1115 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0~9, currnt input level is %d", (int) LogLevel);
1118 SetPrintLevel (LogLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c314 UINT64 LogLevel; local
394 EfiStatus = AsciiStringToUint64 (argv[Index + 1], FALSE, &LogLevel);
399 if (LogLevel > 9) {
400 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
403 SetPrintLevel (LogLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c652 UINT64 LogLevel; local
730 EfiStatus = AsciiStringToUint64 (argv[Index + 1], FALSE, &LogLevel);
735 if (LogLevel > 9) {
736 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
739 SetPrintLevel (LogLevel);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c1094 UINT64 LogLevel; local
1147 LogLevel = 0;
1381 Status = AsciiStringToUint64 (argv[1], FALSE, &LogLevel);
1386 if (LogLevel > 9) {
1387 Error (NULL, 0, 1003, "Invalid option value", "Debug Level range is 0-9, currnt input level is %d", (int) LogLevel);
1390 SetPrintLevel (LogLevel);

Completed in 70 milliseconds