ReactOS 0.4.16-dev-38-g96c65e9
|
#include <ntddk.h>
#include "atapi.h"
#include <ntddscsi.h>
#include <ntdddisk.h>
#include <ntddstor.h>
#include <debug.h>
Go to the source code of this file.
Classes | |
struct | _HW_DEVICE_EXTENSION |
struct | _HW_LU_EXTENSION |
Typedefs | |
typedef struct _HW_DEVICE_EXTENSION | HW_DEVICE_EXTENSION |
typedef struct _HW_DEVICE_EXTENSION * | PHW_DEVICE_EXTENSION |
typedef struct _HW_LU_EXTENSION | HW_LU_EXTENSION |
typedef struct _HW_LU_EXTENSION * | PHW_LU_EXTENSION |
typedef struct _HW_LU_EXTENSION HW_LU_EXTENSION |
typedef struct _HW_DEVICE_EXTENSION * PHW_DEVICE_EXTENSION |
typedef struct _HW_LU_EXTENSION * PHW_LU_EXTENSION |
Definition at line 3360 of file atapi.c.
Referenced by AtapiInterrupt().
Definition at line 3411 of file atapi.c.
Referenced by AtapiCallBack(), and AtapiInterrupt().
ULONG NTAPI AtapiFindController | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | Context, | ||
IN PVOID | BusInformation, | ||
IN PCHAR | ArgumentString, | ||
IN OUT PPORT_CONFIGURATION_INFORMATION | ConfigInfo, | ||
OUT PBOOLEAN | Again | ||
) |
Definition at line 2106 of file atapi.c.
Referenced by AtapiFindPCIController(), and DriverEntry().
ULONG NTAPI AtapiFindNativeModeController | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | Context, | ||
IN PVOID | BusInformation, | ||
IN PCHAR | ArgumentString, | ||
IN OUT PPORT_CONFIGURATION_INFORMATION | ConfigInfo, | ||
OUT PBOOLEAN | Again | ||
) |
Definition at line 2712 of file atapi.c.
Referenced by DriverEntry().
ULONG NTAPI AtapiFindPCIController | ( | IN PVOID | HwDeviceExtension, |
IN PVOID | Context, | ||
IN PVOID | BusInformation, | ||
IN PCHAR | ArgumentString, | ||
IN OUT PPORT_CONFIGURATION_INFORMATION | ConfigInfo, | ||
OUT PBOOLEAN | Again | ||
) |
Definition at line 3014 of file atapi.c.
Referenced by DriverEntry().
Definition at line 6396 of file atapi.c.
Referenced by AtapiFindNativeModeController(), and FindBrokenController().
Definition at line 1282 of file atapi.c.
Referenced by AtapiResetController(), and DriverEntry().
VOID NTAPI AtapiHwInitializeChanger | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | TargetId, | ||
IN PMECHANICAL_STATUS_INFORMATION_HEADER | MechanismStatus | ||
) |
Definition at line 1469 of file atapi.c.
Referenced by AtapiInterrupt(), and AtapiSendCommand().
Definition at line 3484 of file atapi.c.
Referenced by AtapiCallBack(), and DriverEntry().
Definition at line 1852 of file atapi.c.
Referenced by AtapiFindController(), AtapiFindIsaController(), and AtapiReadArgumentString().
Definition at line 733 of file atapi.c.
Referenced by AtapiInterrupt(), AtapiStartIo(), and DriverEntry().
Definition at line 4981 of file atapi.c.
Referenced by AtapiInterrupt(), AtapiSendCommand(), and AtapiStartIo().
Definition at line 5811 of file atapi.c.
Referenced by DriverEntry().
Definition at line 6381 of file atapi.c.
Referenced by BuildMechanismStatusSrb(), BuildRequestSenseSrb(), DriverEntry(), and Scsi2Atapi().
PSCSI_REQUEST_BLOCK NTAPI BuildMechanismStatusSrb | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | PathId, | ||
IN ULONG | TargetId | ||
) |
Definition at line 6447 of file atapi.c.
Referenced by AtapiInterrupt(), and AtapiSendCommand().
PSCSI_REQUEST_BLOCK NTAPI BuildRequestSenseSrb | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | PathId, | ||
IN ULONG | TargetId | ||
) |
Definition at line 6493 of file atapi.c.
Referenced by AtapiInterrupt().
Definition at line 6177 of file atapi.c.
BOOLEAN NTAPI FindBrokenController | ( | IN PVOID | DeviceExtension, |
IN PUCHAR | VendorID, | ||
IN ULONG | VendorIDLength, | ||
IN PUCHAR | DeviceID, | ||
IN ULONG | DeviceIDLength, | ||
IN OUT PULONG | FunctionNumber, | ||
IN OUT PULONG | SlotNumber, | ||
IN ULONG | BusNumber, | ||
OUT PBOOLEAN | LastSlot | ||
) |
Definition at line 2575 of file atapi.c.
Referenced by AtapiFindPCIController().
Definition at line 1489 of file atapi.c.
Definition at line 5737 of file atapi.c.
Referenced by IdeSendCommand().
Definition at line 5655 of file atapi.c.
Referenced by AtapiHwInitialize().
Definition at line 4499 of file atapi.c.
Referenced by IdeSendCommand().
Definition at line 5336 of file atapi.c.
Referenced by AtapiStartIo().
Definition at line 4343 of file atapi.c.
Referenced by AtapiStartIo().
Definition at line 4743 of file atapi.c.
Referenced by IdeSendCommand().
BOOLEAN NTAPI IssueIdentify | ( | IN PVOID | HwDeviceExtension, |
IN ULONG | DeviceNumber, | ||
IN ULONG | Channel, | ||
IN UCHAR | Command | ||
) |
Definition at line 251 of file atapi.c.