Searched refs:aTypes (Results 1 - 22 of 22) sorted by relevance

/vbox/src/VBox/Devices/USB/
H A DDrvVUSBRootHub.cpp474 Assert(pUrb->enmType >= 0 && pUrb->enmType < (int)RT_ELEMENTS(pRh->aTypes));
476 STAM_COUNTER_INC(&pRh->aTypes[pUrb->enmType].StatUrbsSubmitted);
479 STAM_COUNTER_ADD(&pRh->aTypes[pUrb->enmType].StatReqBytes, pUrb->cbData);
483 STAM_COUNTER_ADD(&pRh->aTypes[pUrb->enmType].StatReqReadBytes, pUrb->cbData);
488 STAM_COUNTER_ADD(&pRh->aTypes[pUrb->enmType].StatReqWriteBytes, pUrb->cbData);
1075 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->aTypes[VUSBXFERTYPE_BULK].StatUrbsSubmitted, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Bulk transfer.", "/VUSB/%d/UrbsSubmitted/Bulk", pDrvIns->iInstance);
1076 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->aTypes[VUSBXFERTYPE_CTRL].StatUrbsSubmitted, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Control transfer.", "/VUSB/%d/UrbsSubmitted/Ctrl", pDrvIns->iInstance);
1077 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->aTypes[VUSBXFERTYPE_INTR].StatUrbsSubmitted, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Interrupt transfer.", "/VUSB/%d/UrbsSubmitted/Intr", pDrvIns->iInstance);
1078 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->aTypes[VUSBXFERTYPE_ISOC].StatUrbsSubmitted, STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT, "Isochronous transfer.", "/VUSB/%d/UrbsSubmitted/Isoc", pDrvIns->iInstance);
1081 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->aTypes[VUSBXFERTYPE_BUL
[all...]
H A DVUSBUrb.cpp1044 Assert(pUrb->enmType >= 0 && pUrb->enmType < (int)RT_ELEMENTS(pRh->aTypes));
1058 STAM_COUNTER_ADD(&pRh->aTypes[VUSBXFERTYPE_ISOC].StatActBytes, cb);
1063 STAM_COUNTER_ADD(&pRh->aTypes[VUSBXFERTYPE_ISOC].StatActReadBytes, cb);
1068 STAM_COUNTER_ADD(&pRh->aTypes[VUSBXFERTYPE_ISOC].StatActWriteBytes, cb);
1091 STAM_COUNTER_ADD(&pRh->aTypes[pUrb->enmType].StatActBytes, pUrb->cbData);
1095 STAM_COUNTER_ADD(&pRh->aTypes[pUrb->enmType].StatActReadBytes, pUrb->cbData);
1100 STAM_COUNTER_ADD(&pRh->aTypes[pUrb->enmType].StatActWriteBytes, pUrb->cbData);
1108 STAM_COUNTER_INC(&pRh->aTypes[pUrb->enmType].StatUrbsFailed);
2102 STAM_STATS({Assert(pUrb->enmType >= 0 && pUrb->enmType < (int)RT_ELEMENTS(pRh->aTypes));});
2103 STAM_COUNTER_INC(&pRh->aTypes[pUr
[all...]
H A DVUSBInternal.h393 VUSBROOTHUBTYPESTATS aTypes[VUSBXFERTYPE_MSG]; member in struct:VUSBROOTHUB
/vbox/src/VBox/Runtime/r3/os2/
H A Dsched-os2.cpp69 } aTypes[RTTHREADTYPE_END]; member in struct:__anon16700
230 AssertMsg(g_pProcessPriority && g_pProcessPriority->aTypes[enmType].enmType == enmType,
231 ("enmType=%d entry=%d\n", enmType, g_pProcessPriority->aTypes[enmType].enmType));
234 APIRET rc = DosSetPriority(PRTYS_THREAD, g_pProcessPriority->aTypes[enmType].ulClass, g_pProcessPriority->aTypes[enmType].ulDelta, (ULONG)pThread->Core.Key & 0xffff /*tid*/);
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp75 } aTypes[RTTHREADTYPE_END]; member in struct:__anon16688
236 int offBest = RT_ABS(g_pProcessPriority->aTypes[enmType].iBasePriority - iBasePriority);
241 int off = RT_ABS(g_aPriorities[i].aTypes[enmType].iBasePriority - iBasePriority);
281 AssertMsg(g_pProcessPriority && g_pProcessPriority->aTypes[enmType].enmType == enmType,
282 ("enmType=%d entry=%d\n", enmType, g_pProcessPriority->aTypes[enmType].enmType));
294 int const iDesiredBasePriority = g_pProcessPriority->aTypes[enmType].iBasePriority;
295 int iPriority = g_pProcessPriority->aTypes[enmType].iPriority;
/vbox/src/VBox/Main/include/
H A DMediumFormatImpl.h84 std::vector<DeviceType_T> &aTypes);
87 std::vector<DataType_T> &aTypes,
H A DVFSExplorerImpl.h57 std::vector<ULONG> &aTypes,
H A DApplianceImpl.h303 HRESULT getDescription(std::vector<VirtualSystemDescriptionType_T> &aTypes,
309 std::vector<VirtualSystemDescriptionType_T> &aTypes,
/vbox/src/VBox/Main/src-server/
H A DMediumFormatImpl.cpp232 std::vector<DeviceType_T> &aTypes)
236 aTypes = m.maDeviceTypes;
243 std::vector<DataType_T> &aTypes,
251 aTypes.resize(c);
259 aTypes[i] = prop.type;
231 describeFileExtensions(std::vector<com::Utf8Str> &aExtensions, std::vector<DeviceType_T> &aTypes) argument
241 describeProperties(std::vector<com::Utf8Str> &aNames, std::vector<com::Utf8Str> &aDescriptions, std::vector<DataType_T> &aTypes, std::vector<ULONG> &aFlags, std::vector<com::Utf8Str> &aDefaults) argument
H A DVFSExplorerImpl.cpp601 std::vector<ULONG> &aTypes,
607 aTypes.resize(m->entryList.size());
619 aTypes[i] = entry.type;
600 entryList(std::vector<com::Utf8Str> &aNames, std::vector<ULONG> &aTypes, std::vector<LONG64> &aSizes, std::vector<ULONG> &aModes) argument
H A DApplianceImpl.cpp1390 HRESULT VirtualSystemDescription::getDescription(std::vector<VirtualSystemDescriptionType_T> &aTypes, argument
1399 aTypes.resize(c);
1408 aTypes[i] = vsde.type;
1422 std::vector<VirtualSystemDescriptionType_T> &aTypes,
1432 aTypes.resize(c);
1442 aTypes[i] = vsde->type;
1421 getDescriptionByType(VirtualSystemDescriptionType_T aType, std::vector<VirtualSystemDescriptionType_T> &aTypes, std::vector<com::Utf8Str> &aRefs, std::vector<com::Utf8Str> &aOVFValues, std::vector<com::Utf8Str> &aVBoxValues, std::vector<com::Utf8Str> &aExtraConfigValues) argument
/vbox/src/VBox/Runtime/r3/win/
H A Dsched-win.cpp68 } aTypes[RTTHREADTYPE_END]; member in struct:__anon16714
311 AssertMsg(g_pProcessPriority && g_pProcessPriority->aTypes[enmType].enmType == enmType,
312 ("enmType=%d entry=%d\n", enmType, g_pProcessPriority->aTypes[enmType].enmType));
315 if (SetThreadPriority(rtThreadNativeGetHandle(pThread), g_pProcessPriority->aTypes[enmType].dwThreadPriority))
321 rtThreadNativeGetHandle(pThread), g_pProcessPriority->aTypes[enmType].dwThreadPriority, dwLastError, rc));
/vbox/src/VBox/Main/testcase/
H A DtstOVF.cpp116 com::SafeArray<VirtualSystemDescriptionType_T> aTypes; local
121 rc = pVSys->GetDescription(ComSafeArrayAsOutParam(aTypes),
129 u2 < aTypes.size();
134 VirtualSystemDescriptionType_T t = aTypes[u2];
/vbox/src/VBox/VMM/VMMR3/
H A DSELM.cpp2467 } const aTypes[32] = local
2510 memcpy(psz, aTypes[i].psz, aTypes[i].cch);
2511 psz += aTypes[i].cch;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h2315 PRUint32* aTypes
2413 PRUint32* aTypes,
2428 PRUint32* aTypes,
H A DVBoxCAPI_v3_1.h2221 PRUint32* aTypes
2320 PRUint32* aTypes,
2335 PRUint32* aTypes,
H A DVBoxCAPI_v3_2.h2267 PRUint32* aTypes
2366 PRUint32* aTypes,
2381 PRUint32* aTypes,
H A DVBoxCAPI_v2_2.h1880 PRUint32* aTypes,
1895 PRUint32* aTypes,
H A DVBoxCAPI_v4_0.h2412 PRUint32* aTypes,
2518 PRUint32* aTypes,
2533 PRUint32* aTypes,
H A DVBoxCAPI_v4_1.h2612 PRUint32* aTypes,
2720 PRUint32* aTypes,
2735 PRUint32* aTypes,
H A DVBoxCAPI_v4_2.h2861 PRUint32* aTypes,
2969 PRUint32* aTypes,
2984 PRUint32* aTypes,
H A DVBoxCAPI_v4_3.h4429 #define IVFSExplorer_EntryList(p, aNames, aTypes, aSizes, aModes) ((p)->lpVtbl->EntryList(p, aNames, aTypes, aSizes, aModes))
4722 #define IVirtualSystemDescription_GetDescription(p, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues) ((p)->lpVtbl->GetDescription(p, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues))
4723 #define IVirtualSystemDescription_GetDescriptionByType(p, aType, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues) ((p)->lpVtbl->GetDescriptionByType(p, aType, aTypes, aRefs, aOVFValues, aVBoxValues, aExtraConfigValues))
11728 #define IMediumFormat_DescribeFileExtensions(p, aExtensions, aTypes) ((p)->lpVtbl->DescribeFileExtensions(p, aExtensions, aTypes))
11729 #define IMediumFormat_DescribeProperties(p, aNames, aDescriptions, aTypes, aFlags, aDefaults) ((p)->lpVtbl->DescribeProperties(p, aNames, aDescriptions, aTypes, aFlag
[all...]

Completed in 394 milliseconds