Home
last modified time | relevance | path

Searched refs:BufferPointer (Results 1 – 6 of 6) sorted by relevance

/reactos/subsystems/mvdm/ntvdm/dos/dos32krnl/
H A Ddevice.c98 Request.BufferPointer = Buffer; in DosDriverReadInternal()
117 Request.BufferPointer = Buffer; in DosDriverWriteInternal()
219 Request.BufferPointer = Buffer; in DosDriverDispatchOutputUntilBusy()
463 Request->BufferPointer, in DeviceInterruptBop()
476 Request->BufferPointer, in DeviceInterruptBop()
508 Request->BufferPointer, in DeviceInterruptBop()
520 Request->BufferPointer, in DeviceInterruptBop()
557 Request->BufferPointer, in DeviceInterruptBop()
H A Ddevice.h163 IN DWORD BufferPointer; member
173 IN DWORD BufferPointer; member
189 IN DWORD BufferPointer; member
/reactos/boot/environ/lib/mm/
H A Dheapalloc.c26 ULONG_PTR BufferPointer : ((8 * sizeof(ULONG_PTR)) - BL_HEAP_POINTER_FLAG_BITS);
71 return (PBL_FREE_HEAP_ENTRY)(Link.BufferPointer << BL_HEAP_POINTER_FLAG_BITS); in MmHapDecodeLink()
/reactos/sdk/include/ddk/
H A Dstorport.h2987 _Out_ PVOID *BufferPointer in StorPortAllocatePool() argument
2994 BufferPointer); in StorPortAllocatePool()
3001 _In_ PVOID BufferPointer) in StorPortFreePool() argument
3005 BufferPointer); in StorPortFreePool()
3012 _In_ PVOID BufferPointer, in StorPortAllocateMdl() argument
3018 BufferPointer, in StorPortAllocateMdl()
/reactos/drivers/filesystems/udfs/
H A Dprotos.h156 PVOID BufferPointer);
/reactos/drivers/storage/port/buslogic/
H A DBusLogic958.c1839BufferPointer, in BusLogic_QueueCommand()