|
ReactOS 0.4.16-dev-2633-g8dc9e50
|
#include "atapi.h"
Go to the source code of this file.
|
static |
Definition at line 93 of file fdo.c.
Referenced by AtaFdoStartDevice().
|
static |
Definition at line 129 of file fdo.c.
Referenced by AtaFdoStartDevice().
|
static |
Definition at line 22 of file fdo.c.
Referenced by AtaFdoStartDevice().
|
static |
Definition at line 170 of file fdo.c.
Referenced by AtaFdoRemoveDevice().
|
static |
Definition at line 390 of file fdo.c.
Referenced by AtaFdoRemoveDevice(), and AtaFdoStopDevice().
| DECLSPEC_NOINLINE_FROM_PAGED VOID AtaFdoDeviceListInsert | ( | _In_ PATAPORT_CHANNEL_EXTENSION | ChanExt, |
| _In_ PATAPORT_DEVICE_EXTENSION | DevExt, | ||
| _In_ BOOLEAN | DoInsert | ||
| ) |
Definition at line 699 of file fdo.c.
Referenced by AtaFdoEnumeratePort(), and AtaPdoRemoveDevice().
| DECLSPEC_NOINLINE_FROM_PAGED PATAPORT_DEVICE_EXTENSION AtaFdoFindDeviceByPath | ( | _In_ PATAPORT_CHANNEL_EXTENSION | ChanExt, |
| _In_ ATA_SCSI_ADDRESS | AtaScsiAddress, | ||
| _In_ PVOID | ReferenceTag | ||
| ) |
Definition at line 614 of file fdo.c.
Referenced by AtaFdoEnumeratePort(), AtaFdoHandleScsiMiniport(), AtaFdoHandleScsiPassthrough(), AtaPdoHandleMiniportSmartVersion(), AtaPortSelectTimings(), and AtaStorageNotificationlDpc().
| DECLSPEC_NOINLINE_FROM_PAGED PATAPORT_DEVICE_EXTENSION AtaFdoFindNextDeviceByPath | ( | _In_ PATAPORT_CHANNEL_EXTENSION | ChanExt, |
| _Inout_ PATA_SCSI_ADDRESS | AtaScsiAddress, | ||
| _In_ BOOLEAN | SearchRemoveDev, | ||
| _In_ PVOID | ReferenceTag | ||
| ) |
Definition at line 654 of file fdo.c.
Referenced by AtaFdoHandleGetScsiInquiryData(), AtaFdoInitializeDeviceRelations(), AtaFdoQueryBusRelations(), AtaFdoRemoveDevice(), AtaPortEnterStateMachine(), AtaPortEnumeratePort(), AtaPortExitStateMachine(), and AtaPortOnResetNotification().
| NTSTATUS AtaFdoPnp | ( | _In_ PATAPORT_CHANNEL_EXTENSION | ChanExt, |
| _Inout_ PIRP | Irp | ||
| ) |
Definition at line 510 of file fdo.c.
Referenced by AtaDispatchPnp().
|
static |
Definition at line 424 of file fdo.c.
Referenced by AtaFdoPnp().
|
static |
Definition at line 193 of file fdo.c.
Referenced by AtaFdoRemoveDevice().
| NTSTATUS AtaFdoStartDevice | ( | _In_ PATAPORT_CHANNEL_EXTENSION | ChanExt, |
| _In_ PCM_RESOURCE_LIST | ResourcesTranslated | ||
| ) |
Definition at line 229 of file fdo.c.
Referenced by AtaFdoPnp().
|
static |
Definition at line 407 of file fdo.c.
Referenced by AtaFdoPnp().
| DECLARE_PAGED_WSTRING | ( | AtapDevSymLinkFormat | , |
| L"\\Device\\ScsiPort%lu" | |||
| ) |
| DECLARE_PAGED_WSTRING | ( | AtapDosSymLinkFormat | , |
| L"\\DosDevices\\Scsi%lu:" | |||
| ) |