Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

iodata.c File Reference

#include "iop.h"

Go to the source code of this file.

Defines

#define CACHE_SIZE   128

Variables

KSPIN_LOCK IopCancelSpinLock
KSPIN_LOCK IopVpbSpinLock
KSPIN_LOCK IopDatabaseLock
ERESOURCE IopDatabaseResource
ERESOURCE IopSecurityResource
LIST_ENTRY IopDiskFileSystemQueueHead
LIST_ENTRY IopCdRomFileSystemQueueHead
LIST_ENTRY IopNetworkFileSystemQueueHead
LIST_ENTRY IopTapeFileSystemQueueHead
LIST_ENTRY IopBootDriverReinitializeQueueHead
LIST_ENTRY IopDriverReinitializeQueueHead
LIST_ENTRY IopNotifyShutdownQueueHead
LIST_ENTRY IopNotifyLastChanceShutdownQueueHead
LIST_ENTRY IopFsNotifyChangeQueueHead
NPAGED_LOOKASIDE_LIST IopCompletionLookasideList
NPAGED_LOOKASIDE_LIST IopLargeIrpLookasideList
NPAGED_LOOKASIDE_LIST IopSmallIrpLookasideList
NPAGED_LOOKASIDE_LIST IopMdlLookasideList
ULONG IopLargeIrpStackLocations
KSPIN_LOCK IopErrorLogLock
LIST_ENTRY IopErrorLogListHead
ULONG IopErrorLogAllocation
KSPIN_LOCK IopErrorLogAllocationLock
KSPIN_LOCK IopCompletionLock
IOP_HARD_ERROR_QUEUE IopHardError
PIOP_HARD_ERROR_PACKET IopCurrentHardError
KSPIN_LOCK IopTimerLock
LIST_ENTRY IopTimerQueueHead
KDPC IopTimerDpc
KTIMER IopTimer
ULONG IopTimerCount
POBJECT_TYPE IoAdapterObjectType
POBJECT_TYPE IoControllerObjectType
POBJECT_TYPE IoCompletionObjectType
POBJECT_TYPE IoDeviceObjectType
POBJECT_TYPE IoDriverObjectType
POBJECT_TYPE IoDeviceHandlerObjectType
POBJECT_TYPE IoFileObjectType
ULONG IoDeviceHandlerObjectSize
KSPIN_LOCK IoStatisticsLock
ULONG IoReadOperationCount
ULONG IoWriteOperationCount
ULONG IoOtherOperationCount
LARGE_INTEGER IoReadTransferCount
LARGE_INTEGER IoWriteTransferCount
LARGE_INTEGER IoOtherTransferCount
PDUMP_CONTROL_BLOCK IopDumpControlBlock
ULONG IopDumpControlBlockChecksum
KEVENT IopFastLockEvent
LONG IopUniqueDeviceObjectNumber
BOOLEAN IoRemoteBootClient
KEVENT IopLinkTrackingPortObject
LINK_TRACKING_PACKET IopLinkTrackingPacket
UCHAR IopPrePadding [CACHE_SIZE] = {0}
PIO_CALL_DRIVER pIofCallDriver = 0
PIO_COMPLETE_REQUEST pIofCompleteRequest = 0
PIO_ALLOCATE_IRP pIoAllocateIrp = 0
PIO_FREE_IRP pIoFreeIrp = 0
UCHAR IopPostPadding [CACHE_SIZE] = {0}
KSEMAPHORE IopRegistrySemaphore
PVOID IopLinkTrackingServiceObject
PKEVENT IopLinkTrackingServiceEvent
UCHAR IopQueryOperationLength []
UCHAR IopSetOperationLength []
UCHAR IopQuerySetAlignmentRequirement []
ULONG IopQueryOperationAccess []
ULONG IopSetOperationAccess []
UCHAR IopQueryFsOperationLength []
UCHAR IopSetFsOperationLength []
ULONG IopQueryFsOperationAccess []
ULONG IopSetFsOperationAccess []
UCHAR IopQuerySetFsAlignmentRequirement []
PVOID IopLoaderBlock = NULL
BOOLEAN IopRemoteBootCardInitialized = FALSE
WCHAR IopWstrRaw [] = L".Raw"
WCHAR IopWstrTranslated [] = L".Translated"
WCHAR IopWstrBusRaw [] = L".Bus.Raw"
WCHAR IopWstrBusTranslated [] = L".Bus.Translated"
WCHAR IopWstrOtherDrivers [] = L"OtherDrivers"
WCHAR IopWstrAssignedResources [] = L"AssignedSystemResources"
WCHAR IopWstrRequestedResources [] = L"RequestedSystemResources"
WCHAR IopWstrSystemResources [] = L"Control\\SystemResources"
WCHAR IopWstrReservedResources [] = L"ReservedResources"
WCHAR IopWstrAssignmentOrdering [] = L"AssignmentOrdering"
WCHAR IopWstrBusValues [] = L"BusValues"
UNICODE_STRING IoArcBootDeviceName = { 0 }
UNICODE_STRING IoArcHalDeviceName = { 0 }
PUCHAR IoLoaderArcBootDeviceName = NULL
WCHAR IopWstrHal [] = L"Hardware Abstraction Layer"
WCHAR IopWstrSystem [] = L"System Resources"
WCHAR IopWstrPhysicalMemory [] = L"Physical Memory"
WCHAR IopWstrSpecialMemory [] = L"Reserved"


