Searched defs:uType (Results 1 - 20 of 20) sorted by relevance

/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
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxTrayMsg.h71 uint32_t uType; member in struct:VBOXTRAYIPCMSG_SHOWBALLOONMSG
/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;
H A DSUPDrvIOC.h1089 uint32_t uType; member in struct:SUPSEMOP2::__anon16337::__anon16338
1148 uint32_t uType; member in struct:SUPSEMOP3::__anon16340::__anon16341
/vbox/src/VBox/Runtime/r3/win/
H A Dthread-win.cpp136 uint32_t uType; member in struct:__anon16722
/vbox/include/VBox/
H A DVBoxGuestLib.h637 VBGLR3DECL(int) VbglR3GuestCtrlMsgReplyEx(PVBGLR3GUESTCTRLCMDCTX pCtx, int rc, uint32_t uType, void *pvPayload, uint32_t cbPayload);
643 VBGLR3DECL(int) VbglR3GuestCtrlSessionNotify(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t uType, uint32_t uResult);
717 uint32_t uType; /** The event type this struct contains */ member in struct:VBGLR3DNDHGCMEVENT
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestCtrl.cpp193 return VbglR3GuestCtrlMsgReplyEx(pCtx, rc, 0 /* uType */,
199 int rc, uint32_t uType,
214 VbglHGCMParmUInt32Set(&Msg.type, uType);
316 uint32_t uType, uint32_t uResult)
328 VbglHGCMParmUInt32Set(&Msg.type, uType);
198 VbglR3GuestCtrlMsgReplyEx(PVBGLR3GUESTCTRLCMDCTX pCtx, int rc, uint32_t uType, void *pvPayload, uint32_t cbPayload) argument
315 VbglR3GuestCtrlSessionNotify(PVBGLR3GUESTCTRLCMDCTX pCtx, uint32_t uType, uint32_t uResult) argument
/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 DPGMPhys.cpp898 * @param uType The page type to replace then with.
900 static int pgmR3PhysFreePageRange(PVM pVM, PPGMRAMRANGE pRam, RTGCPHYS GCPhys, RTGCPHYS GCPhysLast, uint8_t uType) argument
916 PGM_PAGE_SET_TYPE(pVM, pPageDst, uType);
/vbox/src/VBox/VMM/include/
H A DPATMA.h126 uint32_t uType; member in struct:PATCHASMRELOC
H A DPATMInternal.h104 /** @name FIXUP_XXX - RELOCREC::uType values.
173 uint32_t uType; member in struct:__anon16931
/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/Frontends/VBoxSDL/
H A DFramebuffer.cpp617 STDMETHODIMP VBoxSDLFB::Notify3DEvent(ULONG uType, ComSafeArrayIn(BYTE, aData)) argument
/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/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp1011 DECLINLINE(const char *) vboxNetLwfWinEthTypeStr(uint16_t uType) argument
1013 switch (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/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/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/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/VMM/VMMAll/
H A DCPUMAllMsrs.cpp469 uint8_t uType = (uint8_t)(uValue >> cShift); local
470 if (uType >= 7)
473 cShift + 7, cShift, idMsr, pRange->szName, uValue, uType));

Completed in 948 milliseconds