Home
last modified time | relevance | path

Searched refs:ContextSize (Results 1 – 25 of 33) sorted by relevance

12

/reactos/drivers/network/afd/afd/
H A Dcontext.c19 UINT ContextSize = IrpSp->Parameters.DeviceIoControl.OutputBufferLength; in AfdGetContext() local
25 if( FCB->ContextSize < ContextSize ) ContextSize = FCB->ContextSize; in AfdGetContext()
30 ContextSize ); in AfdGetContext()
36 return UnlockAndMaybeComplete( FCB, Status, Irp, ContextSize ); in AfdGetContext()
57 &FCB->ContextSize, in AfdGetContextSize()
79 FCB->ContextSize = 0; in AfdSetContext()
88 FCB->ContextSize = IrpSp->Parameters.DeviceIoControl.InputBufferLength; in AfdSetContext()
92 FCB->ContextSize ); in AfdSetContext()
/reactos/sdk/lib/drivers/wdf/shared/object/
H A Dfxvalidatefunctions.cpp96 if (Attributes->ContextTypeInfo->ContextSize > 0 && in FxValidateObjectAttributes()
104 Attributes->ContextTypeInfo->ContextSize, in FxValidateObjectAttributes()
126 Attributes->ContextTypeInfo->ContextSize) { in FxValidateObjectAttributes()
132 Attributes->ContextTypeInfo->ContextSize, in FxValidateObjectAttributes()
H A Dhandleapi.cpp63 contextSize = Attributes->ContextTypeInfo->ContextSize; in FxGetContextSize()
77 __in size_t ContextSize, in FxCalculateObjectTotalSize2() argument
109 if (ContextSize != 0) { in FxCalculateObjectTotalSize2()
112 alignUp = ALIGN_UP(ContextSize, PVOID); in FxCalculateObjectTotalSize2()
117 if (alignUp < ContextSize) { in FxCalculateObjectTotalSize2()
139 RawObjectSize, ExtraSize, ContextSize, status); in FxCalculateObjectTotalSize2()
278 contextSize = Attributes->ContextTypeInfo->ContextSize; in FxContextHeaderInit()
/reactos/sdk/lib/drivers/hidparser/
H A Dcontext.c188 IN ULONG ContextSize) in HidParser_BuildCollectionContext() argument
197 CollectionContext->Size = ContextSize; in HidParser_BuildCollectionContext()
207 ASSERT(CollectionSize + sizeof(HID_COLLECTION_CONTEXT) == ContextSize); in HidParser_BuildCollectionContext()
H A Dparser.h344 IN ULONG ContextSize,
381 IN ULONG ContextSize);
H A Dparser.c1306 IN ULONG ContextSize, in HidParser_BuildContext() argument
1322 Context = AllocFunction(ContextSize); in HidParser_BuildContext()
1334 Status = HidParser_BuildCollectionContext(Collection, Context, ContextSize); in HidParser_BuildContext()
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/
H A Dfxmin.hpp157 size_t ContextSize; member
H A Dfxwmiinstance.hpp380 __in ULONG ContextSize in SetContextForQueryLength() argument
383 m_ContextLength = ContextSize; in SetContextForQueryLength()
H A Dfxhandle.h133 __in size_t ContextSize,
/reactos/sdk/include/reactos/drivers/fltmgr/
H A Dfltmgr_shared.h31 ULONG ContextSize; member
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/librarycommon/
H A Dfxlibrarycommon.cpp103 _WdfContextTypeTriageInfo.ContextSize = FIELD_OFFSET(WDF_OBJECT_CONTEXT_TYPE_INFO, ContextSize); in GetTriageInfo()
/reactos/ntoskrnl/ke/i386/
H A Dv86vdm.c620 ULONG ContextSize = FIELD_OFFSET(CONTEXT, ExtendedRegisters); in Ke386CallBios() local
644 RtlCopyMemory(&VdmTib->VdmContext, Context, ContextSize); in Ke386CallBios()
693 RtlCopyMemory(Context, &VdmTib->VdmContext, ContextSize); in Ke386CallBios()
/reactos/sdk/lib/drivers/wdf/kmdf/src/librarycommon/
H A Dfxlibrarycommon.cpp97 _WdfContextTypeTriageInfo.ContextSize = FIELD_OFFSET(WDF_OBJECT_CONTEXT_TYPE_INFO, ContextSize); in GetTriageInfo()
/reactos/ntoskrnl/fstub/
H A Dhalstub.c209 IN ULONG ContextSize, in xHalRegisterBusHandler() argument
/reactos/sdk/include/ndk/
H A Dhaltypes.h66 _In_ ULONG ContextSize,
/reactos/ntoskrnl/include/internal/
H A Dhal.h172 IN ULONG ContextSize,
/reactos/sdk/include/wdf/kmdf/1.17/
H A Dwdfobject.h199 size_t ContextSize; member
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/
H A Dwdf111.h1848 size_t ContextSize; member
2331 ULONG ContextSize; member
H A Dwdf113.h2005 size_t ContextSize; member
2499 ULONG ContextSize; member
H A Dwdf115.h2020 size_t ContextSize; member
2514 ULONG ContextSize; member
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/inc/private/
H A Dwdf20.h1918 size_t ContextSize; member
2412 ULONG ContextSize; member
H A Dwdf215.h1930 size_t ContextSize; member
2424 ULONG ContextSize; member
/reactos/drivers/network/afd/include/
H A Dafd.h188 UINT ContextSize; member
/reactos/sdk/lib/drivers/wdf/kmdf/src/irphandlers/wmi/
H A Dfxwmiinstance.cpp242 contextSize = InstanceAttributes->ContextTypeInfo->ContextSize; in _Create()
/reactos/drivers/ksfilter/ks/
H A Dpin.c1548 IN ULONG ContextSize, in KsStreamPointerClone() argument
1558 …ontextSize %p CloneStreamPointer %p\n", StreamPointer, CancelCallback, ContextSize, CloneStreamPoi… in KsStreamPointerClone()
1564 Size = sizeof(KSISTREAM_POINTER) + ContextSize; in KsStreamPointerClone()
1596 if (ContextSize) in KsStreamPointerClone()

12