Searched refs:Msg (Results 1 - 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
H A DEhciDebug.h24 @param Msg The message to print before the dump.
30 IN CHAR8 *Msg
38 @param Msg The message to print before the dump.
45 IN CHAR8 *Msg,
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/ProcessDsc/
H A DExceptions.c121 char *Msg
129 fprintf (stderr, Msg);
136 strncpy (ExceptionLog[ExceptionLevel].ExceptionMsg, Msg, MAX_EXCEPTION_MSG);
/device/google/cuttlefish_common/common/commands/wifi_relay/
H A Dwifi_relay.cpp95 msg.Msg(),
104 nla_put_string(msg.Msg(), HWSIM_ATTR_RADIO_NAME, phyName);
105 nla_put_flag(msg.Msg(), HWSIM_ATTR_DESTROY_RADIO_ON_CLOSE);
133 msg.Msg(),
197 msg.Msg(), NL_AUTO_PID, NL_AUTO_SEQ, RTM_SETLINK, 0, NLM_F_REQUEST);
199 nlmsg_append(msg.Msg(), &ifm, sizeof(ifm), 0);
200 nla_put_string(msg.Msg(), IFLA_IFNAME, name.c_str());
205 nla_put(msg.Msg(), IFLA_ADDRESS, MAX_ADDR_LEN, &macCopy[0]);
H A Dcmd.h37 nl_msg* Msg() const { return msg_; } function in class:cvd::Cmd
H A Dnl_client.cpp63 nl_send_auto(sock_.get(), msg->Msg());
64 auto seq = nlmsg_hdr(msg->Msg())->nlmsg_seq;
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
H A DMetaDataParser.py129 Msg = 'Comment must start with #'
130 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
192 Msg = 'Header comment section must have copyright information'
193 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
199 Msg = 'Header comment section must have license information'
200 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
206 Msg = 'Header comment section must have Abstract information.'
207 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
H A DCheck.py465 Msg = 'INF/DEC/DSC/FDF file header comment should begin with ""## @file"" or ""# @file""at the very top file'
466 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
499 Msg = 'INF/DEC/DSC/FDF file header comment should begin with ""## @file"" or ""# @file"" at the very top file'
500 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
505 Msg = 'INF/DEC/DSC/FDF file header comment should end with ""##"" at the end of file header comment block'
508 EccGlobalData.gDb.TblReport.Insert(ERROR_DOXYGEN_CHECK_FILE_HEADER, Msg, "File", Result[0])
938 Msg = "The FILE_GUID of INF file [%s] is duplicated with that of %s" % (InfPath1, InfPath2)
939 EccGlobalData.gDb.TblReport.Insert(ERROR_META_DATA_FILE_CHECK_MODULE_FILE_GUID_DUPLICATION, OtherMsg=Msg, BelongsToTable=Table.Table, BelongsToItem=Record[0])
956 Msg = "The GUID format of %s in INF file [%s] does not follow rules" % (Value1, InfPath)
966 EccGlobalData.gDb.TblReport.Insert(ERROR_META_DATA_FILE_CHECK_FORMAT_GUID, OtherMsg=Msg, BelongsToTabl
[all...]
H A Dc.py58 def PrintErrorMsg(ErrorType, Msg, TableName, ItemId):
59 Msg = Msg.replace('\n', '').replace('\r', '')
60 MsgPartList = Msg.split()
61 Msg = ''
63 Msg += Part
64 Msg += ' '
65 GetDB().TblReport.Insert(ErrorType, OtherMsg=Msg, BelongsToTable=TableName, BelongsToItem=ItemId)
2634 for Msg in MsgList:
2635 print Msg
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
H A DXmlParserMisc.py73 Msg = "->".join(Node for Node in XmlTreeLevel)
74 ErrorMsg = ERR_XML_PARSER_REQUIRED_ITEM_MISSING % (Key, Msg)
H A DXmlParser.py361 Msg = "->".join(Node for Node in XmlTreeLevel)
362 ErrorMsg = ERR_XML_INVALID_VARIABLENAME % (Item.GetVariableName(), Item.GetCName(), Msg)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
H A Dc.py78 # @param Msg: Error message
82 def PrintErrorMsg(ErrorType, Msg, TableName, ItemId):
83 Msg = Msg.replace('\n', '').replace('\r', '')
84 MsgPartList = Msg.split()
85 Msg = ''
87 Msg += Part
88 Msg += ' '
89 GetDB().TblReport.Insert(ErrorType, OtherMsg = Msg, BelongsToTable = TableName, BelongsToItem = ItemId)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
H A DPackageFile.py78 Msg = "%s -> %s" % (FileN, ToFile)
79 Logger.Info(Msg)
90 Msg = "%s -> %s" % (File, ToFile)
91 Logger.Info(Msg)
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.h96 @param[in] Msg The human readable message to include in the packet
111 IN UINT8 *Msg
H A DDhcp4Io.c1149 @param[in] Msg The human readable message to include in the packet
1164 IN UINT8 *Msg
1188 if (Msg != NULL) {
1189 Len += (UINT32)AsciiStrLen ((CHAR8 *) Msg);
1296 if (Msg != NULL) {
1297 Len = MIN ((UINT32) AsciiStrLen ((CHAR8 *) Msg), 255);
1298 Buf = DhcpAppendOption (Buf, DHCP4_TAG_MESSAGE, (UINT16) Len, Msg);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
H A DVfrFormPkg.cpp32 IN INT8 *Msg
50 if (Msg != NULL) {
51 mMsg = new INT8[strlen (Msg) + 1];
53 strcpy (mMsg, Msg);
426 IN INT8 *Msg
431 pNew = new SPendingAssign (Key, ValAddr, ValLen, LineNo, Msg);
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 DVfrFormPkg.cpp29 IN CONST CHAR8 *Msg
46 if (Msg != NULL) {
47 mMsg = new CHAR8[strlen (Msg) + 1];
49 strcpy (mMsg, Msg);
505 IN CONST CHAR8 *Msg
510 pNew = new SPendingAssign (Key, ValAddr, ValLen, LineNo, Msg);
2135 CHAR8 Msg[MAX_STRING_LEN] = {0, }; local
2185 sprintf (Msg, "The question misses %d default, the question's opcode is %d", MissingDefaultCount, pOpHead->OpCode);
2186 gCVfrErrorHandle.PrintMsg (pNode->mLineNo, NULL, "Error", Msg);
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);
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/PomAdapter/
H A DDecPomAlignment.py869 for (Expression, Msg) in ValidationExpressions:
873 (PcdGuidName, DefaultValue), Message=Msg, File=self.FullPath)
876 Message=Msg, File=self.FullPath)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
H A DVfrCompile.g2714 INT8 Msg[100];
2720 sprintf (Msg, "array index specified where an array is required");
2721 PrintErrorMessage (LineNum2, FieldName, Msg);
2769 sprintf (Msg, "field width exceeds %d byte%c", FieldWidth, FieldWidth == 1 ? ' ' : 's');
2770 PrintErrorMessage (LineNum2, FieldName, Msg);
2835 sprintf (Msg, "structure %s does not have a field named '%s'", StructName, FieldName);
2836 PrintErrorMessage (LineNum2, Msg, NULL);
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/
H A DWinNtThunk.h105 UINT Msg,
984 UINT Msg,
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/
H A DWinNtThunk.h98 UINT Msg,
987 UINT Msg,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/MetaFileWorkspace/
H A DMetaFileParser.py2054 Msg = '%s is missing in the %s file.' % (Key, self.FileName)
2055 EdkLogger.warn('Parser', Msg)
2056 EccGlobalData.gDb.TblReport.Insert(EccToolError.ERROR_GENERAL_CHECK_UNI_HELP_INFO, OtherMsg=Msg, BelongsToTable='File', BelongsToItem=-2)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
H A DWorkspaceDatabase.py1021 rt, Msg = VariableAttributes.ValidateVarAttributes(VarAttribute)
1023 EdkLogger.error("build", PCD_VARIABLE_ATTRIBUTES_ERROR, "Variable attributes settings for %s is incorrect.\n %s" % (".".join((TokenSpaceGuid, PcdCName)), Msg),

Completed in 409 milliseconds

12