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

/vbox/src/VBox/VMM/include/
H A DDBGFInternal.h133 PFNDBGFHANDLERDRV pfnHandler;
/vbox/include/VBox/vmm/
H A Dpdmdrv.h1012 DECLR3CALLBACKMEMBER(int, pfnDBGFInfoRegister,(PPDMDRVINS pDrvIns, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDRV pfnHandler));
1579 DECLINLINE(int) PDMDrvHlpDBGFInfoRegister(PPDMDRVINS pDrvIns, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDRV pfnHandler)
1587 DECLINLINE(int) PDMDrvHlpDBGFInfoDeregister(PPDMDRVINS pDrvIns, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDRV pfnHandler)
H A Ddbgf.h492 typedef FNDBGFHANDLERDRV *PFNDBGFHANDLERDRV; typedef
524 VMMR3_INT_DECL(int) DBGFR3InfoRegisterDriver(PVM pVM, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDRV pfnHandler, PPDMDRVINS pDrvIns);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFInfo.cpp327 VMMR3_INT_DECL(int) DBGFR3InfoRegisterDriver(PVM pVM, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDRV pfnHandler, PPDMDRVINS pDrvIns)
H A DPDMDriver.cpp1352 static DECLCALLBACK(int) pdmR3DrvHlp_DBGFInfoRegister(PPDMDRVINS pDrvIns, const char *pszName, const char *pszDesc, PFNDBGFHANDLERDRV pfnHandler)

Completed in 67 milliseconds