Lines Matching defs:PCIDETAPP
128 typedef CIDETAPP *PCIDETAPP;
130 typedef PCIDETAPP *PPCIDETAPP;
140 static PCIDETAPP volatile g_pExecutingThis;
192 PCIDETAPP pThis = g_pExecutingThis;
431 PCIDETAPP pThis = g_pExecutingThis;
565 static int cidetAppAllocateAndConfigureOneBuffer(PCIDETAPP pThis, PCIDETAPPBUF pBuf, uint16_t idxBuf, bool fIsCode,
673 static bool CidetAppArmBuf(PCIDETAPP pThis, PCIDETAPPBUF pAppBuf)
693 static bool CidetAppDearmBuf(PCIDETAPP pThis, PCIDETAPPBUF pAppBuf)
712 PCIDETAPP pThisApp = (PCIDETAPP)pThis;
766 PCIDETAPP pThisApp = (PCIDETAPP)pThis;
790 PCIDETAPP pThisApp = (PCIDETAPP)pThis;
834 PCIDETAPP pThisApp = (PCIDETAPP)pThis;
888 PCIDETAPP pThisApp = (PCIDETAPP)pThis;
1064 g_pExecutingThis = (PCIDETAPP)pThis;
1068 CidetAppExecute(&((PCIDETAPP)pThis)->ExecuteCtx, &pThis->InCtx);
1076 CidetAppExecute(&((PCIDETAPP)pThis)->ExecuteCtx, &pThis->InCtx);
1112 static int cidetAppAllocateAndConfigureBuffers(PCIDETAPP pThis)
1156 PCIDETAPP pThis = (PCIDETAPP)RTMemAlloc(sizeof(*pThis));
1231 static void CidetAppDestroy(PCIDETAPP pThis)
1245 static void CidetAppTestBunch(PCIDETAPP pThis, PCCIDETINSTR paInstructions, uint32_t cInstructions, const char *pszBunchName)
1350 PCIDETAPP pThis;