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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1471 * @param fLazy Lazy loading the module if set.
1475 bool fLazy, const char *pszSearchPath)
1486 if (fLazy)
1574 true /*fLazy*/, pszSearchPath);
1474 pdmR3LdrFindModule(PUVM pUVM, const char *pszModule, PDMMODTYPE enmType, bool fLazy, const char *pszSearchPath) argument

Completed in 36 milliseconds