Searched refs:uType (Results 1 - 25 of 50) sorted by relevance

12

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTrayMsg.h71 uint32_t uType; member in struct:VBOXTRAYIPCMSG_SHOWBALLOONMSG
H A DVBoxDnD.cpp485 LogFlowThisFunc(("Received uType=%RU32, uScreenID=%RU32\n",
486 pEvent->Event.uType, pEvent->Event.uScreenId));
489 switch (pEvent->Event.uType)
585 switch (pEvent->Event.uType)
616 pEvent->Event.uType, rc));
1645 LogFlowFunc(("VbglR3DnDProcessNextMessage returned uType=%RU32, rc=%Rrc\n",
1646 pEvent->Event.uType, rc));
1655 LogFlowFunc(("Received new event, type=%RU32\n", pEvent->Event.uType));
H A DVBoxIPC.cpp112 ipcMsg.uShowMS, ipcMsg.uType);
115 ipcMsg.uType, ipcMsg.uShowMS, rc2));
/vbox/src/VBox/HostServices/SharedFolders/
H A Dshflhandle.cpp70 SHFLHANDLE vbsfAllocHandle(PSHFLCLIENTDATA pClient, uint32_t uType, argument
75 Assert((uType & SHFL_HF_TYPE_MASK) != 0 && pvUserData);
113 pHandles[handle].uFlags = (uType & SHFL_HF_TYPE_MASK) | SHFL_HF_VALID;
139 uint32_t uType)
145 Assert((uType & SHFL_HF_TYPE_MASK) != 0);
147 if (pHandles[handle].uFlags & uType)
138 vbsfQueryHandle(PSHFLCLIENTDATA pClient, SHFLHANDLE handle, uint32_t uType) argument
H A Dshflhandle.h69 SHFLHANDLE vbsfAllocHandle(PSHFLCLIENTDATA pClient, uint32_t uType,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dshtypes.idl70 UINT uType; /* STRRET_xxx */
71 [switch_type(UINT), switch_is(uType)] union
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibSem.cpp47 * @param uType The semaphore type.
52 DECLINLINE(int) supSemOp2(PSUPDRVSESSION pSession, uint32_t uType, uintptr_t hSem, uint32_t uOp, uint64_t u64Arg) argument
62 Req.u.In.uType = uType;
81 * @param uType The semaphore type.
87 DECLINLINE(int) supSemOp3(PSUPDRVSESSION pSession, uint32_t uType, uintptr_t hSem, uint32_t uOp, PSUPSEMOP3 pReq) argument
96 pReq->u.In.uType = uType;
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h404 : uType(0),
416 uType = uTypePayload;
426 uType = uTypePayload;
453 uType = 0;
469 uType = payload.uType;
482 uint32_t Type(void) const { return uType; }
489 uint32_t uType; member in class:GuestWaitEventPayload
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dshtypes.idl73 UINT uType; /* STRRET_xxx */
74 [switch_type(UINT), switch_is(uType)] union
H A Dmmddk.h450 LPCWSTR lpResName, UINT uType);
/vbox/src/VBox/Main/src-client/
H A DGuestDirectoryImpl.cpp189 pSvcCb->mpaParms[idx++].getUInt32(&dataCb.uType);
194 LogFlowFunc(("uType=%RU32, guestRc=%Rrc\n",
195 dataCb.uType, guestRc));
197 switch (dataCb.uType)
H A DGuestFileImpl.cpp480 pSvcCbData->mpaParms[idx++].getUInt32(&dataCb.uType);
486 LogFlowFunc(("uType=%RU32, guestRc=%Rrc\n",
487 dataCb.uType, guestRc));
501 switch (dataCb.uType)
639 GuestWaitEventPayload payload(dataCb.uType, &dataCb, sizeof(dataCb));
644 LogFlowThisFunc(("uType=%RU32, guestRc=%Rrc\n",
645 dataCb.uType, dataCb.rc));
/vbox/src/VBox/VMM/VMMR3/
H A DPATMPatch.cpp101 int patmPatchAddReloc32(PVM pVM, PPATCHINFO pPatch, uint8_t *pRelocHC, uint32_t uType, argument
106 Assert( uType == FIXUP_ABSOLUTE
107 || ( ( uType == FIXUP_ABSOLUTE_IN_PATCH_ASM_TMPL
108 || uType == FIXUP_CONSTANT_IN_PATCH_ASM_TMPL
109 || uType == FIXUP_REL_HELPER_IN_PATCH_ASM_TMPL)
112 || ((uType == FIXUP_REL_JMPTOPATCH || uType == FIXUP_REL_JMPTOGUEST) && pSource && pDest));
114 LogFlow(("patmPatchAddReloc32 type=%d pRelocGC=%RRv source=%RRv dest=%RRv\n", uType, pRelocHC - pVM->patm.s.pPatchMemGC + pVM->patm.s.pPatchMemGC , pSource, pDest));
122 pRec->uType = uType;
[all...]
H A DPATMSSM.cpp437 SSMFIELD_ENTRY( RELOCREC, uType),
976 if ( rec.uType == FIXUP_REL_JMPTOPATCH
990 rc = patmPatchAddReloc32(pVM, &pPatchRec->patch, rec.pRelocPos, rec.uType, rec.pSource, rec.pDest);
1107 switch (pRec->uType)
1112 Assert( pRec->uType != PATM_SAVED_STATE_VERSION_NO_RAW_MEM
1118 && pRec->uType != FIXUP_ABSOLUTE_IN_PATCH_ASM_TMPL)
1269 pRec->uType = FIXUP_ABSOLUTE_IN_PATCH_ASM_TMPL;
1282 pRec->uType = FIXUP_ABSOLUTE_IN_PATCH_ASM_TMPL;
1287 pRec->uType = FIXUP_ABSOLUTE_IN_PATCH_ASM_TMPL;
1292 pRec->uType
[all...]
H A DPATMPatch.h20 int patmPatchAddReloc32(PVM pVM, PPATCHINFO pPatch, uint8_t *pRelocHC, uint32_t uType, RTRCPTR pSource = 0, RTRCPTR pDest = 0);
/vbox/include/VBox/HostServices/
H A DGuestControlSvc.h1036 uint32_t uType; member in struct:guestControl::CALLBACKDATA_MSG_REPLY
1050 uint32_t uType; member in struct:guestControl::CALLBACKDATA_SESSION_NOTIFY
1109 uint32_t uType; member in struct:guestControl::CALLBACKDATA_DIR_NOTIFY
1149 uint32_t uType; member in struct:guestControl::CALLBACKDATA_FILE_NOTIFY
/vbox/src/VBox/VMM/include/
H A DPATMA.h126 uint32_t uType; member in struct:PATCHASMRELOC
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp763 pEvent->uType = uMsg;
783 pEvent->uType = uMsg;
789 pEvent->uType = uMsg;
820 pEvent->uType = uMsg;
830 pEvent->uType = uMsg;
837 pEvent->uType = uMsg;
844 pEvent->uType = uMsg;
860 pEvent->uType = uMsg;
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp318 ULONG uType = pResource->Type; local
333 LogFunc(("Type=%s", uType < RT_ELEMENTS(s_apszName) ? s_apszName[uType] : "Unknown"));
335 switch (uType)
/vbox/src/VBox/Runtime/r3/win/
H A Dthread-win.cpp136 uint32_t uType; member in struct:__anon16722
/vbox/src/VBox/Storage/
H A DVMDK.cpp149 uint32_t uType; member in struct:VMDKMARKER
657 pInflateState->iOffset = RT_OFFSETOF(VMDKMARKER, uType);
695 uOffset, pMarker, RT_OFFSETOF(VMDKMARKER, uType));
701 memcpy(pMarker, pcvMarker, RT_OFFSETOF(VMDKMARKER, uType));
721 uOffset + RT_OFFSETOF(VMDKMARKER, uType),
723 + RT_OFFSETOF(VMDKMARKER, uType),
725 + RT_OFFSETOF(VMDKMARKER, uType),
727 - RT_OFFSETOF(VMDKMARKER, uType));
733 + RT_OFFSETOF(VMDKMARKER, uType),
738 pExtent->pvCompGrain, cbCompSize + RT_OFFSETOF(VMDKMARKER, uType), NUL
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp97 unsigned uType; member in struct:HOSTPARTITION
843 pCP->uType = 0;
885 pCP->uType = p[4];
941 pCP->uType = p[4];
1052 if (!PARTTYPE_IS_EXTENDED(pPart->aPartitions[i].uType))
1102 if (PARTTYPE_IS_EXTENDED(partitions.aPartitions[i].uType))
1107 partitions.aPartitions[i].uType,
1532 && PARTTYPE_IS_EXTENDED(partitions.aPartitions[i].uType))
1606 if (PARTTYPE_IS_EXTENDED(partitions.aPartitions[i].uType))
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIFrameBuffer.cpp245 * @param uType Event type. Currently only VBOX3D_NOTIFY_EVENT_TYPE_VISIBLE_3DDATA is supported.
249 STDMETHOD(Notify3DEvent)(ULONG uType, ComSafeArrayIn(BYTE, data));
1014 STDMETHODIMP UIFrameBufferPrivate::Notify3DEvent(ULONG uType, ComSafeArrayIn(BYTE, data)) argument
1032 switch (uType)
1039 BOOL fVisible = uType == VBOX3D_NOTIFY_EVENT_TYPE_3DDATA_VISIBLE;
/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h98 STDMETHOD(Notify3DEvent)(ULONG uType, ComSafeArrayIn(BYTE, aData));
/vbox/src/VBox/Additions/WINNT/Installer/InstallHelper/
H A DVBoxGuestInstallHelper.cpp471 hr = vboxPopULong((ULONG*)&pIpcMsg->uType);

Completed in 351 milliseconds

12