Define Documentation

#define CACHE_SIZE   128
 

Definition at line 311 of file iodata.c.


Variable Documentation

POBJECT_TYPE IoAdapterObjectType
 

Definition at line 232 of file iodata.c.

Referenced by IopCreateObjectTypes().

UNICODE_STRING IoArcBootDeviceName = { 0 }
 

Definition at line 735 of file iodata.c.

Referenced by IoGetDumpStack(), and IopCreateArcNames().

UNICODE_STRING IoArcHalDeviceName = { 0 }
 

Definition at line 736 of file iodata.c.

Referenced by IopCreateArcNames().

POBJECT_TYPE IoCompletionObjectType
 

Definition at line 234 of file iodata.c.

Referenced by IopCreateObjectTypes(), NtCreateIoCompletion(), NtOpenIoCompletion(), NtQueryIoCompletion(), NtRemoveIoCompletion(), NtSetInformationFile(), NtSetInformationJobObject(), and NtSetIoCompletion().

POBJECT_TYPE IoControllerObjectType
 

Definition at line 233 of file iodata.c.

Referenced by IoCreateController(), and IopCreateObjectTypes().

ULONG IoDeviceHandlerObjectSize
 

Definition at line 239 of file iodata.c.

Referenced by IopCreateObjectTypes().

POBJECT_TYPE IoDeviceHandlerObjectType
 

Definition at line 237 of file iodata.c.

Referenced by IopCreateObjectTypes().

POBJECT_TYPE IoDeviceObjectType
 

Definition at line 235 of file iodata.c.

Referenced by IoCreateDevice(), IopCreateObjectTypes(), IovpReexamineAllStacks(), and ObpProcessDosDeviceSymbolicLink().

POBJECT_TYPE IoDriverObjectType
 

Definition at line 236 of file iodata.c.

Referenced by IoCreateDriver(), IopCreateObjectTypes(), IopGetLegacyVetoListDrivers(), IopInitializeAttributesAndCreateObject(), IopInitializeBuiltinDriver(), IopLoadDriver(), IopReferenceDriverObjectByName(), IoRegisterPlugPlayNotification(), and NtUnloadDriver().

POBJECT_TYPE IoFileObjectType
 

Definition at line 238 of file iodata.c.

PUCHAR IoLoaderArcBootDeviceName = NULL
 

Definition at line 737 of file iodata.c.

Referenced by IopCreateArcNames().

ULONG IoOtherOperationCount
 

Definition at line 252 of file iodata.c.

Referenced by IopUpdateOtherOperationCount(), and NtQuerySystemInformation().

LARGE_INTEGER IoOtherTransferCount
 

Definition at line 255 of file iodata.c.

Referenced by IopUpdateOtherTransferCount(), and NtQuerySystemInformation().

LIST_ENTRY IopBootDriverReinitializeQueueHead
 

Definition at line 121 of file iodata.c.

Referenced by IoInitSystem(), IopInitializeBootDrivers(), and IoRegisterBootDriverReinitialization().

KSPIN_LOCK IopCancelSpinLock
 

Definition at line 34 of file iodata.c.

Referenced by IoAcquireCancelSpinLock(), IoInitSystem(), and IoReleaseCancelSpinLock().

LIST_ENTRY IopCdRomFileSystemQueueHead
 

Definition at line 94 of file iodata.c.

