Searched defs:Msg (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.c70 @param Msg The message to print before the dump.
76 IN CHAR8 *Msg
82 if (Msg != NULL) {
83 DEBUG ((EFI_D_VERBOSE, Msg));
122 @param Msg The message to print before the dump.
129 IN CHAR8 *Msg,
138 if (Msg != NULL) {
139 DEBUG ((EFI_D_VERBOSE, Msg));
127 EhcDumpQh( IN EHC_QH *Qh, IN CHAR8 *Msg, IN BOOLEAN DumpBuf ) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrUtilityLib.cpp928 INT8 Msg[64] = {0, }; local
931 sprintf (Msg, "value of pragma pack(show) == %d", mPackAlign);
932 gCVfrErrorHandle.PrintMsg (LineNum, "", "Warning", Msg);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
H A DVfrUtilityLib.cpp923 CHAR8 Msg[MAX_STRING_LEN] = {0, }; local
926 sprintf (Msg, "value of pragma pack(show) == %d", mPackAlign);
927 gCVfrErrorHandle.PrintMsg (LineNum, NULL, "Warning", Msg);

Completed in 63 milliseconds