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

/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DSUPLib-freebsd.cpp70 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo) argument
75 if (fPreInited)
/vbox/src/VBox/HostDrivers/Support/darwin/
H A DSUPLib-darwin.cpp188 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo) argument
193 if (fPreInited)
/vbox/src/VBox/HostDrivers/Support/linux/
H A DSUPLib-linux.cpp77 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo) argument
82 if (fPreInited)
/vbox/src/VBox/HostDrivers/Support/os2/
H A DSUPLib-os2.cpp68 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo) argument
73 if (fPreInited)
/vbox/src/VBox/HostDrivers/Support/solaris/
H A DSUPLib-solaris.cpp80 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo) argument
85 if (fPreInited)
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPLib-win.cpp112 int suplibOsInit(PSUPLIBDATA pThis, bool fPreInited, bool fUnrestricted, SUPINITOP *penmWhat, PRTERRINFO pErrInfo) argument
124 if (fPreInited)
/vbox/src/VBox/Frontends/VBoxBalloonCtrl/
H A DVBoxWatchdog.cpp97 bool fPreInited; member in struct:__anon16040
606 if (!g_aModules[j].fPreInited)
615 g_aModules[j].fPreInited = true;
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxService.cpp102 bool fPreInited; member in struct:__anon2048
524 if (!g_aServices[j].fPreInited)
529 g_aServices[j].fPreInited = true;

Completed in 41 milliseconds