Referenced by IoInitSystem(), IopInvalidateVolumesForDevice(), IopMountVolume(), and IoRegisterFileSystem().

KSPIN_LOCK IopCompletionLock
 

Definition at line 196 of file iodata.c.

Referenced by IoInitSystem(), and IopDisassociateThreadIrp().

NPAGED_LOOKASIDE_LIST IopCompletionLookasideList
 

Definition at line 156 of file iodata.c.

Referenced by IoInitSystem().

PIOP_HARD_ERROR_PACKET IopCurrentHardError
 

Definition at line 210 of file iodata.c.

Referenced by IoInitSystem(), IopHardErrorThread(), and IoRaiseInformationalHardError().

KSPIN_LOCK IopDatabaseLock
 

Definition at line 54 of file iodata.c.

Referenced by IoAllocateDriverObjectExtension(), IoAttachDeviceToDeviceStack(), IoCreateStreamFileObject(), IoCreateStreamFileObjectLite(), IoDeleteDevice(), IoDetachDevice(), IoGetAttachedDeviceReference(), IoGetDriverObjectExtension(), IoInitSystem(), IopCallDriverAddDeviceQueryRoutine(), IopCheckDeviceAndDriver(), IopCheckUnloadDriver(), IopCompleteUnloadOrDelete(), IopDecrementDeviceObjectRef(), IopDeleteFile(), IopDoDeferredSetInterfaceState(), IopEliminateBogusConflict(), IopGetDeviceAttachmentBaseRef(), IopGetDevicePDO(), IopInitializeBootDrivers(), IopInsertRemoveDevice(), IopLegacyResourceAllocation(), IopLoadUnloadDriver(), IopLockMountedDeviceForRemove(), IopMountVolume(), IopNotifyPnpWhenChainDereferenced(), IopResurrectDriver(), IopSetDeviceSecurityDescriptors(), IopUnlockMountedDeviceForRemove(), IoRegisterBootDriverReinitialization(), IoRegisterDriverReinitialization(), IoRegisterFileSystem(), IoRegisterLastChanceShutdownNotification(), IoRegisterShutdownNotification(), IoShutdownSystem(), IoUnregisterFileSystem(), IoUnregisterShutdownNotification(), IovpExamineDevObjForwarding(), IovpGetDeviceAttachedTo(), IovpGetLowestDevice(), IovpIsInFdoStack(), and IovpIsInterestingStack().

ERESOURCE IopDatabaseResource
 

Definition at line 65 of file iodata.c.

Referenced by IoInitSystem(), IopInvalidateVolumesForDevice(), IopMountVolume(), IoRegisterFileSystem(), IoRegisterFsRegistrationChange(), IoShutdownSystem(), IoUnregisterFileSystem(), and IoUnregisterFsRegistrationChange().

LIST_ENTRY IopDiskFileSystemQueueHead
 

Definition at line 84 of file iodata.c.

Referenced by IoInitSystem(), IopInvalidateVolumesForDevice(), IopMountVolume(), IoRegisterFileSystem(), and IoShutdownSystem().

LIST_ENTRY IopDriverReinitializeQueueHead
 

Definition at line 128 of file iodata.c.

Referenced by IoInitSystem(), IopCallDriverAddDeviceQueryRoutine(), IopLoadUnloadDriver(), and IoRegisterDriverReinitialization().

PDUMP_CONTROL_BLOCK IopDumpControlBlock
 

Definition at line 263 of file iodata.c.

Referenced by IoGetCrashDumpInformation(), IopCompleteDumpInitialization(), IopConfigureCrashDump(), IopCreateSummaryDump(), IopFreeDCB(), IopInitializeDCB(), IopWriteToDisk(), and IoWriteCrashDump().

ULONG IopDumpControlBlockChecksum
 

Definition at line 264 of file iodata.c.

Referenced by IopCompleteDumpInitialization(), and IoWriteCrashDump().

ULONG IopErrorLogAllocation
 

Definition at line 185 of file iodata.c.

Referenced by IopAllocateErrorLogEntry(), and IopErrorLogThread().

KSPIN_LOCK IopErrorLogAllocationLock
 

Definition at line 186 of file iodata.c.

LIST_ENTRY IopErrorLogListHead
 

Definition at line 178 of file iodata.c.

Referenced by IoInitSystem(), IopErrorLogGetEntry(), IopErrorLogRequeueEntry(), and IoWriteErrorLogEntry().

