ReactOS 0.4.16-dev-122-g325d74c
|
Go to the source code of this file.
Classes | |
struct | _CSCAN_LIST_ENTRY |
Typedefs | |
typedef struct _CSCAN_LIST_ENTRY | CSCAN_LIST_ENTRY |
typedef struct _CSCAN_LIST_ENTRY * | PCSCAN_LIST_ENTRY |
typedef struct _CSCAN_LIST_ENTRY CSCAN_LIST_ENTRY |
typedef struct _CSCAN_LIST_ENTRY * PCSCAN_LIST_ENTRY |
_IRQL_requires_max_ | ( | PASSIVE_LEVEL | ) |
Definition at line 956 of file obsolete.c.
Definition at line 505 of file obsolete.c.
VOID ClassFreeOrReuseSrb | ( | IN PFUNCTIONAL_DEVICE_EXTENSION | FdoExtension, |
IN __drv_freesMem(mem) PSCSI_REQUEST_BLOCK | Srb | ||
) |
Definition at line 882 of file obsolete.c.
Referenced by _Success_(), ClassIoComplete(), ClassIoCompleteAssociated(), and ClasspEjectionControl().
VOID ClassInsertCScanList | ( | IN PCSCAN_LIST | List, |
IN PIRP | Irp, | ||
IN ULONGLONG | BlockNumber, | ||
IN BOOLEAN | LowPriority | ||
) |
Definition at line 828 of file obsolete.c.
Definition at line 111 of file obsolete.c.
Referenced by RetryRequest().
VOID ClasspBuildRequestEx | ( | _In_ PFUNCTIONAL_DEVICE_EXTENSION | FdoExtension, |
_In_ PIRP | Irp, | ||
_In_ __drv_aliasesMem PSCSI_REQUEST_BLOCK | Srb | ||
) |
Definition at line 537 of file obsolete.c.
Referenced by ClassBuildRequest().
VOID ClasspInitializeCScanList | ( | IN PCSCAN_LIST | List | ) |
Definition at line 1062 of file obsolete.c.
VOID ClasspInsertCScanList | ( | IN PLIST_ENTRY | ListHead, |
IN PCSCAN_LIST_ENTRY | Entry | ||
) |
Definition at line 783 of file obsolete.c.
Referenced by ClassInsertCScanList().
VOID ClasspStartNextSweep | ( | PCSCAN_LIST | List | ) |
Definition at line 1072 of file obsolete.c.
Referenced by ClassRemoveCScanList().
PIRP ClassRemoveCScanList | ( | IN PCSCAN_LIST | List | ) |
Definition at line 1109 of file obsolete.c.
Definition at line 61 of file obsolete.c.
VOID RetryRequest | ( | PDEVICE_OBJECT | DeviceObject, |
PIRP | Irp, | ||
PSCSI_REQUEST_BLOCK | Srb, | ||
BOOLEAN | Associated, | ||
LONGLONG | TimeDelta100ns | ||
) |
Definition at line 359 of file obsolete.c.
Referenced by ClassIoComplete(), ClassIoCompleteAssociated(), and ClassReadDriveCapacity().