Home
last modified time | relevance | path

Searched refs:GetNextEntry (Results 1 – 11 of 11) sorted by relevance

/reactos/sdk/lib/drivers/wdf/kmdf/src/support/
H A Dfxrelateddevicelist.cpp49 FxRelatedDeviceList::GetNextEntry( in GetNextEntry() function in FxRelatedDeviceList
62 pReturn = FxSpinLockTransactionedList::GetNextEntry(pEntry); in GetNextEntry()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/um/
H A Dfxrelateddevicelistum.cpp51 FxRelatedDeviceList::GetNextEntry( in GetNextEntry() function in FxRelatedDeviceList
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxrelateddevicelist.hpp48 GetNextEntry(
H A Dfxtransactionedlist.hpp120 GetNextEntry(
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/pnp/
H A Dfxpkgpnp.cpp810 while (pList != NULL && (ple = pList->GetNextEntry(ple)) != NULL) { in HandleQueryBusRelations()
853 while (pList != NULL && (ple = pList->GetNextEntry(ple)) != NULL) { in HandleQueryBusRelations()
1054 for (entry = NULL; (entry = List->GetNextEntry(entry)) != NULL; count++) { in HandleQueryDeviceRelations()
1142 (entry = List->GetNextEntry(entry)) != NULL; in HandleQueryDeviceRelations()
4054 while ((pDependent = m_UsageDependentDeviceList->GetNextEntry(pDependent)) != NULL) { in PnpDeviceUsageNotification()
4119 while ((pDependent = m_UsageDependentDeviceList->GetNextEntry(pDependent)) != NULL) { in PnpDeviceUsageNotification()
4301 … while ((pDependent = m_UsageDependentDeviceList->GetNextEntry(pDependent)) != NULL) { in PnpDeviceUsageNotification()
4843 while ((pEntry = m_RemovalDeviceList->GetNextEntry(NULL)) != NULL) { in ClearRemovalDevicesList()
5009 while ((ple = m_EnumInfo->m_ChildListList.GetNextEntry(ple)) != NULL) { in ChildListNotifyRemove()
6041 for (listEntry = m_DmaEnablerList->GetNextEntry(NULL); in NotifyResourceobjectsToReleaseResources()
[all …]
H A Dfxpkgpdo.cpp1914 while ((pEntry = m_EjectionDeviceList->GetNextEntry(NULL)) != NULL) { in ClearEjectionDevicesList()
H A Dpowerpolicystatemachine.cpp8031 while ((ple = m_EnumInfo->m_ChildListList.GetNextEntry(ple)) != NULL) { in PowerPolicyPostParentToD0ToChildren()
8140 while ((ple = m_EnumInfo->m_ChildListList.GetNextEntry(ple)) != NULL) { in PowerPolicyDisarmWakeFromSx()
H A Dpnpstatemachine.cpp3872 while ((ple = m_EnumInfo->m_ChildListList.GetNextEntry(ple)) != NULL) { in PnpEventSurpriseRemovePendingOverload()
H A Dpowerstatemachine.cpp3683 while ((ple = m_EnumInfo->m_ChildListList.GetNextEntry(ple)) != NULL) { in PowerDmaEnableAndScan()
/reactos/sdk/lib/drivers/wdf/shared/support/
H A Dfxtransactionedlist.cpp432 FxTransactionedList::GetNextEntry( in GetNextEntry() function in FxTransactionedList
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdevice.cpp1909 targetsList = m_IoTargetsList.GetNextEntry(targetsList); in SetFilterIoType()
1919 targetsList = m_IoTargetsList.GetNextEntry(targetsList); in SetFilterIoType()