Searched refs:FxValidateObjectAttributesForParentHandle (Results 1 – 14 of 14) sorted by relevance
/reactos/sdk/lib/drivers/wdf/shared/core/ |
H A D | fxlookasidelistapi.cpp | 104 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle( in WDFEXPORT() 113 else if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle( in WDFEXPORT()
|
H A D | fxmemorybufferpreallocatedapi.cpp | 89 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL()
|
H A D | fxworkitemapi.cpp | 96 status = FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL()
|
H A D | fxtimerapi.cpp | 90 status = FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL()
|
H A D | fxmemorybufferapi.cpp | 98 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in WDFEXPORT()
|
/reactos/sdk/lib/drivers/wdf/shared/object/ |
H A D | fxuserobjectapi.cpp | 108 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | fxvalidatefunctions.hpp | 70 FxValidateObjectAttributesForParentHandle( in FxValidateObjectAttributesForParentHandle() function
|
/reactos/sdk/lib/drivers/wdf/shared/support/ |
H A D | fxwaitlockapi.cpp | 72 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle(fxDriverGlobals, in __drv_maxIRQL()
|
H A D | fxstringapi.cpp | 59 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL()
|
H A D | fxspinlockapi.cpp | 63 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle( in __drv_maxIRQL()
|
H A D | fxcollectionapi.cpp | 60 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle( in __drv_maxIRQL()
|
H A D | fxregistryapi.cpp | 98 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL() 214 if (NT_SUCCESS(FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL()
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/core/ |
H A D | fxdpcapi.cpp | 90 status = FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, in __drv_maxIRQL()
|
/reactos/sdk/lib/drivers/wdf/shared/targets/usb/ |
H A D | fxusbdevice.cpp | 2142 status = FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, Attributes); in CreateUrb() 2260 status = FxValidateObjectAttributesForParentHandle(pFxDriverGlobals, Attributes); in CreateIsochUrb()
|