KSPIN_LOCK IopErrorLogLock
 

Definition at line 170 of file iodata.c.

KEVENT IopFastLockEvent
 

Definition at line 271 of file iodata.c.

LIST_ENTRY IopFsNotifyChangeQueueHead
 

Definition at line 144 of file iodata.c.

Referenced by IoInitSystem(), IoRegisterFileSystem(), IoRegisterFsRegistrationChange(), IoUnregisterFileSystem(), and IoUnregisterFsRegistrationChange().

IOP_HARD_ERROR_QUEUE IopHardError
 

Definition at line 203 of file iodata.c.

Referenced by IoInitSystem(), IopHardErrorThread(), IopRaiseInformationalHardError(), and IoRaiseInformationalHardError().

NPAGED_LOOKASIDE_LIST IopLargeIrpLookasideList
 

Definition at line 157 of file iodata.c.

Referenced by IoInitSystem().

ULONG IopLargeIrpStackLocations
 

Definition at line 160 of file iodata.c.

LINK_TRACKING_PACKET IopLinkTrackingPacket
 

Definition at line 303 of file iodata.c.

Referenced by IoInitSystem(), and IopSendMessageToTrackService().

KEVENT IopLinkTrackingPortObject
 

Definition at line 302 of file iodata.c.

Referenced by IoInitSystem(), and IopSendMessageToTrackService().

PKEVENT IopLinkTrackingServiceEvent
 

Definition at line 346 of file iodata.c.

Referenced by IoInitSystem(), IopConnectLinkTrackingPort(), and IopSendMessageToTrackService().

PVOID IopLinkTrackingServiceObject
 

Definition at line 345 of file iodata.c.

Referenced by IopConnectLinkTrackingPort(), and IopSendMessageToTrackService().

PVOID IopLoaderBlock = NULL
 

Definition at line 719 of file iodata.c.

Referenced by IoGetBootDiskInformation(), IoInitSystem(), and IopProcessNewDeviceNode().

NPAGED_LOOKASIDE_LIST IopMdlLookasideList
 

Definition at line 159 of file iodata.c.

Referenced by IoInitSystem().

LIST_ENTRY IopNetworkFileSystemQueueHead
 

Definition at line 104 of file iodata.c.

Referenced by IoInitSystem(), and IoRegisterFileSystem().

LIST_ENTRY IopNotifyLastChanceShutdownQueueHead
 

Definition at line 136 of file iodata.c.

Referenced by IoInitSystem(), IoRegisterLastChanceShutdownNotification(), IoShutdownSystem(), and IoUnregisterShutdownNotification().

LIST_ENTRY IopNotifyShutdownQueueHead
 

Definition at line 135 of file iodata.c.

Referenced by IoInitSystem(), IoRegisterShutdownNotification(), IoShutdownSystem(), and IoUnregisterShutdownNotification().

UCHAR IopPostPadding[CACHE_SIZE] = {0}
 

Definition at line 317 of file iodata.c.

UCHAR IopPrePadding[CACHE_SIZE] = {0}
 

Definition at line 312 of file iodata.c.

ULONG IopQueryFsOperationAccess[]
 

Initial value:

{ 0, 0, 0, 0, 0, 0, FILE_READ_DATA, 0, 0, 0xffffffff }

Definition at line 659 of file iodata.c.

Referenced by IoCheckFunctionAccess(), IoInitSystem(), and NtQueryVolumeInformationFile().

UCHAR IopQueryFsOperationLength[]
 

Initial value:

{ 0, sizeof( FILE_FS_VOLUME_INFORMATION ), 0, sizeof( FILE_FS_SIZE_INFORMATION ), sizeof( FILE_FS_DEVICE_INFORMATION ), sizeof( FILE_FS_ATTRIBUTE_INFORMATION ), sizeof( FILE_FS_CONTROL_INFORMATION ), sizeof( FILE_FS_FULL_SIZE_INFORMATION ), sizeof( FILE_FS_OBJECTID_INFORMATION ), 0xff }

Definition at line 613 of file iodata.c.

Referenced by IoCheckQuerySetVolumeInformation(), IoInitSystem(), and NtQueryVolumeInformationFile().

ULONG IopQueryOperationAccess[]
 

Definition at line 511 of file iodata.c.

Referenced by IoCheckFunctionAccess(), IoInitSystem(), and NtQueryInformationFile().

UCHAR IopQueryOperationLength[]
 

