ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS | PortCreatePdo (_In_ PFDO_DEVICE_EXTENSION FdoDeviceExtension, _In_ ULONG Bus, _In_ ULONG Target, _In_ ULONG Lun, _Out_ PPDO_DEVICE_EXTENSION *PdoDeviceExtension) |
NTSTATUS | PortDeletePdo (_In_ PPDO_DEVICE_EXTENSION PdoExtension) |
NTSTATUS NTAPI | PortPdoScsi (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp) |
NTSTATUS NTAPI | PortPdoPnp (_In_ PDEVICE_OBJECT DeviceObject, _In_ PIRP Irp) |
NTSTATUS PortCreatePdo | ( | _In_ PFDO_DEVICE_EXTENSION | FdoDeviceExtension, |
_In_ ULONG | Bus, | ||
_In_ ULONG | Target, | ||
_In_ ULONG | Lun, | ||
_Out_ PPDO_DEVICE_EXTENSION * | PdoDeviceExtension | ||
) |
Definition at line 19 of file pdo.c.
Referenced by PortFdoScanBus().
NTSTATUS PortDeletePdo | ( | _In_ PPDO_DEVICE_EXTENSION | PdoExtension | ) |
Definition at line 87 of file pdo.c.
Referenced by PortFdoScanBus().
Definition at line 135 of file pdo.c.
Referenced by PortDispatchPnp().
Definition at line 120 of file pdo.c.
Referenced by PortDispatchScsi().