Searched refs:g_aCmds (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DEMR3Dbg.cpp59 static DBGCCMD const g_aCmds[] = variable
70 int rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
H A DPDMAsyncCompletionFile.cpp83 static const DBGCCMD g_aCmds[] = variable
860 rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
H A DPGMPool.cpp123 static const DBGCCMD g_aCmds[] = variable
392 rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
H A DCSAM.cpp100 static const DBGCCMD g_aCmds[] = variable
325 rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
H A DSTAM.cpp181 static const DBGCCMD g_aCmds[] = variable
328 rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
H A DPGM.cpp707 static const DBGCCMD g_aCmds[] = variable
1486 int rc2 = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
H A DPATM.cpp122 static const DBGCCMD g_aCmds[] = variable
236 int rc2 = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));
/vbox/src/recompiler/
H A DVBoxRecompiler.c215 static const DBGCCMD g_aCmds[] = variable
371 int rc = DBGCRegisterCommands(&g_aCmds[0], RT_ELEMENTS(g_aCmds));

Completed in 421 milliseconds