HomeSort by relevance Sort by last modified time
    Searched defs:DebugMsg (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
UtilsMsgs.c 254 DebugMsg (
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
EfiUtilityMsgs.c 323 DebugMsg (
831 DebugMsg (NULL, 0, 0x00000001, NULL, NULL);
850 DebugMsg (NULL, 0, 0x00000002, "Text1", NULL);
852 DebugMsg (NULL, 0, 0x00000002, NULL, "Text2");
854 DebugMsg (NULL, 0, 0x00000002, "Text1", "Text2");
856 DebugMsg (NULL, 0, 0x00000002, "Text1", "Text2 %s 0x%X", ArgStr, ArgInt);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
EfiUtilityMsgs.c 356 DebugMsg (
599 Set the debug printing mask. This is used by the DebugMsg() function
681 DebugMsg (NULL, 0, 0x00000001, NULL, NULL);
700 DebugMsg (NULL, 0, 0x00000002, "Text1", NULL);
702 DebugMsg (NULL, 0, 0x00000002, NULL, "Text2");
704 DebugMsg (NULL, 0, 0x00000002, "Text1", "Text2");
706 DebugMsg (NULL, 0, 0x00000002, "Text1", "Text2 %s 0x%X", ArgStr, ArgInt);

Completed in 423 milliseconds