/reactos/sdk/lib/drivers/wdf/shared/object/ |
H A D | fxvalidatefunctions.cpp | 171 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 D | fxdevicebase.cpp | 109 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 D | fxfileobject.cpp | 513 __in WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraints() argument 536 return GetDevice()->m_PkgGeneral->GetConstraintsHelper(ExecutionLevel, SynchronizationScope); in GetConstraints()
|
H A D | fxdriver.cpp | 615 if (DriverAttributes->SynchronizationScope != in ConfigureConstraints() 617 m_SynchronizationScope = DriverAttributes->SynchronizationScope; in ConfigureConstraints()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxdriver.hpp | 284 __out WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraints() argument 291 if (SynchronizationScope != NULL) { in GetConstraints() 292 *SynchronizationScope = m_SynchronizationScope; in GetConstraints()
|
H A D | ifxhascallbacks.hpp | 59 __out WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
|
H A D | fxfileobject.hpp | 220 __in WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
|
H A D | fxpkggeneral.hpp | 213 __out_opt WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
|
H A D | fxioqueue.hpp | 1050 __out WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope in GetConstraints() argument 1057 if (SynchronizationScope != NULL) { in GetConstraints() 1058 *SynchronizationScope = m_SynchronizationScope; in GetConstraints()
|
H A D | fxdevice.hpp | 153 __out_opt WDF_SYNCHRONIZATION_SCOPE* SynchronizationScope
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/general/ |
H A D | fxpkggeneral.cpp | 340 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 D | wdfobject.h | 125 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member 154 Attributes->SynchronizationScope = WdfSynchronizationScopeInheritFromParent; in WDF_OBJECT_ATTRIBUTES_INIT()
|
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/ |
H A D | wdf10.h | 1303 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf11.h | 1318 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf19.h | 1513 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf15.h | 1324 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf17.h | 1343 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf111.h | 1809 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf113.h | 1966 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf115.h | 1981 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
/reactos/drivers/storage/class/cdrom/ |
H A D | cdrom.c | 399 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 D | wdf20.h | 1879 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
H A D | wdf215.h | 1891 WDF_SYNCHRONIZATION_SCOPE SynchronizationScope; member
|
/reactos/sdk/lib/drivers/wdf/shared/irphandlers/io/ |
H A D | fxioqueue.cpp | 612 m_SynchronizationScope = ObjectAttributes->SynchronizationScope; in ConfigureConstraints()
|