Searched defs:pszFormattedName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DSTAM.cpp572 char *pszFormattedName; local
573 RTStrAPrintfV(&pszFormattedName, pszName, args);
574 if (!pszFormattedName)
577 int rc = stamR3RegisterU(pVM->pUVM, pvSample, pfnReset, pfnPrint, STAMTYPE_CALLBACK, enmVisibility, pszFormattedName, enmUnit, pszDesc);
578 RTStrFree(pszFormattedName);

Completed in 47 milliseconds