Home
last modified time | relevance | path

Searched refs:MsgType (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrError.cpp201 IN INT8 *MsgType, in PrintMsg() argument
209 printf ("%s line %d: %s %s %s\n", FileName, FileLine, MsgType, TokName, ErrorMsg); in PrintMsg()
DVfrError.h83 …VOID PrintMsg (IN UINT32 LineNum = 0, IN INT8 *TokName = "\0", IN INT8 *MsgType = "Error", IN INT…
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrError.cpp217 IN CONST CHAR8 *MsgType, in PrintMsg() argument
224 if (strncmp ("Warning", MsgType, strlen ("Warning")) == 0) { in PrintMsg()
DVfrError.h97 …VOID PrintMsg (IN UINT32 LineNum = 0, IN CHAR8 *TokName = NULL, IN CONST CHAR8 *MsgType = "Error"…