Searched refs:STAMTYPE_CALLBACK (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp392 AssertReturn(enmType != STAMTYPE_CALLBACK, VERR_INVALID_PARAMETER);
422 AssertReturn(enmType != STAMTYPE_CALLBACK, VERR_INVALID_PARAMETER);
494 AssertReturn(enmType != STAMTYPE_CALLBACK, VERR_INVALID_PARAMETER);
526 * Similar to STAMR3Register except for the two callbacks, the implied type (STAMTYPE_CALLBACK),
577 int rc = stamR3RegisterU(pVM->pUVM, pvSample, pfnReset, pfnPrint, STAMTYPE_CALLBACK, enmVisibility, pszFormattedName, enmUnit, pszDesc);
1388 case STAMTYPE_CALLBACK:
1408 if (enmType != STAMTYPE_CALLBACK)
1731 case STAMTYPE_CALLBACK:
1872 case STAMTYPE_CALLBACK:
2249 case STAMTYPE_CALLBACK
[all...]
/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp130 /** STAMTYPE_CALLBACK. */
794 if (a_pNode->enmType == STAMTYPE_CALLBACK)
1023 if (pNode->enmType == STAMTYPE_CALLBACK)
1067 case STAMTYPE_CALLBACK:
1195 case STAMTYPE_CALLBACK:
2178 case STAMTYPE_CALLBACK:
2446 case STAMTYPE_CALLBACK:
/vbox/include/VBox/vmm/
H A Dstam.h122 STAMTYPE_CALLBACK, enumerator in enum:STAMTYPE

Completed in 56 milliseconds