/vbox/src/VBox/Runtime/include/internal/ |
H A D | sched.h | 38 * 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 D | FTMAll.cpp | 39 * @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 D | PGMAllHandler.cpp | 70 * @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 D | REMAll.cpp | 135 * @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 D | spc-core.cpp | 54 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 D | sched-generic.cpp | 43 * 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 D | tstRTFsQueries.cpp | 79 RTFSTYPE enmType; local 80 rc = RTFsQueryType(argv[i], &enmType); 82 RTPrintf("tstRTFsQueries: file system type is '%s'\n", RTFsTypeName(enmType));
|
H A D | tstRTSymlink.cpp | 45 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 D | digest.h | 54 RTDIGESTTYPE enmType; member in struct:RTCRDIGESTDESC 125 * Gets the digest type (when enmType is RTDIGESTTYPE_UNKNOWN).
|
/vbox/src/VBox/Runtime/r0drv/linux/ |
H A D | thread2-r0drv-linux.c | 52 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 D | thread2-r0drv-os2.cpp | 53 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument 56 NOREF(enmType);
|
/vbox/src/VBox/Runtime/r3/ |
H A D | fs.cpp | 187 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 D | BandwidthGroupImpl.h | 53 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 D | SUPR0IdcClientStubs.c | 78 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 D | thread2-r0drv-freebsd.c | 55 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 D | thread2-r0drv-haiku.c | 56 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 D | thread2-r0drv-nt.cpp | 52 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 D | thread2-r0drv-solaris.c | 55 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 D | sched-os2.cpp | 64 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 D | sched-win.cpp | 65 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 D | thread2-r0drv-darwin.cpp | 56 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 D | sched-darwin.cpp | 69 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 D | symlink-posix.cpp | 94 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 D | CFGMInternal.h | 76 CFGMVALUETYPE enmType; member in struct:CFGMLEAF
|
/vbox/src/VBox/Main/src-server/ |
H A D | USBControllerImpl.cpp | 44 : 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...] |