Searched refs:enmType (Results 1 - 25 of 374) sorted by relevance

1234567891011>>

/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/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
H A Dreq.h101 RTREQTYPE enmType; member in struct:RTREQ
153 DECLHIDDEN(int) rtReqAlloc(RTREQTYPE enmType, bool fPoolOrQueue, void *pvOwner, PRTREQ *phReq);
154 DECLHIDDEN(int) rtReqReInit(PRTREQINT pReq, RTREQTYPE enmType);
/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);
/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/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
H A Dspc-template.h54 RTASN1TMPL_MEMBER_DYN_BEGIN( RTCRSPCSERIALIZEDOBJECTATTRIBUTETYPE, enmType, Allocation);
55 RTASN1TMPL_MEMBER_DYN( u, pPageHashes, RTCRSPCSERIALIZEDPAGEHASHES, RTCrSpcSerializedPageHashes, Allocation, enmType,
57 RTASN1TMPL_MEMBER_DYN( u, pPageHashes, RTCRSPCSERIALIZEDPAGEHASHES, RTCrSpcSerializedPageHashes, Allocation, enmType,
59 RTASN1TMPL_MEMBER_DYN_DEFAULT( u, pCore, RTASN1CORE, RTAsn1Core, Allocation, enmType, RTCRSPCSERIALIZEDOBJECTATTRIBUTETYPE_UNKNOWN);
60 RTASN1TMPL_MEMBER_DYN_END( RTCRSPCSERIALIZEDOBJECTATTRIBUTETYPE, enmType, Allocation);
162 RTASN1TMPL_MEMBER_DYN_BEGIN( RTCRSPCAAOVTYPE, enmType, Allocation);
163 RTASN1TMPL_MEMBER_DYN( uValue, pPeImage, RTCRSPCPEIMAGEDATA, RTCrSpcPeImageData, Allocation, enmType,
165 RTASN1TMPL_MEMBER_DYN_DEFAULT( uValue, pCore, RTASN1CORE, RTAsn1Core, Allocation, enmType, RTCRSPCAAOVTYPE_UNKNOWN);
166 RTASN1TMPL_MEMBER_DYN_END( RTCRSPCAAOVTYPE, enmType, Allocation);
/vbox/src/VBox/Frontends/VBoxAutostart/
H A DVBoxAutostartCfg.cpp68 CFGTOKENTYPE enmType; member in struct:CFGTOKEN
189 CFGTOKENTYPE enmType = CFGTOKENTYPE_INVALID; local
210 enmType = CFGTOKENTYPE_EOF;
221 enmType = CFGTOKENTYPE_EQUAL;
226 enmType = CFGTOKENTYPE_COMMA;
231 enmType = CFGTOKENTYPE_CURLY_OPEN;
236 enmType = CFGTOKENTYPE_CURLY_CLOSING;
243 enmType = CFGTOKENTYPE_ID;
257 Assert(RT_FAILURE(rc) || enmType != CFGTOKENTYPE_INVALID);
263 && ( pCfgTokenUse->enmType
389 autostartConfigTokenTypeToStr(CFGTOKENTYPE enmType) argument
478 autostartConfigTokenizerCheckAndConsume(PCFGTOKENIZER pCfgTokenizer, CFGTOKENTYPE enmType) argument
533 autostartConfigTokenizerPeekIsEqual(PCFGTOKENIZER pCfgTokenizer, CFGTOKENTYPE enmType) argument
[all...]
/vbox/src/VBox/Runtime/r3/posix/
H A DRTHandleGetStandard-posix.cpp87 h.enmType = RTHANDLETYPE_FILE;
90 h.enmType = RTHANDLETYPE_PIPE;
95 h.enmType = RTHANDLETYPE_SOCKET;
99 h.enmType = RTHANDLETYPE_PIPE;
102 h.enmType = RTHANDLETYPE_FILE;
107 switch (h.enmType)
H A Dsched-posix.cpp78 RTTHREADTYPE enmType; member in struct:PROCPRIORITYTYPE
506 * process priority, assuming the current thread have the type enmType.
509 * @param enmType The thread type to be assumed for the current thread.
511 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType) argument
513 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_END);
540 Assert(enmType == g_aDefaultPriority.paTypes[enmType].enmType);
550 Assert(enmType
742 rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) argument
[all...]
/vbox/include/VBox/vmm/
H A Dftm.h51 VMM_INT_DECL(int) FTMSetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE enmType);
62 VMMR3_INT_DECL(int) FTMR3SetCheckpoint(PVM pVM, FTMCHECKPOINTTYPE 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/common/asn1/
H A Dasn1-ut-dyntype-decode.cpp51 pDynType->enmType = RTASN1TYPE_CORE;
58 pDynType->enmType = RTASN1TYPE_BOOLEAN;
61 pDynType->enmType = RTASN1TYPE_INTEGER;
64 // pDynType->enmType = RTASN1TYPE_ENUMERATED;
67 // pDynType->enmType = RTASN1TYPE_REAL;
70 pDynType->enmType = RTASN1TYPE_BIT_STRING;
73 pDynType->enmType = RTASN1TYPE_OCTET_STRING;
76 pDynType->enmType = RTASN1TYPE_NULL;
85 pDynType->enmType = RTASN1TYPE_OBJID;
88 // pDynType->enmType
[all...]
/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/
H A Dalloc-ef.h172 RTMEMTYPE enmType; member in struct:RTMEMBLOCK
196 RTDECL(void *) rtR3MemAlloc(const char *pszOp, RTMEMTYPE enmType, size_t cbUnaligned, size_t cbAligned,
198 RTDECL(void *) rtR3MemRealloc(const char *pszOp, RTMEMTYPE enmType, void *pvOld, size_t cbNew,
200 RTDECL(void) rtR3MemFree(const char *pszOp, RTMEMTYPE enmType, void *pv, void *pvCaller, RT_SRC_POS_DECL);
/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...]
H A DRTHandleGetStandard-win.cpp82 h.enmType = RTHANDLETYPE_FILE;
90 h.enmType = RTHANDLETYPE_SOCKET;
92 h.enmType = RTHANDLETYPE_PIPE;
101 switch (h.enmType)
/vbox/src/VBox/Debugger/
H A DDBGCOps.cpp83 if ((pArg1)->enmType == DBGCVAR_TYPE_STRING) \
94 if ((pArg1)->enmType == DBGCVAR_TYPE_SYMBOL) \
102 switch ((pResult)->enmType) \
140 if ( DBGCVAR_ISPOINTER((pArg2)->enmType) \
141 && ( !DBGCVAR_ISPOINTER((pArg1)->enmType) \
142 || ( DBGCVAR_IS_FAR_PTR((pArg2)->enmType) \
143 && !DBGCVAR_IS_FAR_PTR((pArg1)->enmType)))) \
203 switch (Var.enmType)
252 switch (pArg->enmType)
297 switch (pArg->enmType)
482 DBGFREGVALTYPE enmType; local
545 DBGCVARTYPE enmType = DBGCVAR_ISHCPOINTER(pArg->enmType) ? DBGCVAR_TYPE_HC_FLAT : DBGCVAR_TYPE_GC_FLAT; local
563 DBGCVARTYPE enmType = DBGCVAR_ISHCPOINTER(pArg->enmType) ? DBGCVAR_TYPE_HC_PHYS : DBGCVAR_TYPE_GC_PHYS; local
931 DBGCVARTYPE enmType; local
[all...]
/vbox/src/VBox/Runtime/common/misc/
H A Dhandle.cpp45 switch (ph->enmType)
68 AssertMsgFailed(("Invalid type %d\n", ph->enmType));
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp80 RTTHREADTYPE enmType; member in struct:PROCPRIORITYTYPE
449 * process priority, assuming the current thread have the type enmType.
452 * @param enmType The thread type to be assumed for the current thread.
454 DECLHIDDEN(int) rtSchedNativeCalcDefaultPriority(RTTHREADTYPE enmType)
456 Assert(enmType > RTTHREADTYPE_INVALID && enmType < RTTHREADTYPE_END);
484 Assert(enmType == g_aDefaultPriority.paTypes[enmType].enmType);
487 g_aDefaultPriority.iNice = iPriority - g_aDefaultPriority.paTypes[enmType]
[all...]
/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/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));
/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/
H A Dmemobj-r0drv.cpp53 * @param enmType The memory object type.
57 DECLHIDDEN(PRTR0MEMOBJINTERNAL) rtR0MemObjNew(size_t cbSelf, RTR0MEMOBJTYPE enmType, void *pv, size_t cb) argument
76 pNew->enmType = enmType;
97 pMem->enmType = RTR0MEMOBJTYPE_END;
155 AssertMsgReturn(pMem->enmType > RTR0MEMOBJTYPE_INVALID && pMem->enmType < RTR0MEMOBJTYPE_END, ("%p: %d\n", pMem, pMem->enmType), false);
179 AssertMsgReturn(pMem->enmType > RTR0MEMOBJTYPE_INVALID && pMem->enmType < RTR0MEMOBJTYPE_EN
[all...]
/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 2391 milliseconds

1234567891011>>