Definition at line 358 of file iodata.c.

Referenced by IoCheckQuerySetFileInformation(), IoInitSystem(), and NtQueryInformationFile().

UCHAR IopQuerySetAlignmentRequirement[]
 

Definition at line 460 of file iodata.c.

Referenced by BuildQueryDirectoryIrp(), NtQueryInformationFile(), and NtSetInformationFile().

UCHAR IopQuerySetFsAlignmentRequirement[]
 

Initial value:

{ 0, sizeof( LONGLONG ), sizeof( LONG ), sizeof( LONGLONG ), sizeof( LONG ), sizeof( LONG ), sizeof( LONGLONG ), sizeof( LONGLONG ), sizeof( LONGLONG ), 0xff }

Definition at line 705 of file iodata.c.

Referenced by NtQueryVolumeInformationFile(), and NtSetVolumeInformationFile().

KSEMAPHORE IopRegistrySemaphore
 

Definition at line 337 of file iodata.c.

Referenced by IoInitSystem(), IopAllocateBootResources(), IopAllocateResources(), IopLegacyResourceAllocation(), IopQueryConflictList(), IopReallocateResources(), and IopRebalance().

BOOLEAN IopRemoteBootCardInitialized = FALSE
 

Definition at line 721 of file iodata.c.

Referenced by IopSetupRemoteBootCard().

ERESOURCE IopSecurityResource
 

Definition at line 74 of file iodata.c.

Referenced by IoInitSystem(), IopGetSetSecurityObject(), IopParseDevice(), and IopSetDeviceSecurityDescriptors().

ULONG IopSetFsOperationAccess[]
 

Initial value:

{ 0, 0, FILE_WRITE_DATA, 0, 0, 0, FILE_WRITE_DATA, 0, FILE_WRITE_DATA, 0xffffffff }

Definition at line 682 of file iodata.c.

Referenced by IoCheckFunctionAccess(), IoInitSystem(), and NtSetVolumeInformationFile().

UCHAR IopSetFsOperationLength[]
 

Initial value:

{ 0, 0, sizeof( FILE_FS_LABEL_INFORMATION ), 0, 0, 0, sizeof( FILE_FS_CONTROL_INFORMATION ), 0, sizeof( FILE_FS_OBJECTID_INFORMATION ), 0xff }

Definition at line 636 of file iodata.c.

Referenced by IoCheckQuerySetVolumeInformation(), IoInitSystem(), and NtSetVolumeInformationFile().

ULONG IopSetOperationAccess[]
 

Definition at line 562 of file iodata.c.

Referenced by IoCheckFunctionAccess(), IoInitSystem(), and NtSetInformationFile().

UCHAR IopSetOperationLength[]
 

Definition at line 409 of file iodata.c.

Referenced by IoCheckQuerySetFileInformation(), IoInitSystem(), and NtSetInformationFile().

NPAGED_LOOKASIDE_LIST IopSmallIrpLookasideList
 

Definition at line 158 of file iodata.c.

Referenced by IoInitSystem().

LIST_ENTRY IopTapeFileSystemQueueHead
 

Definition at line 114 of file iodata.c.

Referenced by IoInitSystem(), IopInvalidateVolumesForDevice(), IopMountVolume(), and IoRegisterFileSystem().

KTIMER IopTimer
 

Definition at line 224 of file iodata.c.

Referenced by IoInitSystem().

ULONG IopTimerCount
 

Definition at line 225 of file iodata.c.

Referenced by IopRemoveTimerFromTimerList(), IopTimerDispatch(), IoStartTimer(), and IoStopTimer().

KDPC IopTimerDpc
 

Definition at line 223 of file iodata.c.

Referenced by IoInitSystem().

KSPIN_LOCK IopTimerLock
 

Definition at line 221 of file iodata.c.

LIST_ENTRY IopTimerQueueHead
 

Definition at line 222 of file iodata.c.

Referenced by IoInitializeTimer(), IoInitSystem(), and IopTimerDispatch().

LONG IopUniqueDeviceObjectNumber
 

Definition at line 280 of file iodata.c.

Referenced by IoCreateDevice(), and IoInitSystem().

KSPIN_LOCK IopVpbSpinLock
 

Definition at line 42 of file iodata.c.

