|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "atapi.h"
Go to the source code of this file.
| PCHAR AtaCopyIdStringSafe | ( | _Out_writes_bytes_all_(MaxLength) PCHAR | Destination, |
| _In_reads_bytes_(MaxLength) PUCHAR | Source, | ||
| _In_ ULONG | MaxLength, | ||
| _In_ CHAR | DefaultCharacter | ||
| ) |
Definition at line 35 of file enum.c.
Referenced by AtaCreateAtapiStandardInquiryData(), AtaPdoFillIdentificationStrings(), and AtaPdoQueryId().
| PUCHAR AtaCopyIdStringUnsafe | ( | _Out_writes_bytes_all_(Length) PUCHAR | Destination, |
| _In_reads_bytes_(Length) PUCHAR | Source, | ||
| _In_ ULONG | Length | ||
| ) |
Definition at line 15 of file enum.c.
Referenced by AtaCreateStandardInquiryData(), AtaDeviceIsXboxDrive(), AtaReqScsiInquiryDeviceIdentifiers(), and AtaReqScsiInquirySerialNumber().
|
static |
Definition at line 267 of file enum.c.
Referenced by AtaPdoInit().
|
static |
Definition at line 293 of file enum.c.
Referenced by AtaPdoInit().
| VOID AtaDeviceSetAddressingMode | ( | _In_ PATAPORT_DEVICE_EXTENSION | DevExt | ) |
Definition at line 182 of file enum.c.
Referenced by AtaPdoInit(), and AtaReqCompleteReadCapacity().
|
static |
Definition at line 416 of file enum.c.
Referenced by AtaFdoQueryBusRelations().
|
static |
Definition at line 515 of file enum.c.
Referenced by AtaFdoQueryBusRelations().
| NTSTATUS AtaFdoQueryBusRelations | ( | _In_ PATAPORT_CHANNEL_EXTENSION | ChanExt, |
| _In_ PIRP | Irp | ||
| ) |
Definition at line 566 of file enum.c.
Referenced by AtaFdoPnp().
|
static |
Definition at line 378 of file enum.c.
Referenced by AtaFdoEnumeratePort().
|
static |
Definition at line 396 of file enum.c.
Referenced by AtaFdoEnumeratePort().
|
static |
Definition at line 104 of file enum.c.
Referenced by AtaPdoInit().
|
static |
Definition at line 311 of file enum.c.
Referenced by AtaFdoEnumeratePort().
| VOID AtaSwapIdString | ( | _Inout_updates_bytes_(WordCount *sizeof(USHORT)) PVOID | Buffer, |
| _In_range_(>, 0) ULONG | WordCount | ||
| ) |
Definition at line 64 of file enum.c.
Referenced by AtaCreateAtapiStandardInquiryData(), and AtaPdoFillIdentificationStrings().
Definition at line 83 of file enum.c.
Referenced by AtaPdoFillIdentificationStrings().