Searched defs:UTILITY_NAME (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenCrc32/
H A DGenCrc32.c30 #define UTILITY_NAME "GenCrc32" macro
58 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
84 fprintf (stdout, "\nUsage: %s -e|-d [options] <input_file>\n\n", UTILITY_NAME);
152 SetUtilityName (UTILITY_NAME);
249 VerboseMsg ("%s tool start.", UTILITY_NAME);
356 VerboseMsg ("%s tool done with return code is 0x%x.", UTILITY_NAME, GetUtilityStatus ());
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFv/
H A DGenFv.c36 #define UTILITY_NAME "GenFv" macro
67 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
94 fprintf (stdout, "\nUsage: %s [options]\n\n", UTILITY_NAME);
222 SetUtilityName (UTILITY_NAME);
549 VerboseMsg ("%s tool start.", UTILITY_NAME);
680 VerboseMsg ("%s tool done with return code is 0x%x.", UTILITY_NAME, GetUtilityStatus ());
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiLdrImage/
H A DEfiLdrImage.c58 #define UTILITY_NAME "EfiLdrImage" macro
86 printf ("%s v%d.%d %s -Utility to break a file into two pieces at the request offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
188 SetUtilityName (UTILITY_NAME);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/EfiRom/
H A DEfiRom.h43 #define UTILITY_NAME "EfiRom" macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Split/
H A DSplit.c32 #define UTILITY_NAME "Split" macro
60 printf ("%s v%d.%d %s -Utility to break a file into two pieces at the request offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
235 SetUtilityName(UTILITY_NAME);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/TianoCompress/
H A DTianoCompress.h28 #define UTILITY_NAME "TianoCompress" macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c31 #define UTILITY_NAME "BootSectImage" macro
59 printf ("%s v%d.%d %s - Utility to break a file into two pieces at the specified offset.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFfs/
H A DGenFfs.c35 #define UTILITY_NAME "GenFfs" macro
90 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
117 fprintf (stdout, "\nUsage: %s [options]\n\n", UTILITY_NAME);
481 SetUtilityName (UTILITY_NAME);
708 VerboseMsg ("%s tool start.", UTILITY_NAME);
906 VerboseMsg ("%s tool done with return code is 0x%x.", UTILITY_NAME, GetUtilityStatus ());
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DGenPage.c66 #define UTILITY_NAME "GenPage" macro
94 printf ("%s v%d.%d %s -Utility to generate the EfiLoader image containing page table.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenVtf/
H A DGenVtf.h107 #define UTILITY_NAME "GenVtf" macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/
H A DLzmaCompress.c53 #define UTILITY_NAME "LzmaCompress" macro
61 "\n" UTILITY_NAME " - " INTEL_COPYRIGHT "\n"
97 sprintf (buffer, "%s Version %d.%d %s ", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenSec/
H A DGenSec.c41 #define UTILITY_NAME "GenSec" macro
121 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
148 fprintf (stdout, "\nUsage: %s [options] [input_file]\n\n", UTILITY_NAME);
960 SetUtilityName (UTILITY_NAME);
1196 VerboseMsg ("%s tool start.", UTILITY_NAME);
1497 VerboseMsg ("%s tool done with return code is 0x%x.", UTILITY_NAME, GetUtilityStatus ());
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c36 #define UTILITY_NAME "GnuGenBootSector" macro
278 printf ("%s v%d.%d %s-Utility to retrieve and update the boot sector or MBR.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
316 SetUtilityName (UTILITY_NAME);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VolInfo/
H A DVolInfo.c56 #define UTILITY_NAME "VolInfo" macro
171 SetUtilityName (UTILITY_NAME);
176 UTILITY_NAME,
1807 fprintf (stdout, "Usage: %s [options] <input_file>\n\n", UTILITY_NAME);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGenBootSector.c36 #define UTILITY_NAME "GenBootSector" macro
545 printf ("%s v%d.%d %s -Utility to retrieve and update the boot sector or MBR.\n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
654 SetUtilityName (UTILITY_NAME);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c59 #define UTILITY_NAME "GenFw" macro
150 fprintf (stdout, "%s Version %d.%d %s \n", UTILITY_NAME, UTILITY_MAJOR_VERSION, UTILITY_MINOR_VERSION, __BUILD_VERSION);
177 fprintf (stdout, "\nUsage: %s [options] <input_file>\n\n", UTILITY_NAME);
1123 SetUtilityName (UTILITY_NAME);
1459 VerboseMsg ("%s tool start.", UTILITY_NAME);
2734 VerboseMsg ("%s tool done with return code is 0x%x.", UTILITY_NAME, GetUtilityStatus ());

Completed in 75 milliseconds