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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrError.h79 VOID PrintMsg (IN UINT32 LineNum = 0, IN CHAR8 *TokName = NULL, IN CONST CHAR8 *MsgType = "Error", IN CONST CHAR8 *ErrorMsg = "");
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;
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp2080 uint8_t MsgType;
2081 if (!RTNetIPv4IsDHCPValid(pUdpHdr, pDhcp, cbUdpPkt - sizeof(*pUdpHdr), &MsgType))
2092 switch (MsgType)
2103 Log6(("DHCP msg: %d (%s) client %.6Rhxs ciaddr=%d.%d.%d.%d yiaddr=%d.%d.%d.%d\n", MsgType, pszType, &pDhcp->bp_chaddr,
2111 switch (MsgType)

Completed in 79 milliseconds