Home
last modified time | relevance | path

Searched refs:WdfSynchronizationScopeInheritFromParent (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdevicebase.cpp49 m_SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in FxDeviceBase()
123 if (m_SynchronizationScope == WdfSynchronizationScopeInheritFromParent) { in ConfigureConstraints()
H A Dfxdriver.cpp616 WdfSynchronizationScopeInheritFromParent) { in ConfigureConstraints()
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfobject.h63 WdfSynchronizationScopeInheritFromParent, enumerator
154 Attributes->SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in WDF_OBJECT_ATTRIBUTES_INIT()
/reactos/sdk/lib/drivers/wdf/shared/object/
H A Dfxvalidatefunctions.cpp187 if ((Attributes->SynchronizationScope != WdfSynchronizationScopeInheritFromParent) && in FxValidateObjectAttributes()
H A Dfxobject.cpp1112 if (parentScope == WdfSynchronizationScopeInheritFromParent || in _GetEffectiveLock()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/general/
H A Dfxpkggeneral.cpp65 m_SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in FxPkgGeneral()
341 if (WdfSynchronizationScopeInheritFromParent == synchScope) { in ConfigureConstraints()
966 attributes.SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in OnCreate()
1100 attributes.SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in OnCreate()
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/
H A Dfxioqueue.cpp133 m_SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in FxIoQueue()
622 ASSERT(ParentScope != WdfSynchronizationScopeInheritFromParent); in ConfigureConstraints()
628 if (m_SynchronizationScope == WdfSynchronizationScopeInheritFromParent) { in ConfigureConstraints()