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

/vbox/src/VBox/Debugger/
H A DDBGCFunctions.cpp47 static DECLCALLBACK(int) dbgcFuncRandU32(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, argument
53 NOREF(pFunc); NOREF(pCmdHlp); NOREF(pUVM); NOREF(paArgs);
83 PCDBGCFUNC pFunc = pDbgc->paEmulationFuncs; local
87 if ( !strncmp(pachName, pFunc->pszFuncNm, cchName)
88 && !pFunc->pszFuncNm[cchName])
89 return pFunc;
90 pFunc++;
H A DDBGCEval.cpp422 PCDBGCFUNC pFunc = dbgcFunctionLookup(pDbgc, pszFuncNm, cchFuncNm, fExternal); local
423 if (!pFunc)
432 int rc = dbgcProcessArguments(pDbgc, pFunc->pszFuncNm,
433 pFunc->cArgsMin, pFunc->cArgsMax, pFunc->paArgDescs, pFunc->cArgDescs,
436 rc = pFunc->pfnHandler(pFunc, &pDbgc->CmdHlp, pDbgc->pUVM, &pDbgc->aArgs[iArg], cArgs, pResult);
H A DDBGCCommands.cpp585 static void dbgcPrintHelpFunction(PDBGCCMDHLP pCmdHlp, PCDBGCFUNC pFunc, bool fExternal, uint32_t *pcHits) argument
587 dbgcCmdHelpCmdOrFuncFull(pCmdHlp, pFunc->pszFuncNm, fExternal, pFunc->pszSyntax, pFunc->pszDescription,
588 pFunc->cArgsMin, pFunc->cArgsMax, pFunc->paArgDescs, pFunc->cArgDescs, pcHits);
2219 static DECLCALLBACK(int) dbgcFuncRandU32(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, argument
2225 NOREF(pFunc); NORE
[all...]
H A DDBGCEmulateCodeView.cpp4141 static DECLCALLBACK(int) dbgcFuncReadU8(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, argument
4154 NOREF(pFunc);
4162 static DECLCALLBACK(int) dbgcFuncReadU16(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, argument
4175 NOREF(pFunc);
4183 static DECLCALLBACK(int) dbgcFuncReadU32(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, argument
4196 NOREF(pFunc);
4204 static DECLCALLBACK(int) dbgcFuncReadU64(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, argument
4217 NOREF(pFunc);
4225 static DECLCALLBACK(int) dbgcFuncReadPtr(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, argument
4234 return dbgcFuncReadU64(pFunc, pCmdHl
4242 dbgcFuncHi(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, PDBGCVAR pResult) argument
4270 dbgcFuncLow(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, PDBGCVAR pResult) argument
4298 dbgcFuncNot(PCDBGCFUNC pFunc, PDBGCCMDHLP pCmdHlp, PUVM pUVM, PCDBGCVAR paArgs, uint32_t cArgs, PDBGCVAR pResult) argument
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp199 PSUPFUNC pFunc = &g_pSupFunctions->u.Out.aFunctions[0]; local
202 if (!strcmp(pFunc->szName, pszSymbol))
204 *pValue = (uintptr_t)pFunc->pfn;
207 pFunc++;
250 pFunc = &g_pSupFunctions->u.Out.aFunctions[0];
253 RTAssertMsg2Weak("%d: %s\n", g_pSupFunctions->u.Out.cFunctions - c, pFunc->szName);
254 pFunc++;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Datlbase.h108 _ATL_TERMFUNC* pFunc; member in struct:_ATL_TERMFUNC_ELEM_TAG
218 _ATL_CREATORARGFUNC* pFunc; member in struct:_ATL_INTMAP_ENTRY_TAG
248 HRESULT WINAPI AtlModuleAddTermFunc(_ATL_MODULE *pM, _ATL_TERMFUNC *pFunc, DWORD_PTR dw);

Completed in 70 milliseconds