Searched refs:DBGFR3OSDetect (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Debugger/testcase/ |
H A D | tstDBGCStubs.cpp | 288 VMMR3DECL(int) DBGFR3OSDetect(PUVM pUVM, char *pszName, size_t cchName) function
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | DBGFOS.cpp | 191 * 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 D | MachineDebuggerImpl.cpp | 1088 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 D | dbgf.h | 1728 VMMR3DECL(int) DBGFR3OSDetect(PUVM pUVM, char *pszName, size_t cchName);
|
/vbox/src/VBox/Debugger/ |
H A D | DBGCCommands.cpp | 996 int rc = DBGFR3OSDetect(pUVM, szName, sizeof(szName)); 998 return DBGCCmdHlpVBoxError(pCmdHlp, rc, "Executing DBGFR3OSDetect().\n");
|
Completed in 1296 milliseconds