Searched defs:CIDETCORE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet.h121 typedef int FNCIDETSETUPINOUT(struct CIDETCORE *pThis, bool fInvalid);
763 typedef struct CIDETCORE struct
807 DECLCALLBACKMEMBER(bool, pfnReInitDataBuf)(struct CIDETCORE *pThis, PCIDETBUF pBuf);
818 DECLCALLBACKMEMBER(bool, pfnSetupDataBuf)(struct CIDETCORE *pThis, PCIDETBUF pBuf, void const *pvSrc);
834 DECLCALLBACKMEMBER(bool, pfnIsBufEqual)(struct CIDETCORE *pThis, struct CIDETBUF *pBuf, void const *pvExpected);
845 DECLCALLBACKMEMBER(bool, pfnReInitCodeBuf)(struct CIDETCORE *pThis, PCIDETBUF pBuf);
855 DECLCALLBACKMEMBER(bool, pfnSetupCodeBuf)(struct CIDETCORE *pThis, PCIDETBUF pBuf, void const *pvInstr);
863 DECLCALLBACKMEMBER(bool, pfnExecute)(struct CIDETCORE *pThis);
872 DECLCALLBACKMEMBER(void, pfnFailure)(struct CIDETCORE *pThis, const char *pszFormat, va_list va);
1061 } CIDETCORE; typedef in typeref:struct:CIDETCORE
[all...]

Completed in 48 milliseconds