Searched defs:enmType (Results 1 - 25 of 217) sorted by relevance

123456789

/vbox/src/VBox/Runtime/include/internal/
H A Dsched.h38 * process priority, assuming the current thread have the type enmType.
41 * @param enmType The thread type to be assumed for the current thread.
43 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType); variable
/vbox/src/VBox/VMM/VMMAll/
H A DFTMAll.cpp39 * @param enmType Checkpoint type
41 VMM_INT_DECL(int) FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType) argument
47 return FTMR3SetCheckpoint(pVM, enmType);
49 return VMMRZCallRing3(pVM, VMMGetCpu(pVM), VMMCALLRING3_FTM_SET_CHECKPOINT, enmType);
H A DPGMAllHandler.cpp70 * @param enmType Handler type. Any of the PGMPHYSHANDLERTYPE_PHYSICAL* enums.
83 VMMDECL(int) PGMHandlerPhysicalRegisterEx(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS GCPhysLast, argument
89 Log(("PGMHandlerPhysicalRegisterEx: enmType=%d GCPhys=%RGp GCPhysLast=%RGp pfnHandlerR3=%RHv pvUserR3=%RHv pfnHandlerR0=%RHv pvUserR0=%RHv pfnHandlerGC=%RRv pvUserGC=%RRv pszDesc=%s\n",
90 enmType, GCPhys, GCPhysLast, pfnHandlerR3, pvUserR3, pfnHandlerR0, pvUserR0, pfnHandlerRC, pvUserRC, R3STRING(pszDesc)));
96 switch (enmType)
107 AssertMsgFailed(("Invalid input enmType=%d!\n", enmType));
148 pNew->enmType = enmType;
173 REMNotifyHandlerPhysicalRegister(pVM, enmType, GCPhy
[all...]
H A DREMAll.cpp135 * @param enmType Handler type.
140 VMMDECL(void) REMNotifyHandlerPhysicalRegister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler) argument
144 Rec.u.PhysicalRegister.enmType = enmType;
156 * @param enmType Handler type.
162 VMMDECL(void) REMNotifyHandlerPhysicalDeregister(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhys, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM) argument
166 Rec.u.PhysicalDeregister.enmType = enmType;
179 * @param enmType Handler type.
186 VMMDECL(void) REMNotifyHandlerPhysicalModify(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHY argument
[all...]
/vbox/src/VBox/Runtime/common/crypto/
H A Dspc-core.cpp54 RTCRSPCSERIALIZEDOBJECTATTRIBUTETYPE enmType)
56 if (pThis->Data.enmType == RTCRSPCAAOVTYPE_PE_IMAGE_DATA)
64 if (pThis->Data.uValue.pPeImage->T0.File.u.pMoniker->enmType == RTCRSPCSERIALIZEDOBJECTTYPE_ATTRIBUTES)
71 if (pData->paItems[i].enmType == enmType)
53 RTCrSpcIndirectDataContent_GetPeImageObjAttrib(PCRTCRSPCINDIRECTDATACONTENT pThis, RTCRSPCSERIALIZEDOBJECTATTRIBUTETYPE enmType) argument
/vbox/src/VBox/Runtime/generic/
H A Dsched-generic.cpp43 * process priority, assuming the current thread have the type enmType.
46 * @param enmType The thread type to be assumed for the current thread.
48 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) argument
50 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_END);
75 * The RTTHREADINT::enmType member has not yet been updated and will be updated by
80 * @param enmType The thread type.
83 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
85 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_EN
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp79 RTFSTYPE enmType; local
80 rc = RTFsQueryType(argv[i], &enmType);
82 RTPrintf("tstRTFsQueries: file system type is '%s'\n", RTFsTypeName(enmType));
H A DtstRTSymlink.cpp45 const char *pszTarget, RTSYMLINKTYPE enmType, bool fDangling)
111 if (enmType == RTSYMLINKTYPE_DIR)
116 else if (enmType == RTSYMLINKTYPE_FILE)
44 test1Worker(RTTEST hTest, const char *pszBaseDir, const char *pszTarget, RTSYMLINKTYPE enmType, bool fDangling) argument
/vbox/include/iprt/crypto/
H A Ddigest.h54 RTDIGESTTYPE enmType; member in struct:RTCRDIGESTDESC
125 * Gets the digest type (when enmType is RTDIGESTTYPE_UNKNOWN).
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dthread2-r0drv-linux.c52 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
59 switch (enmType)
88 AssertMsgFailed(("enmType=%d\n", enmType));
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dthread2-r0drv-os2.cpp53 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
56 NOREF(enmType);
/vbox/src/VBox/Runtime/r3/
H A Dfs.cpp187 RTDECL(const char *) RTFsTypeName(RTFSTYPE enmType) argument
189 switch (enmType)
232 RTStrPrintf(s_asz[i], sizeof(s_asz[i]), "type=%d", enmType);
/vbox/src/VBox/Main/include/
H A DBandwidthGroupImpl.h53 BandwidthGroupType_T i_getType() const { return m->bd->enmType; }
75 : enmType(BandwidthGroupType_Null),
81 BandwidthGroupType_T enmType; member in struct:BandwidthGroup::BackupableBandwidthGroupData
/vbox/src/VBox/HostDrivers/Support/
H A DSUPR0IdcClientStubs.c78 SUPR0DECL(void *) SUPR0ObjRegister(PSUPDRVSESSION pSession, SUPDRVOBJTYPE enmType, PFNSUPDRVDESTRUCTOR pfnDestructor, void *pvUser1, void *pvUser2) argument
80 static DECLCALLBACKPTR(void *, s_pfn)(PSUPDRVSESSION /* pSession */, SUPDRVOBJTYPE /* enmType */, PFNSUPDRVDESTRUCTOR /* pfnDestructor */, void * /* pvUser1 */, void * /* pvUser2 */);
81 DECLCALLBACKPTR(void *, pfn)(PSUPDRVSESSION /* pSession */, SUPDRVOBJTYPE /* enmType */, PFNSUPDRVDESTRUCTOR /* pfnDestructor */, void * /* pvUser1 */, void * /* pvUser2 */);
91 return pfn(pSession, enmType, pfnDestructor, pvUser1, pvUser2);
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dthread2-r0drv-freebsd.c55 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
59 switch (enmType)
68 AssertMsgFailed(("enmType=%d\n", enmType));
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dthread2-r0drv-haiku.c56 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
65 switch (enmType)
74 AssertMsgFailed(("enmType=%d\n", enmType));
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthread2-r0drv-nt.cpp52 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
62 switch (enmType)
72 AssertMsgFailed(("enmType=%d\n", enmType));
/vbox/src/VBox/Runtime/r0drv/solaris/
H A Dthread2-r0drv-solaris.c55 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
59 switch (enmType)
68 AssertMsgFailed(("enmType=%d\n", enmType));
/vbox/src/VBox/Runtime/r3/os2/
H A Dsched-os2.cpp64 RTTHREADTYPE enmType; member in struct:__anon16700::__anon16701
187 * process priority, assuming the current thread have the type enmType.
190 * @param enmType The thread type to be assumed for the current thread.
192 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) argument
194 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_END);
219 * The RTTHREADINT::enmType member has not yet been updated and will be updated by
224 * @param enmType The thread type.
227 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
229 Assert(enmType > RTTHREADTYPE_INVALI
[all...]
/vbox/src/VBox/Runtime/r3/win/
H A Dsched-win.cpp65 RTTHREADTYPE enmType; member in struct:__anon16714::__anon16715
254 * process priority, assuming the current thread have the type enmType.
257 * @param enmType The thread type to be assumed for the current thread.
259 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) argument
261 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_END);
300 * The RTTHREADINT::enmType member has not yet been updated and will be updated by
305 * @param enmType The thread type.
308 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
310 Assert(enmType > RTTHREADTYPE_INVALI
[all...]
/vbox/src/VBox/Runtime/r0drv/darwin/
H A Dthread2-r0drv-darwin.cpp56 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
67 switch (enmType)
103 AssertMsgFailed(("enmType=%d\n", enmType));
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp69 RTTHREADTYPE enmType; member in struct:__anon16688::__anon16689
223 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) argument
225 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_END);
236 int offBest = RT_ABS(g_pProcessPriority->aTypes[enmType].iBasePriority - iBasePriority);
241 int off = RT_ABS(g_aPriorities[i].aTypes[enmType].iBasePriority - iBasePriority);
277 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
280 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_END);
281 AssertMsg(g_pProcessPriority && g_pProcessPriority->aTypes[enmType]
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A Dsymlink-posix.cpp94 RTDECL(int) RTSymlinkCreate(const char *pszSymlink, const char *pszTarget, RTSYMLINKTYPE enmType, uint32_t fCreate) argument
99 AssertReturn(enmType > RTSYMLINKTYPE_INVALID && enmType < RTSYMLINKTYPE_END, VERR_INVALID_PARAMETER);
127 LogFlow(("RTSymlinkCreate(%p={%s}, %p={%s}, %d, %#x): returns %Rrc\n", pszSymlink, pszSymlink, pszTarget, pszTarget, enmType, fCreate, rc));
/vbox/src/VBox/VMM/include/
H A DCFGMInternal.h76 CFGMVALUETYPE enmType; member in struct:CFGMLEAF
/vbox/src/VBox/Main/src-server/
H A DUSBControllerImpl.cpp44 : enmType(USBControllerType_Null)
48 USBControllerType_T enmType; member in struct:BackupableUSBData
95 * @param enmType The USB controller type.
97 HRESULT USBController::init(Machine *aParent, const Utf8Str &aName, USBControllerType_T enmType) argument
102 if ( (enmType <= USBControllerType_Null)
103 || (enmType > USBControllerType_XHCI))
117 m->bd->enmType = enmType;
250 *aType = m->bd->enmType;
259 switch (m->bd->enmType)
[all...]

Completed in 73 milliseconds

123456789