ReactOS 0.4.16-dev-306-g647d351
|
#include "classp.h"
Go to the source code of this file.
Functions | |
PVOID | DefaultStorageRequestBlockAllocateRoutine (_In_ CLONG ByteSize) |
NTSTATUS | pInitializeStorageRequestBlock (_Inout_bytecount_(ByteSize) PSTORAGE_REQUEST_BLOCK Srb, _In_ USHORT AddressType, _In_ ULONG ByteSize, _In_ ULONG NumSrbExData, _In_ va_list ap) |
NTSTATUS | InitializeStorageRequestBlock (_Inout_bytecount_(ByteSize) PSTORAGE_REQUEST_BLOCK Srb, _In_ USHORT AddressType, _In_ ULONG ByteSize, _In_ ULONG NumSrbExData,...) |
NTSTATUS | CreateStorageRequestBlock (_Inout_ PSTORAGE_REQUEST_BLOCK *Srb, _In_ USHORT AddressType, _In_opt_ PSRB_ALLOCATE_ROUTINE AllocateRoutine, _Inout_opt_ ULONG *ByteSize, _In_ ULONG NumSrbExData,...) |
NTSTATUS CreateStorageRequestBlock | ( | _Inout_ PSTORAGE_REQUEST_BLOCK * | Srb, |
_In_ USHORT | AddressType, | ||
_In_opt_ PSRB_ALLOCATE_ROUTINE | AllocateRoutine, | ||
_Inout_opt_ ULONG * | ByteSize, | ||
_In_ ULONG | NumSrbExData, | ||
... | |||
) |
Definition at line 249 of file srblib.c.
Referenced by __drv_allocatesMem(), and InitializeTransferPackets().
Definition at line 28 of file srblib.c.
Referenced by __drv_allocatesMem(), and InitializeTransferPackets().
NTSTATUS InitializeStorageRequestBlock | ( | _Inout_bytecount_(ByteSize) PSTORAGE_REQUEST_BLOCK | Srb, |
_In_ USHORT | AddressType, | ||
_In_ ULONG | ByteSize, | ||
_In_ ULONG | NumSrbExData, | ||
... | |||
) |
Definition at line 206 of file srblib.c.
Referenced by ClassDeviceControl(), ClassGetLBProvisioningLogPage(), ClasspBuildRequestEx(), ClasspCleanupProtectedLocks(), ClasspDeviceGetBlockLimitsVPDPage(), ClasspDeviceGetLBProvisioningVPDPage(), ClasspEjectionControl(), ClasspGetBlockDeviceTokenLimitsInfo(), ClasspGetInquiryVpdSupportInfo(), ClasspInterpretGesnData(), ClassPnpStartDevice(), ClasspPowerDownCompletion(), ClasspPowerHandler(), ClasspPowerUpCompletion(), ClasspPrepareMcnIrp(), ClassReadCapacity16(), ClassSendStartUnit(), and DeviceProcessDsmTrimRequest().
NTSTATUS pInitializeStorageRequestBlock | ( | _Inout_bytecount_(ByteSize) PSTORAGE_REQUEST_BLOCK | Srb, |
_In_ USHORT | AddressType, | ||
_In_ ULONG | ByteSize, | ||
_In_ ULONG | NumSrbExData, | ||
_In_ va_list | ap | ||
) |
Definition at line 52 of file srblib.c.
Referenced by CreateStorageRequestBlock(), and InitializeStorageRequestBlock().