Searched refs:Message (Results 1 - 25 of 32) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Drpcdcep.h91 typedef void (__RPC_STUB *RPC_DISPATCH_FUNCTION)(PRPC_MESSAGE Message);
150 I_RpcNegotiateTransferSyntax( RPC_MESSAGE* Message );
152 I_RpcGetBuffer( RPC_MESSAGE* Message );
154 I_RpcGetBufferWithObject( RPC_MESSAGE* Message, UUID* ObjectUuid );
156 I_RpcSendReceive( RPC_MESSAGE* Message );
158 I_RpcFreeBuffer( RPC_MESSAGE* Message );
160 I_RpcSend( RPC_MESSAGE* Message );
162 I_RpcReceive( RPC_MESSAGE* Message );
195 I_RpcAsyncSendReceive( RPC_MESSAGE* Message, void* Context, HWND hWnd );
203 I_RpcWindowProc( void* hWnd, UINT Message, UIN
[all...]
H A Dwuapi.idl448 HRESULT Message( [out, retval] BSTR *retval );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Drpcdcep.h91 typedef void (__RPC_STUB *RPC_DISPATCH_FUNCTION)(PRPC_MESSAGE Message);
142 I_RpcNegotiateTransferSyntax( RPC_MESSAGE* Message );
144 I_RpcGetBuffer( RPC_MESSAGE* Message );
146 I_RpcGetBufferWithObject( RPC_MESSAGE* Message, UUID* ObjectUuid );
148 I_RpcSendReceive( RPC_MESSAGE* Message );
150 I_RpcFreeBuffer( RPC_MESSAGE* Message );
152 I_RpcSend( RPC_MESSAGE* Message );
154 I_RpcReceive( RPC_MESSAGE* Message );
187 I_RpcAsyncSendReceive( RPC_MESSAGE* Message, void* Context, HWND hWnd );
195 I_RpcWindowProc( void* hWnd, UINT Message, UIN
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkLogger.py72 # @param Message Debug information
73 # @param ExtraData More information associated with "Message"
75 def debug(Level, Message, ExtraData=None):
86 "msg" : Message,
98 # @param Message Verbose information
100 def verbose(Message):
101 return _InfoLogger.log(VERBOSE, Message)
109 # @param Message Warning information
112 # @param ExtraData More information associated with "Message"
114 def warn(ToolName, Message, Fil
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Logger/
H A DLog.py119 # @param Message Debug information
120 # @param ExtraData More information associated with "Message"
122 def Debug(Level, Message, ExtraData=None):
134 "msg" : Message,
146 # @param Message Verbose information
148 def Verbose(Message):
149 return _INFO_LOGGER.log(VERBOSE, Message)
157 # @param Message Warning information
160 # @param ExtraData More information associated with "Message"
162 def Warn(ToolName, Message, Fil
[all...]
/vbox/src/VBox/HostServices/DragAndDrop/
H A Ddndmanager.h48 virtual HGCM::Message* nextHGCMMessage(void)
93 HGCM::Message *m_pNextMsg;
105 m_pNextMsg = new HGCM::Message(uMsg, cParms, paParms);
122 HGCM::Message* nextHGCMMessage(void);
155 = new HGCM::Message(DragAndDropSvc::HOST_DND_HG_EVT_CANCEL,
182 HGCM::Message *nextHGCMMessage(void);
H A Ddndmanager.cpp66 m_pNextMsg = new HGCM::Message(DragAndDropSvc::HOST_DND_HG_SND_DIR, 3, paTmpParms);
167 m_pNextMsg = new HGCM::Message(DragAndDropSvc::HOST_DND_HG_SND_FILE, 5, m_aSkelParms);
212 m_pNextMsg = new HGCM::Message(DragAndDropSvc::HOST_DND_HG_SND_FILE, 5 /* cParms */,
247 m_pNextMsg = new HGCM::Message(uMsg, cParms, paParms);
260 HGCM::Message *pCurMsg = m_pNextMsg;
285 m_pNextMsg = new HGCM::Message(DragAndDropSvc::HOST_DND_HG_SND_MORE_DATA, 2, paTmpParms);
391 HGCM::Message* DnDHGSendDataMessage::nextHGCMMessage(void)
678 HGCM::Message* DnDManager::nextHGCMMessage(void)
723 LogFlowFunc(("Message queue is empty, returning\n"));
769 LogFlowFunc(("Message processe
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfMisc.py137 def ErrorInInf(Message=None, ErrorCode=None, LineInfo=None, RaiseError=True):
144 Message=Message,
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouseFilter.cpp53 #include <Message.h>
H A DVBoxMouse.cpp53 #include <Message.h>
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel3CommandsLib/
H A DCls.c32 CHAR16 *Message; local
46 Message = NULL;
/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxDisplay.cpp51 #include <Message.h>
H A DVBoxClipboard.cpp54 #include <Message.h>
414 Log(("VBoxClipboardService::%s: Unsupported message from host! Message = %u\n", __FUNCTION__, u32Msg));
/vbox/include/VBox/HostServices/
H A DService.h41 class Message class in namespace:HGCM
44 Message(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM aParms[]) function in class:HGCM::Message
51 ~Message()
63 LogFlowFunc(("Message type does not match (%u (buffer), %u (guest))\n",
252 int addMessageInfo(const Message *pMessage)
262 int addMessage(const Message *pMessage)
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/Pk/
H A DCryptRsa.c503 @param Message Message buffer to be encoded.
512 IN CONST UINT8 *Message,
523 if (Message == NULL || DigestInfo == NULL) {
552 CopyMem (DigestInfo + DerSize, Message, MessageSize);
511 DigestInfoEncoding( IN CONST UINT8 *Message, IN UINTN MessageSize, OUT UINT8 *DigestInfo ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHash.h108 @param[in] Message Points to the start of the message.
109 @param[in] MessageSize The size of Message, in bytes.
114 @retval EFI_INVALID_PARAMETER Message or Hash is NULL
125 IN CONST UINT8 *Message,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Io.c704 UINT8 *Message; local
736 Message = NULL;
739 Message = (UINT8 *) "Lease confirmed isn't the same as that in the offer";
746 Message = (UINT8 *) "Lease is denied upon received ACK";
756 Message = (UINT8 *) "Lease is denied upon entering bound";
767 DhcpSendMessage (DhcpSb, DhcpSb->Selected, DhcpSb->Para, DHCP_MSG_DECLINE, Message);
1287 // Append the Max Message Length option if it isn't a DECLINE
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeNetLib/
H A DDxeNetLib.c309 @param[in] Message The log message
322 IN UINT8 *Message,
379 // Build the syslog message body with <PRI> Timestamp machine module Message
407 Message,
483 @param Message The user message to log.
497 IN UINT8 *Message
507 if (Message == NULL) {
536 Message,
546 FreePool (Message);
317 SyslogBuildPacket( IN UINT32 Level, IN UINT8 *Module, IN UINT8 *File, IN UINT32 Line, IN UINT8 *Message, IN UINT32 BufLen, OUT CHAR8 *Buf ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DTimeDate.c381 CHAR16 *Message; local
396 Message = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DUniClassObject.py362 EdkLogger.error("Unicode File Parser", FILE_NOT_FOUND, Message="Cannot find include file", ExtraData=str(IncList[0]))
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFds.py269 EdkLogger.error(X.ToolName, FORMAT_INVALID, File=X.FileName, Line=X.LineNumber, ExtraData=X.Message, RaiseError = False)
H A DFdfParser.py112 self.Message = Str
116 return self.Message
1318 X.Message += ' near line %d, column %d: %s' \
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DNetLib.h310 @param Message The user message to log.
324 IN UINT8 *Message
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestA-os2.asm336 ;; Message table for the Save_Message device helper.
360 ;; Message string that's written on failure.
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...

Completed in 92 milliseconds

12