ReactOS 0.4.16-dev-340-g0540c21
|
#include <ntoskrnl.h>
#include <debug.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
NTSTATUS NTAPI | IoAllocateAdapterChannel (IN PADAPTER_OBJECT AdapterObject, IN PDEVICE_OBJECT DeviceObject, IN ULONG NumberOfMapRegisters, IN PDRIVER_CONTROL ExecutionRoutine, IN PVOID Context) |
Variables | |
POBJECT_TYPE | IoAdapterObjectType |
POBJECT_TYPE | IoDeviceHandlerObjectType |
ULONG | IoDeviceHandlerObjectSize |
NTSTATUS NTAPI IoAllocateAdapterChannel | ( | IN PADAPTER_OBJECT | AdapterObject, |
IN PDEVICE_OBJECT | DeviceObject, | ||
IN ULONG | NumberOfMapRegisters, | ||
IN PDRIVER_CONTROL | ExecutionRoutine, | ||
IN PVOID | Context | ||
) |
Definition at line 30 of file adapter.c.
Referenced by CreateDMA(), HalpInitDma(), IKsDevice_fnArbitrateAdapterChannel(), ReadWritePassive(), and ScsiPortStartIo().
POBJECT_TYPE IoAdapterObjectType |
Definition at line 18 of file adapter.c.
Referenced by HalpDmaAllocateChildAdapter(), IopCreateObjectTypes(), and TestObjectTypes().
POBJECT_TYPE IoDeviceHandlerObjectType |
Definition at line 19 of file adapter.c.
Referenced by TestObjectTypes().