Lines Matching defs:ErrInfo
1198 RTERRINFOSTATIC ErrInfo;
1199 RTErrInfoInitStatic(&ErrInfo);
1200 vrc = SUPR3HardenedVerifyDir(m->strExtPackPath.c_str(), true /*fRecursive*/, true /*fCheckFiles*/, &ErrInfo.Core);
1203 m->strWhyUnusable.printf(tr("%s (rc=%Rrc)"), ErrInfo.Core.pszMsg, vrc);
1243 vrc = SUPR3HardenedVerifyPlugIn(m->strMainModPath.c_str(), &ErrInfo.Core);
1246 m->strWhyUnusable.printf(tr("%s"), ErrInfo.Core.pszMsg);
1252 vrc = SUPR3HardenedLdrLoadPlugIn(m->strMainModPath.c_str(), &m->hMainMod, &ErrInfo.Core);
1257 m->strMainModPath.c_str(), vrc, ErrInfo.Core.pszMsg);
1274 RTErrInfoClear(&ErrInfo.Core);
1275 vrc = pfnRegistration(&m->Hlp, &m->pReg, &ErrInfo.Core);
1277 && !RTErrInfoIsSet(&ErrInfo.Core)
1310 m->strWhyUnusable.printf(tr("%s returned %Rrc, pReg=%p ErrInfo='%s'"),
1311 VBOX_EXTPACK_MAIN_MOD_ENTRY_POINT, vrc, m->pReg, ErrInfo.Core.pszMsg);
2610 RTERRINFOSTATIC ErrInfo;
2611 RTErrInfoInitStatic(&ErrInfo);
2612 pExtPack->i_callInstalledHook(m->pVirtualBox, &autoLock, &ErrInfo.Core);
2613 if (RT_SUCCESS(ErrInfo.Core.rc))
2618 pStrName->c_str(), ErrInfo.Core.rc, ErrInfo.Core.pszMsg));
2623 if (ErrInfo.Core.rc == VERR_EXTPACK_UNSUPPORTED_HOST_UNINSTALL)
2631 ErrInfo.Core.rc, ErrInfo.Core.pszMsg);