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

/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h124 PFNDBGFHANDLERDEV pfnHandler;
/vbox/include/VBox/vmm/
H A Ddbgf.h470 typedef FNDBGFHANDLERDEV *PFNDBGFHANDLERDEV; typedef
523 VMMR3_INT_DECL(int) DBGFR3InfoRegisterDevice(PVM pVM, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDEV pfnHandler, PPDMDEVINS pDevIns);
H A Dpdmdev.h2837 DECLR3CALLBACKMEMBER(int, pfnDBGFInfoRegister,(PPDMDEVINS pDevIns, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDEV pfnHandler));
4779 DECLINLINE(int) PDMDevHlpDBGFInfoRegister(PPDMDEVINS pDevIns, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDEV pfnHandler)
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFInfo.cpp289 PFNDBGFHANDLERDEV pfnHandler, PPDMDEVINS pDevIns)
H A DPDMDevHlp.cpp1022 static DECLCALLBACK(int) pdmR3DevHlp_DBGFInfoRegister(PPDMDEVINS pDevIns, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDEV pfnHandler)

Completed in 79 milliseconds