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

/vbox/src/VBox/Storage/testcase/
H A DVDScriptInternal.h96 * @param pszFn The function name to interprete.
103 DECLHIDDEN(int) vdScriptCtxInterprete(PVDSCRIPTCTXINT pThis, const char *pszFn,
H A DVDScriptInterp.cpp1001 DECLHIDDEN(int) vdScriptCtxInterprete(PVDSCRIPTCTXINT pThis, const char *pszFn, argument
1010 AssertPtrReturn(pszFn, VERR_INVALID_POINTER);
1019 pFn = (PVDSCRIPTFN)RTStrSpaceGet(&pThis->hStrSpaceFn, pszFn);
1050 rc = vdScriptInterpreterError(&InterpCtx, VERR_NOT_FOUND, RT_SRC_POS, "Function with identifier \"%s\" not found", pszFn);
/vbox/src/VBox/Devices/PC/
H A DDevPIC.cpp152 DECLINLINE(void) DumpPICState(PPICSTATE pPic, const char *pszFn) argument
157 pszFn, (&pThis->aPics[0] == pPic) ? 0 : 1,

Completed in 49 milliseconds