Referenced by IoAcquireVpbSpinLock(), IoCancelFileOpen(), IoCreateStreamFileObject(), IoCreateStreamFileObjectLite(), IoInitSystem(), IopCheckVpbMounted(), IopDeleteFile(), IopDereferenceVpbAndFree(), IopGetMountFlag(), IopParseDevice(), and IoReleaseVpbSpinLock().

WCHAR IopWstrAssignedResources[] = L"AssignedSystemResources"
 

Definition at line 729 of file iodata.c.

WCHAR IopWstrAssignmentOrdering[] = L"AssignmentOrdering"
 

Definition at line 733 of file iodata.c.

WCHAR IopWstrBusRaw[] = L".Bus.Raw"
 

Definition at line 725 of file iodata.c.

WCHAR IopWstrBusTranslated[] = L".Bus.Translated"
 

Definition at line 726 of file iodata.c.

WCHAR IopWstrBusValues[] = L"BusValues"
 

Definition at line 734 of file iodata.c.

WCHAR IopWstrHal[] = L"Hardware Abstraction Layer"
 

Definition at line 747 of file iodata.c.

Referenced by IoReportHalResourceUsage().

WCHAR IopWstrOtherDrivers[] = L"OtherDrivers"
 

Definition at line 727 of file iodata.c.

WCHAR IopWstrPhysicalMemory[] = L"Physical Memory"
 

Definition at line 749 of file iodata.c.

Referenced by IopInitializeResourceMap().

WCHAR IopWstrRaw[] = L".Raw"
 

Definition at line 723 of file iodata.c.

Referenced by IopBuildCmResourceList(), and IoReportHalResourceUsage().

WCHAR IopWstrRequestedResources[] = L"RequestedSystemResources"
 

Definition at line 730 of file iodata.c.

WCHAR IopWstrReservedResources[] = L"ReservedResources"
 

Definition at line 732 of file iodata.c.

WCHAR IopWstrSpecialMemory[] = L"Reserved"
 

Definition at line 750 of file iodata.c.

Referenced by IopInitializeResourceMap().

WCHAR IopWstrSystem[] = L"System Resources"
 

Definition at line 748 of file iodata.c.

Referenced by IopInitializeResourceMap().

WCHAR IopWstrSystemResources[] = L"Control\\SystemResources"
 

Definition at line 731 of file iodata.c.

WCHAR IopWstrTranslated[] = L".Translated"
 

Definition at line 724 of file iodata.c.

ULONG IoReadOperationCount
 

Definition at line 250 of file iodata.c.

Referenced by IopUpdateReadOperationCount(), and NtQuerySystemInformation().

LARGE_INTEGER IoReadTransferCount
 

Definition at line 253 of file iodata.c.

Referenced by IopUpdateReadTransferCount(), and NtQuerySystemInformation().

BOOLEAN IoRemoteBootClient
 

Definition at line 287 of file iodata.c.

Referenced by ExpWorkerThread(), IoInitSystem(), IopCreateArcNames(), IopInitializeBootDrivers(), IopProcessNewDeviceNode(), MiEnablePagingTheExecutive(), ObpProcessDosDeviceSymbolicLink(), and xHalIoAssignDriveLetters().

KSPIN_LOCK IoStatisticsLock
 

Definition at line 249 of file iodata.c.

ULONG IoWriteOperationCount
 

Definition at line 251 of file iodata.c.

Referenced by IopUpdateWriteOperationCount(), and NtQuerySystemInformation().

LARGE_INTEGER IoWriteTransferCount
 

Definition at line 254 of file iodata.c.

Referenced by IopUpdateWriteTransferCount(), and NtQuerySystemInformation().

PIO_ALLOCATE_IRP pIoAllocateIrp = 0
 

Definition at line 315 of file iodata.c.

Referenced by IoAllocateIrp(), IopSetIoRoutines(), and IoVerifierInit().

PIO_CALL_DRIVER pIofCallDriver = 0
 

Definition at line 313 of file iodata.c.

Referenced by IofCallDriver(), IopSetIoRoutines(), and IoVerifierInit().

PIO_COMPLETE_REQUEST pIofCompleteRequest = 0
 

Definition at line 314 of file iodata.c.

Referenced by IofCompleteRequest(), IopSetIoRoutines(), and IoVerifierInit().

PIO_FREE_IRP pIoFreeIrp = 0
 

Definition at line 316 of file iodata.c.

Referenced by IoFreeIrp(), IopSetIoRoutines(), and IoVerifierInit().


Generated on Sat May 15 19:44:17 2004 for test by doxygen 1.3.7