/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
D | XenStore.c | 624 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/ |
D | EdkLogger.py | 78 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/ |
D | Log.py | 122 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/ |
D | msg_43.txt | 6 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 …]
|
D | msg_02.txt | 47 Message: 1 62 Message: 2 76 Message: 3 91 Message: 4 106 Message: 5
|
D | msg_36.txt | 16 Content-Type: Message/External-body; 27 Content-Type: Message/External-body;
|
D | msg_06.txt | 7 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/ |
D | DemoKitActivity.java | 32 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/ |
D | HttpBootSupport.c | 775 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/ |
D | base.py | 13 class MIMEBase(message.Message): 23 message.Message.__init__(self)
|
D | message.py | 28 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/ |
D | test_email.py | 20 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 …]
|
D | test_email_renamed.py | 20 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 …]
|
D | test_email_codecs_renamed.py | 11 from email.message import Message 58 msg = Message()
|
D | test_email_codecs.py | 11 from email.message import Message 58 msg = Message()
|
/device/linaro/bootloader/edk2/SecurityPkg/Hash2DxeCrypto/ |
D | Hash2DxeCrypto.c | 182 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/ |
D | InfMisc.py | 137 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/ |
D | parser.py | 13 from email.message import Message 48 self._class = Message
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | UniClassObject.py | 554 Message="Cannot find include file", 579 … Message=ST.ERR_UNIPARSE_LINEFEED_UP_EXIST % Line, ExtraData=File.Path) 589 … Message=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], \ 629 … Message=ST.ERR_UNIPARSE_STRTOKEN_FORMAT_ERROR % StrName.split()[1], \ 634 Message=ST.ERR_UNIPARSE_SEP_LANGENTRY_LINE % Line, \ 659 … Message=ST.ERR_UNIPARSE_MULTI_ENTRY_EXIST % StrName.split()[1], \ 679 … Message=ST.ERR_UNIPARSE_MULTI_ENTRY_EXIST % StrName.split()[1], \ 704 … Message=ST.ERR_UNIPARSE_MULTI_ENTRY_EXIST % StrName.split()[1], \ [all …]
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
D | HOST_BUS.ASL | 35 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/ |
D | Hash2.h | 113 IN CONST UINT8 *Message, 160 IN CONST UINT8 *Message,
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/ |
D | DefaultExceptionHandler.c | 101 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/ |
D | test_mimetools.py | 9 msgtext1 = mimetools.Message(StringIO.StringIO( 38 msg = mimetools.Message(StringIO.StringIO(msgtext1))
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpProto.c | 183 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/ |
D | PciHostBridge.asi | 112 // 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
|