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

/vbox/src/VBox/Debugger/testcase/
H A DtstDBGCStubs.cpp288 VMMR3DECL(int) DBGFR3OSDetect(PUVM pUVM, char *pszName, size_t cchName) function
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFOS.cpp191 * to the list for us in the next call to DBGFR3OSDetect().
329 * EMT worker function for DBGFR3OSDetect.
393 VMMR3DECL(int) DBGFR3OSDetect(PUVM pUVM, char *pszName, size_t cchName) function
/vbox/src/VBox/Main/src-client/
H A DMachineDebuggerImpl.cpp1088 int vrc = DBGFR3OSDetect(ptrVM.rawUVM(), szName, sizeof(szName));
1102 hrc = setError(VBOX_E_VM_ERROR, tr("DBGFR3OSDetect failed with %Rrc"), vrc);
/vbox/include/VBox/vmm/
H A Ddbgf.h1728 VMMR3DECL(int) DBGFR3OSDetect(PUVM pUVM, char *pszName, size_t cchName);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp996 int rc = DBGFR3OSDetect(pUVM, szName, sizeof(szName));
998 return DBGCCmdHlpVBoxError(pCmdHlp, rc, "Executing DBGFR3OSDetect().\n");

Completed in 59 milliseconds