Searched refs:fLog (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Debugger/
H A DDBGConsole.cpp142 * (dbgcProcessLog and DBGC::fLog).
324 if (pDbgc->fLog)
609 if (pDbgc->fLog)
778 * The caller must not call function this unless pDbgc->fLog is set.
834 rc = DBGFR3EventWait(pDbgc->pUVM, pDbgc->fLog ? 1 : 32, &pEvent);
859 if (pDbgc->pBack->pfnInput(pDbgc->pBack, pDbgc->fLog ? 1 : 1000))
872 if (pDbgc->fLog)
918 //pDbgc->fLog = false;
965 if (pDbgc->fLog)
H A DDBGCInternal.h131 bool fLog; member in struct:DBGC
/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp665 uint64_t fLog = 0; local
668 nvlist_lookup_uint64(nvChildren[i], ZPOOL_CONFIG_IS_LOG, &fLog);
670 if (!fHole && !fLog)
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageInfo.cpp2653 bool fLog = false; local
2677 fLog = true;
2717 if (fLog && (fMachinereadable || fDetails))
2720 if (fLog)
/vbox/src/recompiler/
H A DVBoxRecompiler.c4029 const bool fLog = LogIsEnabled(); local
4036 if (!fLog && !fLog2)
4053 if (fLog)

Completed in 562 milliseconds