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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp67 static int pdmR3LoadR0U(PUVM pUVM, const char *pszFilename, const char *pszName, const char *pszSearchPath);
68 static char *pdmR3FileRC(const char *pszFile, const char *pszSearchPath);
69 static char *pdmR3FileR0(const char *pszFile, const char *pszSearchPath);
70 static char *pdmR3File(const char *pszFile, const char *pszDefaultExt, const char *pszSearchPath, bool fShared);
620 * @param pszSearchPath List of directories to search if @a pszFilename is
624 static int pdmR3LoadR0U(PUVM pUVM, const char *pszFilename, const char *pszName, const char *pszSearchPath) argument
648 pszFilename = pszFile = pdmR3FileR0(pszName, pszSearchPath);
826 * @param pszSearchPath List of directories to search if @a pszFile is
833 VMMR3DECL(int) PDMR3LdrGetSymbolR0Lazy(PVM pVM, const char *pszModule, const char *pszSearchPath, const char *pszSymbol, argument
863 int rc = pdmR3LoadR0U(pUVM, NULL, pszModule, pszSearchPath);
949 PDMR3LdrGetSymbolRCLazy(PVM pVM, const char *pszModule, const char *pszSearchPath, const char *pszSymbol, PRTRCPTR pRCPtrValue) argument
1019 pdmR3FileR0(const char *pszFile, const char *pszSearchPath) argument
1037 pdmR3FileRC(const char *pszFile, const char *pszSearchPath) argument
1107 pdmR3File(const char *pszFile, const char *pszDefaultExt, const char *pszSearchPath, bool fShared) argument
1474 pdmR3LdrFindModule(PUVM pUVM, const char *pszModule, PDMMODTYPE enmType, bool fLazy, const char *pszSearchPath) argument
1558 PDMR3LdrGetInterfaceSymbols(PVM pVM, void *pvInterface, size_t cbInterface, const char *pszModule, const char *pszSearchPath, const char *pszSymPrefix, const char *pszSymList, bool fRing0) argument
[all...]

Completed in 36 milliseconds