Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 25 of 149) sorted by relevance

123456

/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/
DXenStore.c624 XENSTORE_MESSAGE *Message; in XenStoreProcessMessage() local
628 Message = AllocateZeroPool (sizeof (XENSTORE_MESSAGE)); in XenStoreProcessMessage()
629 Message->Signature = XENSTORE_MESSAGE_SIGNATURE; in XenStoreProcessMessage()
630 Status = XenStoreReadStore (&Message->Header, sizeof (Message->Header)); in XenStoreProcessMessage()
632 FreePool (Message); in XenStoreProcessMessage()
637 Body = AllocatePool (Message->Header.len + 1); in XenStoreProcessMessage()
638 Status = XenStoreReadStore (Body, Message->Header.len); in XenStoreProcessMessage()
641 FreePool (Message); in XenStoreProcessMessage()
645 Body[Message->Header.len] = '\0'; in XenStoreProcessMessage()
647 if (Message->Header.type == XS_WATCH_EVENT) { in XenStoreProcessMessage()
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkLogger.py78 def debug(Level, Message, ExtraData=None): argument
89 "msg" : Message,
103 def verbose(Message): argument
104 return _InfoLogger.log(VERBOSE, Message)
117 def warn(ToolName, Message, File=None, Line=None, ExtraData=None): argument
134 "msg" : Message,
170 def error(ToolName, ErrorCode, Message=None, File=None, Line=None, ExtraData=None, RaiseError=IsRai… argument
176 if Message == None:
178 Message = gErrorMessage[ErrorCode]
180 Message = gErrorMessage[UNKNOWN_ERROR]
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DLog.py122 def Debug(Level, Message, ExtraData=None): argument
134 "msg" : Message,
148 def Verbose(Message): argument
149 return _INFO_LOGGER.log(VERBOSE, Message)
162 def Warn(ToolName, Message, File=None, Line=None, ExtraData=None): argument
180 "msg" : Message,
214 def Error(ToolName, ErrorCode, Message=None, File=None, Line=None, \ argument
223 if Message == None:
225 Message = gERROR_MESSAGE[ErrorCode]
227 Message = gERROR_MESSAGE[UNKNOWN_ERROR]
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_43.txt6 Message-Id: <edab.7804f5cb8070@python.org>
48 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
54 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
60 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
66 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
72 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
78 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
84 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
90 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
96 Diagnostic-Code: smtp; 550 5.7.1 Message content rejected, id=01956-02-2 - BANNED: auto__mail.pytho…
[all …]
Dmsg_02.txt47 Message: 1
62 Message: 2
76 Message: 3
91 Message: 4
106 Message: 5
Dmsg_36.txt16 Content-Type: Message/External-body;
27 Content-Type: Message/External-body;
Dmsg_06.txt7 Message-ID: <15265.9482.641338.555352@python.org>
22 Message-ID: <15265.9468.713530.98441@python.org>
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DDemoKitActivity.java32 import android.os.Message;
277 Message m = Message.obtain(mHandler, MESSAGE_SWITCH); in run()
286 Message m = Message.obtain(mHandler, in run()
297 Message m = Message.obtain(mHandler, MESSAGE_LIGHT); in run()
307 Message m = Message.obtain(mHandler, MESSAGE_JOY); in run()
326 public void handleMessage(Message msg) {
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootSupport.c775 HttpIo->ReqToken.Message = &HttpIo->ReqMessage; in HttpIoCreateIo()
788 HttpIo->RspToken.Message = &HttpIo->RspMessage; in HttpIoCreateIo()
880 HttpIo->ReqToken.Message->Data.Request = Request; in HttpIoSendRequest()
881 HttpIo->ReqToken.Message->HeaderCount = HeaderCount; in HttpIoSendRequest()
882 HttpIo->ReqToken.Message->Headers = Headers; in HttpIoSendRequest()
883 HttpIo->ReqToken.Message->BodyLength = BodyLength; in HttpIoSendRequest()
884 HttpIo->ReqToken.Message->Body = Body; in HttpIoSendRequest()
944 HttpIo->RspToken.Message->Data.Response = &ResponseData->Response; in HttpIoRecvResponse()
946 HttpIo->RspToken.Message->Data.Response = NULL; in HttpIoRecvResponse()
948 HttpIo->RspToken.Message->HeaderCount = 0; in HttpIoRecvResponse()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/
Dbase.py13 class MIMEBase(message.Message):
23 message.Message.__init__(self)
Dmessage.py28 if not isinstance(_msg, message.Message):
32 message.Message.attach(self, _msg)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email.py20 from email.Message import Message
82 msg = Message()
97 msg = Message()
108 msg = Message()
114 msg = Message()
229 msg = Message()
239 msg = Message()
265 msg = Message()
333 msg = Message()
382 msg = Message()
[all …]
Dtest_email_renamed.py20 from email.message import Message
83 msg = Message()
98 msg = Message()
109 msg = Message()
115 msg = Message()
207 msg = Message()
230 msg = Message()
298 msg = Message()
339 msg = Message()
372 msg = Message()
[all …]
Dtest_email_codecs_renamed.py11 from email.message import Message
58 msg = Message()
Dtest_email_codecs.py11 from email.message import Message
58 msg = Message()
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/
DHash2DxeCrypto.c182 IN CONST UINT8 *Message,
229 IN CONST UINT8 *Message,
351 IN CONST UINT8 *Message, in BaseCrypto2Hash() argument
409 Ret = HashInfo->Update (HashCtx, Message, MessageSize); in BaseCrypto2Hash()
527 IN CONST UINT8 *Message, in BaseCrypto2HashUpdate() argument
550 Ret = HashInfo->Update (HashCtx, Message, MessageSize); in BaseCrypto2HashUpdate()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/Parser/
DInfMisc.py137 def ErrorInInf(Message=None, ErrorCode=None, LineInfo=None, RaiseError=True): argument
144 Message=Message,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
Dparser.py13 from email.message import Message
48 self._class = Message
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DUniClassObject.py554 Message="Cannot find include file",
579Message=ST.ERR_UNIPARSE_LINEFEED_UP_EXIST % Line, ExtraData=File.Path)
589Message=ST.ERR_UNI_MISS_STRING_ENTRY % Line, ExtraData=File.Path)
611 Message=ST.ERR_UNIPARSE_NO_SECTION_EXIST, \
620 Message=ST.ERR_UNIPARSE_STRNAME_FORMAT_ERROR % StrName.split()[1], \
629Message=ST.ERR_UNIPARSE_STRTOKEN_FORMAT_ERROR % StrName.split()[1], \
634 Message=ST.ERR_UNIPARSE_SEP_LANGENTRY_LINE % Line, \
659Message=ST.ERR_UNIPARSE_MULTI_ENTRY_EXIST % StrName.split()[1], \
679Message=ST.ERR_UNIPARSE_MULTI_ENTRY_EXIST % StrName.split()[1], \
704Message=ST.ERR_UNIPARSE_MULTI_ENTRY_EXIST % StrName.split()[1], \
[all …]
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DHOST_BUS.ASL35 SMCR, 32, // VLV Message Control Register (0xD0)
37 SMDR, 32, // VLV Message Data Register (0xD4)
39 MCRX, 32, // VLV Message Control Register Extension (0xD8)
42 // Define a method to read a 32-bit register on the VLV Message bus.
51 // Initiate regsiter read message on VLV Message Bus MCR
56 // Read register value from Message Data Register
62 // Define a method to write a 32-bit register on the VLV Message bus MDR.
70 // Write register value to Message Data Register
74 // Initiate register write message on VLV Message Bus
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DHash2.h113 IN CONST UINT8 *Message,
160 IN CONST UINT8 *Message,
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DDefaultExceptionHandler.c101 CHAR8 *Message; in DescribeExceptionSyndrome() local
109 case 0x15: Message = "SVC executed in AArch64"; break; in DescribeExceptionSyndrome()
112 case 0x22: Message = "PC alignment fault"; break; in DescribeExceptionSyndrome()
113 case 0x23: Message = "SP alignment fault"; break; in DescribeExceptionSyndrome()
119 DEBUG ((EFI_D_ERROR, "\n %a \n", Message)); in DescribeExceptionSyndrome()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_mimetools.py9 msgtext1 = mimetools.Message(StringIO.StringIO(
38 msg = mimetools.Message(StringIO.StringIO(msgtext1))
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpProto.c183 Wrap->HttpToken->Message->Body in HttpTcpReceiveNotifyDpc()
197 Wrap->HttpToken->Message->BodyLength = Length; in HttpTcpReceiveNotifyDpc()
203 Wrap->HttpToken->Message->BodyLength = HttpInstance->NextMsg - in HttpTcpReceiveNotifyDpc()
204 (CHAR8 *) Wrap->HttpToken->Message->Body; in HttpTcpReceiveNotifyDpc()
205 HttpInstance->CacheLen = Length - Wrap->HttpToken->Message->BodyLength; in HttpTcpReceiveNotifyDpc()
1577 Url = AllocatePool (StrLen (ValueInItem->HttpToken->Message->Data.Request->Url) + 1); in HttpTcpTransmit()
1582 UnicodeStrToAsciiStr (ValueInItem->HttpToken->Message->Data.Request->Url, Url); in HttpTcpTransmit()
1589 ValueInItem->HttpToken->Message, in HttpTcpTransmit()
1960 IN EFI_HTTP_MESSAGE *Message, in HttpGenRequestString() argument
1976 ASSERT (Message != NULL); in HttpGenRequestString()
[all …]
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Dsdt/
DPciHostBridge.asi112 // Message Nework Registers
116 MCR, 32, // Message Control Register
117 MDR, 32 // Message Data Register
120 // Message Nework Read Method
132 // Message Nework Write Method

123456