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

/vbox/src/VBox/Storage/testcase/
H A DVDScript.h91 const char *pszFnName; member in struct:VDSCRIPTCALLBACK
/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp2965 const char *pszFnName = getMsrFnName(uMsr, &fTakesValue); local
2968 rc = printMsrWriteOnly(uMsr, pszFnName, NULL);
2991 if (pszFnName)
2994 rc = printMsrFunctionIgnoreWrites(uMsr, pszFnName, annotateValue(uValue));
2996 rc = printMsrFunction(uMsr, pszFnName, pszFnName, annotateValue(uValue));
2998 rc = printMsrFunctionExtended(uMsr, pszFnName, pszFnName, fTakesValue ? uValue : 0,
3008 else if (pszFnName && !fTakesValue)
3009 rc = printMsrFunctionReadOnly(uMsr, pszFnName, annotateValu
[all...]

Completed in 59 milliseconds