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

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv-dtrace.cpp442 PVTGPROBELOC32 pProbeLocEn = (PVTGPROBELOC32)( (uintptr_t)pProv->pvProbeLocsEn + idxProbeLoc * pProv->cbProbeLocsEn); local
449 if (!pProbeLocEn->fEnabled)
451 pProbeLocEn->fEnabled = 1;
465 pProbeLocEn->fEnabled = 1;
487 PVTGPROBELOC32 pProbeLocEn = (PVTGPROBELOC32)( (uintptr_t)pProv->pvProbeLocsEn + idxProbeLoc * pProv->cbProbeLocsEn); local
494 if (pProbeLocEn->fEnabled)
496 pProbeLocEn->fEnabled = 0;
510 pProbeLocEn->fEnabled = 0;
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp1503 PVTGPROBELOC32 pProbeLocEn = (PVTGPROBELOC32)( (uintptr_t)pProv->pvProbeLocsEn + idxProbeLoc * pProv->cbProbeLocsEn); local
1510 if (!pProbeLocEn->fEnabled)
1512 pProbeLocEn->fEnabled = 1;
1526 pProbeLocEn->fEnabled = 1;
1548 PVTGPROBELOC32 pProbeLocEn = (PVTGPROBELOC32)( (uintptr_t)pProv->pvProbeLocsEn + idxProbeLoc * pProv->cbProbeLocsEn); local
1555 if (pProbeLocEn->fEnabled)
1557 pProbeLocEn->fEnabled = 0;
1571 pProbeLocEn->fEnabled = 0;

Completed in 38 milliseconds