/reactos/drivers/network/afd/afd/ |
H A D | context.c | 19 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 D | fxvalidatefunctions.cpp | 96 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 D | handleapi.cpp | 63 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 D | context.c | 188 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 D | parser.h | 344 IN ULONG ContextSize, 381 IN ULONG ContextSize);
|
H A D | parser.c | 1306 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 D | fxmin.hpp | 157 size_t ContextSize; member
|
H A D | fxwmiinstance.hpp | 380 __in ULONG ContextSize in SetContextForQueryLength() argument 383 m_ContextLength = ContextSize; in SetContextForQueryLength()
|
H A D | fxhandle.h | 133 __in size_t ContextSize,
|
/reactos/sdk/include/reactos/drivers/fltmgr/ |
H A D | fltmgr_shared.h | 31 ULONG ContextSize; member
|
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/librarycommon/ |
H A D | fxlibrarycommon.cpp | 103 _WdfContextTypeTriageInfo.ContextSize = FIELD_OFFSET(WDF_OBJECT_CONTEXT_TYPE_INFO, ContextSize); in GetTriageInfo()
|
/reactos/ntoskrnl/ke/i386/ |
H A D | v86vdm.c | 620 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 D | fxlibrarycommon.cpp | 97 _WdfContextTypeTriageInfo.ContextSize = FIELD_OFFSET(WDF_OBJECT_CONTEXT_TYPE_INFO, ContextSize); in GetTriageInfo()
|
/reactos/ntoskrnl/fstub/ |
H A D | halstub.c | 209 IN ULONG ContextSize, in xHalRegisterBusHandler() argument
|
/reactos/sdk/include/ndk/ |
H A D | haltypes.h | 66 _In_ ULONG ContextSize,
|
/reactos/ntoskrnl/include/internal/ |
H A D | hal.h | 172 IN ULONG ContextSize,
|
/reactos/sdk/include/wdf/kmdf/1.17/ |
H A D | wdfobject.h | 199 size_t ContextSize; member
|
/reactos/sdk/lib/drivers/wdf/kmdf/inc/private/ |
H A D | wdf111.h | 1848 size_t ContextSize; member 2331 ULONG ContextSize; member
|
H A D | wdf113.h | 2005 size_t ContextSize; member 2499 ULONG ContextSize; member
|
H A D | wdf115.h | 2020 size_t ContextSize; member 2514 ULONG ContextSize; member
|
/reactos/sdk/lib/drivers/wdf/umdf/fxlib/inc/private/ |
H A D | wdf20.h | 1918 size_t ContextSize; member 2412 ULONG ContextSize; member
|
H A D | wdf215.h | 1930 size_t ContextSize; member 2424 ULONG ContextSize; member
|
/reactos/drivers/network/afd/include/ |
H A D | afd.h | 188 UINT ContextSize; member
|
/reactos/sdk/lib/drivers/wdf/kmdf/src/irphandlers/wmi/ |
H A D | fxwmiinstance.cpp | 242 contextSize = InstanceAttributes->ContextTypeInfo->ContextSize; in _Create()
|
/reactos/drivers/ksfilter/ks/ |
H A D | pin.c | 1548 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()
|