Searched defs:MsgType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.cpp198 IN CONST CHAR8 *MsgType,
205 if (strncmp ("Warning", MsgType, strlen ("Warning")) == 0) {
195 PrintMsg( IN UINT32 LineNum, IN CHAR8 *TokName, IN CONST CHAR8 *MsgType, IN CONST CHAR8 *ErrorMsg ) argument
/vbox/src/VBox/Runtime/common/checksum/
H A Dipv4.cpp654 uint8_t MsgType; local
707 MsgType = 0;
713 if (!MsgType)
730 MsgType = *(const uint8_t *)(pOpt + 1);
731 switch (MsgType)
750 *pMsgType = MsgType;

Completed in 55 milliseconds