Home
last modified time | relevance | path

Searched refs:SynchronizationScope (Results 1 – 24 of 24) sorted by relevance

/reactos/sdk/lib/drivers/wdf/shared/object/
H A Dfxvalidatefunctions.cpp171 if ((Attributes->SynchronizationScope == WdfSynchronizationScopeInvalid) || in FxValidateObjectAttributes()
172 (Attributes->SynchronizationScope > WdfSynchronizationScopeNone)) { in FxValidateObjectAttributes()
176 Attributes, Attributes->SynchronizationScope, in FxValidateObjectAttributes()
187 if ((Attributes->SynchronizationScope != WdfSynchronizationScopeInheritFromParent) && in FxValidateObjectAttributes()
188 (Attributes->SynchronizationScope != WdfSynchronizationScopeNone)) { in FxValidateObjectAttributes()
194 Attributes, Attributes->SynchronizationScope, in FxValidateObjectAttributes()
/reactos/sdk/lib/drivers/wdf/shared/core/
H A Dfxdevicebase.cpp109 m_SynchronizationScope = ObjectAttributes->SynchronizationScope; in ConfigureConstraints()
176 __out_opt WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraints() argument
183 if (SynchronizationScope != NULL) { in GetConstraints()
184 *SynchronizationScope = m_SynchronizationScope; in GetConstraints()
H A Dfxfileobject.cpp513 __in WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraints() argument
536 return GetDevice()->m_PkgGeneral->GetConstraintsHelper(ExecutionLevel, SynchronizationScope); in GetConstraints()
H A Dfxdriver.cpp615 if (DriverAttributes->SynchronizationScope != in ConfigureConstraints()
617 m_SynchronizationScope = DriverAttributes->SynchronizationScope; in ConfigureConstraints()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxdriver.hpp284 __out WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraints() argument
291 if (SynchronizationScope != NULL) { in GetConstraints()
292 *SynchronizationScope = m_SynchronizationScope; in GetConstraints()
H A Difxhascallbacks.hpp59 __out WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
H A Dfxfileobject.hpp220 __in WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
H A Dfxpkggeneral.hpp213 __out_opt WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
H A Dfxioqueue.hpp1050 __out WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraints() argument
1057 if (SynchronizationScope != NULL) { in GetConstraints()
1058 *SynchronizationScope = m_SynchronizationScope; in GetConstraints()
H A Dfxdevice.hpp153 __out_opt WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/general/
H A Dfxpkggeneral.cpp340 synchScope = fileObjInfo->Attributes.SynchronizationScope; in ConfigureConstraints()
674 attributes.SynchronizationScope = m_SynchronizationScope; in PostCreateDeviceInitialize()
918 attributes.SynchronizationScope = m_SynchronizationScope; in OnCreate()
966 attributes.SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in OnCreate()
1055 attributes.SynchronizationScope = WdfSynchronizationScopeNone; in OnCreate()
1100 attributes.SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in OnCreate()
2008 __out_opt WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraintsHelper() argument
2028 if (SynchronizationScope != NULL) { in GetConstraintsHelper()
2029 *SynchronizationScope = m_SynchronizationScope; in GetConstraintsHelper()
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfobject.h125 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
154 Attributes->SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in WDF_OBJECT_ATTRIBUTES_INIT()
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dwdf10.h1303 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf11.h1318 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf19.h1513 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf15.h1324 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf17.h1343 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf111.h1809 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf113.h1966 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf115.h1981 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
/reactos/drivers/storage/class/cdrom/
H A Dcdrom.c399 attributes.SynchronizationScope = WdfSynchronizationScopeNone; in DriverEvtDeviceAdd()
436 attributes.SynchronizationScope = WdfSynchronizationScopeNone; in DriverEvtDeviceAdd()
618 attributes.SynchronizationScope = WdfSynchronizationScopeNone; in DriverEvtDeviceAdd()
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/inc/private/
H A Dwdf20.h1879 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
H A Dwdf215.h1891 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/
H A Dfxioqueue.cpp612 m_SynchronizationScope = ObjectAttributes->SynchronizationScope; in ConfigureConstraints()