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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp389 static bool s_fRegisteredCmds = false; local
390 if (!s_fRegisteredCmds)
394 s_fRegisteredCmds = true;
H A DPGM.cpp1483 static bool s_fRegisteredCmds = false; local
1484 if (!s_fRegisteredCmds)
1488 s_fRegisteredCmds = true;
H A DPATM.cpp233 static bool s_fRegisteredCmds = false; local
234 if (!s_fRegisteredCmds)
238 s_fRegisteredCmds = true;

Completed in 86 milliseconds