ReactOS 0.4.16-dev-329-g9223134
|
#include "stdafx.h"
Go to the source code of this file.
Functions | |
static NTSTATUS __stdcall | BadBlockQueryRoutine (IN PWSTR ValueName, IN ULONG ValueType, IN PVOID ValueData, IN ULONG ValueLength, IN PVOID Context, IN PVOID EntryContext) |
void NTAPI | InitBadBlocks (IN PHW_LU_EXTENSION LunExt) |
void NTAPI | ForgetBadBlocks (IN PHW_LU_EXTENSION LunExt) |
bool NTAPI | CheckIfBadBlock (IN PHW_LU_EXTENSION LunExt, IN ULONGLONG lba, IN ULONG count) |
Variables | |
LIST_ENTRY | BBList |
BOOLEAN | BBListInited = FALSE |
|
static |
Definition at line 52 of file id_badblock.cpp.
Referenced by InitBadBlocks().
Definition at line 251 of file id_badblock.cpp.
Referenced by AtaCommand48(), and UniataAhciSetupFIS_H2D().
void NTAPI ForgetBadBlocks | ( | IN PHW_LU_EXTENSION | LunExt | ) |
Definition at line 237 of file id_badblock.cpp.
Referenced by AtapiStartIo__().
void NTAPI InitBadBlocks | ( | IN PHW_LU_EXTENSION | LunExt | ) |
Definition at line 126 of file id_badblock.cpp.
Referenced by DriverEntry(), and IssueIdentify().
LIST_ENTRY BBList |
Definition at line 47 of file id_badblock.cpp.
Referenced by BadBlockQueryRoutine(), and InitBadBlocks().
Definition at line 48 of file id_badblock.cpp.
Referenced by BadBlockQueryRoutine(), and InitBadBlocks().