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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibLdr.cpp98 static int supLoadModule(const char *pszFilename, const char *pszModule, const char *pszSrvReqHandler, void **ppvImageBase);
102 SUPR3DECL(int) SUPR3LoadModule(const char *pszFilename, const char *pszModule, void **ppvImageBase, PRTERRINFO pErrInfo) argument
110 rc = supLoadModule(pszFilename, pszModule, NULL, ppvImageBase);
119 const char *pszSrvReqHandler, void **ppvImageBase)
128 rc = supLoadModule(pszFilename, pszModule, pszSrvReqHandler, ppvImageBase);
333 static int supLoadModule(const char *pszFilename, const char *pszModule, const char *pszSrvReqHandler, void **ppvImageBase) argument
342 AssertPtrReturn(ppvImageBase, VERR_INVALID_PARAMETER);
352 *ppvImageBase = NULL;
401 *ppvImageBase = (void *)OpenReq.u.Out.pvImageBase;
118 SUPR3LoadServiceModule(const char *pszFilename, const char *pszModule, const char *pszSrvReqHandler, void **ppvImageBase) argument
H A DSUPLib.cpp144 static int supLoadModule(const char *pszFilename, const char *pszModule, const char *pszSrvReqHandler, void **ppvImageBase);
/vbox/include/VBox/
H A Dsup.h1362 * @param ppvImageBase Where to store the image address.
1366 SUPR3DECL(int) SUPR3LoadModule(const char *pszFilename, const char *pszModule, void **ppvImageBase, PRTERRINFO pErrInfo);
1379 * @param ppvImageBase Where to store the image address.
1382 const char *pszSrvReqHandler, void **ppvImageBase);

Completed in 58 milliseconds