|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "atapi.h"
Go to the source code of this file.
Macros | |
| #define | AtaVerifyInBuffer(IoStack, Length) ((IoStack)->Parameters.DeviceIoControl.InputBufferLength >= (Length)) |
| #define | AtaVerifyOutBuffer(IoStack, Length) ((IoStack)->Parameters.DeviceIoControl.OutputBufferLength >= (Length)) |
| #define AtaVerifyInBuffer | ( | IoStack, | |
| Length | |||
| ) | ((IoStack)->Parameters.DeviceIoControl.InputBufferLength >= (Length)) |
| #define AtaVerifyOutBuffer | ( | IoStack, | |
| Length | |||
| ) | ((IoStack)->Parameters.DeviceIoControl.OutputBufferLength >= (Length)) |
|
static |
Definition at line 25 of file ioctl.c.
Referenced by AtaFdoQueryStorageAdapterProperty(), AtaPdoQueryStorageAccessAlignmentProperty(), AtaPdoQueryStorageDeviceProperty(), AtaPdoQueryStorageDeviceSeekPenaltyProperty(), and AtaPdoQueryStorageDeviceTrimProperty().
Definition at line 932 of file ioctl.c.
Referenced by DriverEntry().
|
static |
Definition at line 860 of file ioctl.c.
Referenced by AtaDispatchDeviceControl().
|
static |
Definition at line 670 of file ioctl.c.
Referenced by AtaFdoDeviceControl().
|
static |
Definition at line 703 of file ioctl.c.
Referenced by AtaFdoDeviceControl().
|
static |
Definition at line 800 of file ioctl.c.
Referenced by AtaFdoDeviceControl().
|
static |
Definition at line 826 of file ioctl.c.
Referenced by AtaFdoDeviceControl().
|
static |
Definition at line 635 of file ioctl.c.
Referenced by AtaFdoDeviceControl().
|
static |
Definition at line 585 of file ioctl.c.
Referenced by AtaFdoHandleStorageQueryProperty().
|
static |
Definition at line 507 of file ioctl.c.
Referenced by AtaDispatchDeviceControl().
|
static |
Definition at line 466 of file ioctl.c.
Referenced by AtaPdoDeviceControl().
|
static |
Definition at line 296 of file ioctl.c.
Referenced by AtaPdoDeviceControl().
|
static |
Definition at line 415 of file ioctl.c.
Referenced by AtaFdoHandleScsiMiniport(), and AtaPdoDeviceControl().
|
static |
Definition at line 484 of file ioctl.c.
Referenced by AtaFdoHandleScsiPassthrough(), and AtaPdoDeviceControl().
|
static |
Definition at line 400 of file ioctl.c.
Referenced by AtaPdoDeviceControl().
|
static |
Definition at line 247 of file ioctl.c.
Referenced by AtaPdoDeviceControl().
|
static |
Definition at line 148 of file ioctl.c.
Referenced by AtaPdoHandleStorageQueryProperty().
|
static |
Definition at line 84 of file ioctl.c.
Referenced by AtaPdoHandleStorageQueryProperty().
|
static |
Definition at line 187 of file ioctl.c.
Referenced by AtaPdoHandleStorageQueryProperty().
|
static |
Definition at line 219 of file ioctl.c.
Referenced by AtaPdoHandleStorageQueryProperty().
|
static |
Definition at line 330 of file ioctl.c.
Referenced by AtaPdoHandleScsiMiniport().