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

ntosdef.h File Reference

Go to the source code of this file.

Classes

union  _SLIST_HEADER
struct  _PP_LOOKASIDE_LIST
struct  _KSPIN_LOCK_QUEUE
struct  _KAPC
struct  _KDPC
struct  _KIPI_COUNTS
struct  _MDL
struct  _SECURITY_CLIENT_CONTEXT

Defines

#define LOCK_QUEUE_WAIT   1
#define LOCK_QUEUE_OWNER   2
#define POOL_SMALL_LISTS   8
#define ALIGN_DOWN(length, type)   ((ULONG)(length) & ~(sizeof(type) - 1))
#define ALIGN_UP(length, type)   (ALIGN_DOWN(((ULONG)(length) + sizeof(type) - 1), type))
#define ALIGN_DOWN_POINTER(address, type)   ((PVOID)((ULONG_PTR)(address) & ~((ULONG_PTR)sizeof(type) - 1)))
#define ALIGN_UP_POINTER(address, type)   (ALIGN_DOWN_POINTER(((ULONG_PTR)(address) + sizeof(type) - 1), type))
#define POOL_TAGGING   1
#define DBG   0
#define IF_DEBUG   if (FALSE)
#define IF_NTOS_DEBUG(FlagName)   if (FALSE)
#define HOT_STATISTIC(a)   (KeGetCurrentPrcb()->a)
#define MDL_MAPPED_TO_SYSTEM_VA   0x0001
#define MDL_PAGES_LOCKED   0x0002
#define MDL_SOURCE_IS_NONPAGED_POOL   0x0004
#define MDL_ALLOCATED_FIXED_SIZE   0x0008
#define MDL_PARTIAL   0x0010
#define MDL_PARTIAL_HAS_BEEN_MAPPED   0x0020
#define MDL_IO_PAGE_READ   0x0040
#define MDL_WRITE_OPERATION   0x0080
#define MDL_PARENT_MAPPED_SYSTEM_VA   0x0100
#define MDL_LOCK_HELD   0x0200
#define MDL_PHYSICAL_VIEW   0x0400
#define MDL_IO_SPACE   0x0800
#define MDL_NETWORK_HEADER   0x1000
#define MDL_MAPPING_CAN_FAIL   0x2000
#define MDL_ALLOCATED_MUST_SUCCEED   0x4000
#define MDL_MAPPING_FLAGS
#define PAGED_CODE()
#define NTKERNELAPI
#define NTHALAPI   DECLSPEC_IMPORT

Typedefs

typedef _SLIST_HEADER SLIST_HEADER
typedef _SLIST_HEADERPSLIST_HEADER
typedef _PP_LOOKASIDE_LIST PP_LOOKASIDE_LIST
typedef _PP_LOOKASIDE_LISTPPP_LOOKASIDE_LIST
typedef enum _KSPIN_LOCK_QUEUE_NUMBER KSPIN_LOCK_QUEUE_NUMBER
typedef enum _KSPIN_LOCK_QUEUE_NUMBERPKSPIN_LOCK_QUEUE_NUMBER
typedef _KSPIN_LOCK_QUEUE KSPIN_LOCK_QUEUE
typedef _KSPIN_LOCK_QUEUEPKSPIN_LOCK_QUEUE
typedef CCHAR KPROCESSOR_MODE
typedef enum _MODE MODE
typedef VOID(* PKNORMAL_ROUTINE )(IN PVOID NormalContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
typedef VOID(* PKKERNEL_ROUTINE )(IN struct _KAPC *Apc, IN OUT PKNORMAL_ROUTINE *NormalRoutine, IN OUT PVOID *NormalContext, IN OUT PVOID *SystemArgument1, IN OUT PVOID *SystemArgument2)
typedef VOID(* PKRUNDOWN_ROUTINE )(IN struct _KAPC *Apc)
typedef BOOLEAN(* PKSYNCHRONIZE_ROUTINE )(IN PVOID SynchronizeContext)
typedef BOOLEAN(* PKTRANSFER_ROUTINE )(VOID)
typedef _KAPC KAPC
typedef _KAPCPKAPC
typedef _KAPC PRKAPC
typedef VOID(* PKDEFERRED_ROUTINE )(IN struct _KDPC *Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
typedef enum _KDPC_IMPORTANCE KDPC_IMPORTANCE
typedef _KDPC KDPC
typedef _KDPCPKDPC
typedef _KDPC PRKDPC
typedef PVOID PKIPI_CONTEXT
typedef VOID(* PKIPI_WORKER )(IN PKIPI_CONTEXT PacketContext, IN PVOID Parameter1, IN PVOID Parameter2, IN PVOID Parameter3)
typedef _KIPI_COUNTS KIPI_COUNTS
typedef _KIPI_COUNTSPKIPI_COUNTS
typedef _MDL MDL
typedef _MDLPMDL
typedef _SECURITY_CLIENT_CONTEXT SECURITY_CLIENT_CONTEXT
typedef _SECURITY_CLIENT_CONTEXTPSECURITY_CLIENT_CONTEXT

Enumerations

enum  _KSPIN_LOCK_QUEUE_NUMBER {
  LockQueueDispatcherLock, LockQueueContextSwapLock, LockQueuePfnLock, LockQueueSystemSpaceLock,
  LockQueueVacbLock, LockQueueMasterLock, LockQueueMaximumLock
}
enum  _MODE { KernelMode, UserMode, MaximumMode }
enum  _KDPC_IMPORTANCE { LowImportance, MediumImportance, HighImportance }


Define Documentation

#define ALIGN_DOWN length,
type   )     ((ULONG)(length) & ~(sizeof(type) - 1))
 

Definition at line 123 of file ntosdef.h.

#define ALIGN_DOWN_POINTER address,
type   )     ((PVOID)((ULONG_PTR)(address) & ~((ULONG_PTR)sizeof(type) - 1)))
 

Definition at line 129 of file ntosdef.h.

#define ALIGN_UP length,
type   )     (ALIGN_DOWN(((ULONG)(length) + sizeof(type) - 1), type))
 

Definition at line 126 of file ntosdef.h.

Referenced by IopWriteTriageDump(), Ke386SetIOPL(), NtQueryObject(), ObQueryTypeInfo(), RtlAddAttributeActionToRXact(), and SepCreateToken().

#define ALIGN_UP_POINTER address,
type   )     (ALIGN_DOWN_POINTER(((ULONG_PTR)(address) + sizeof(type) - 1), type))
 

Definition at line 132 of file ntosdef.h.

#define DBG   0
 

Definition at line 138 of file ntosdef.h.

Referenced by ConServerDllInitialization().

#define HOT_STATISTIC  )     (KeGetCurrentPrcb()->a)
 

Definition at line 385 of file ntosdef.h.

Referenced by CcCopyRead(), CcFastCopyRead(), and FsRtlCopyRead().

#define IF_DEBUG   if (FALSE)
 

Definition at line 144 of file ntosdef.h.

Referenced by CsrClientCallServer(), and CsrpConnectToServer().

#define IF_NTOS_DEBUG FlagName   )     if (FALSE)
 

Definition at line 162 of file ntosdef.h.

#define LOCK_QUEUE_OWNER   2
 

Definition at line 90 of file ntosdef.h.

#define LOCK_QUEUE_WAIT   1
 

Definition at line 89 of file ntosdef.h.

#define MDL_ALLOCATED_FIXED_SIZE   0x0008
 

Definition at line 427 of file ntosdef.h.

Referenced by IoAllocateMdl(), IoBuildPartialMdl(), and IoFreeMdl().

#define MDL_ALLOCATED_MUST_SUCCEED   0x4000
 

Definition at line 438 of file ntosdef.h.

Referenced by IoAllocateMdl(), IoBuildPartialMdl(), and IoFreeMdl().

#define MDL_IO_PAGE_READ   0x0040
 

Definition at line 430 of file ntosdef.h.

Referenced by IoBuildPartialMdl(), KeFlushIoBuffers(), MiResolveMappedFileFault(), and MiResolvePageFileFault().

#define MDL_IO_SPACE   0x0800
 

Definition at line 435 of file ntosdef.h.

Referenced by MiMapLockedPagesInUserSpace(), MmFreePagesFromMdl(), MmMapLockedPagesSpecifyCache(), MmProbeAndLockPages(), MmProbeAndLockSelectedPages(), MmUnlockPages(), and MmUnmapLockedPages().

#define MDL_LOCK_HELD   0x0200
 

Definition at line 433 of file ntosdef.h.

Referenced by MiWaitForInPageComplete(), and MmUnmapLockedPages().

#define MDL_MAPPED_TO_SYSTEM_VA   0x0001
 

Definition at line 424 of file ntosdef.h.

Referenced by IoBuildPartialMdl(), IopMapVirtualToPhysicalMdl(), IopWritePageToDisk(), IoWriteCrashDump(), MiCleanSection(), MiCreateImageFileMap(), MiFlushSectionInternal(), MiMakeOutswappedPageResident(), MiWaitForInPageComplete(), MiWriteComplete(), MmBuildMdlForNonPagedPool(), MmMapLockedPagesSpecifyCache(), MmProbeAndLockPages(), MmProbeAndLockSelectedPages(), MmShutdownSystem(), MmUnlockPages(), and MmUnmapLockedPages().

#define MDL_MAPPING_CAN_FAIL   0x2000
 

Definition at line 437 of file ntosdef.h.

Referenced by ExLockUserBuffer(), MmMapLockedPagesSpecifyCache(), VerifierMapLockedPages(), and VerifierMapLockedPagesSpecifyCache().

#define MDL_MAPPING_FLAGS
 

Value:

Definition at line 441 of file ntosdef.h.

#define MDL_NETWORK_HEADER   0x1000
 

Definition at line 436 of file ntosdef.h.

#define MDL_PAGES_LOCKED   0x0002
 

Definition at line 425 of file ntosdef.h.

Referenced by CcZeroData(), IopWritePageToDisk(), IoWriteCrashDump(), MiCheckForCrashDump(), MiCleanSection(), MiCloneProcessAddressSpace(), MiCreateImageFileMap(), MiFlushSectionInternal(), MiGatherMappedPages(), MiGatherPagefilePages(), MiMakeOutswappedPageResident(), MiResolveMappedFileFault(), MiResolvePageFileFault(), MmBuildMdlForNonPagedPool(), MmGatherMemoryForHibernate(), MmMapLockedPagesSpecifyCache(), MmProbeAndLockPages(), MmProbeAndLockSelectedPages(), MmShutdownSystem(), MmUnlockPages(), and VerifierUnlockPages().

#define MDL_PARENT_MAPPED_SYSTEM_VA   0x0100
 

Definition at line 432 of file ntosdef.h.

Referenced by IoBuildPartialMdl(), and MmUnmapLockedPages().

#define MDL_PARTIAL   0x0010
 

Definition at line 428 of file ntosdef.h.

Referenced by IoBuildPartialMdl(), MmBuildMdlForNonPagedPool(), MmMapLockedPagesSpecifyCache(), MmProbeAndLockPages(), MmProbeAndLockSelectedPages(), and MmUnlockPages().

#define MDL_PARTIAL_HAS_BEEN_MAPPED   0x0020
 

Definition at line 429 of file ntosdef.h.

Referenced by MmMapLockedPagesSpecifyCache(), and MmUnmapLockedPages().

#define MDL_PHYSICAL_VIEW   0x0400
 

Definition at line 434 of file ntosdef.h.

Referenced by MmFreePagesFromMdl(), MmMapLockedPagesSpecifyCache(), MmProbeAndLockPages(), MmUnlockPages(), and MmUnmapLockedPages().

#define MDL_SOURCE_IS_NONPAGED_POOL   0x0004
 

Definition at line 426 of file ntosdef.h.

Referenced by CcZeroData(), IoBuildPartialMdl(), MmBuildMdlForNonPagedPool(), MmMapLockedPagesSpecifyCache(), MmProbeAndLockPages(), MmProbeAndLockSelectedPages(), MmUnlockPages(), and VerifierUnlockPages().

#define MDL_WRITE_OPERATION   0x0080
 

Definition at line 431 of file ntosdef.h.

Referenced by MmProbeAndLockPages(), and MmUnlockPages().

#define NTHALAPI   DECLSPEC_IMPORT
 

Definition at line 570 of file ntosdef.h.

#define NTKERNELAPI
 

Definition at line 559 of file ntosdef.h.

 
#define PAGED_CODE  ) 
 

Definition at line 462 of file ntosdef.h.

Referenced by ArbAddAllocation(), ArbAddReserved(), ArbAllocateEntry(), ArbArbiterHandler(), ArbBacktrackAllocation(), ArbBuildAssignmentOrdering(), ArbCommitAllocation(), ArbCopyOrderingList(), ArbDeleteArbiterInstance(), ArbDumpArbiterInstance(), ArbDumpArbiterRange(), ArbDumpArbitrationList(), ArbFindSuitableRange(), ArbInitializeArbiterInstance(), ArbInitializeOrderingList(), ArbOverrideConflict(), ArbpBuildAllocationStack(), ArbpBuildAlternative(), ArbpGetRegistryValue(), ArbpQueryConflictCallback(), ArbPreprocessEntry(), ArbpUpdatePriority(), ArbQueryConflict(), ArbRetestAllocation(), ArbRollbackAllocation(), ArbSortArbitrationList(), ArbStartArbiter(), ArbTestAllocation(), BuildQueryDirectoryIrp(), CacheImageSymbols(), CdfsRecFsControl(), CmBootLastKnownGood(), CmGetSystemDriverList(), CmInitSystem1(), CmNotifyRunDown(), CmpAddAcpiAliasEntry(), CmpAddAliasEntry(), CmpAddDockingInfo(), CmpAddToDelayedDeref(), CmpAssignSecurityDescriptor(), CmpCancelSlavePost(), CmpCheckCreateAccess(), CmpCheckNotifyAccess(), CmpCloneControlSet(), CmpCloneHwProfile(), CmpCloseKeyObject(), CmpConfigureProcessors(), CmpCreateControlSet(), CmpCreateHwProfileFriendlyName(), CmpCreateObjectTypes(), CmpCreateRegistryRoot(), CmpCreateRootNode(), CmpCreateTemporaryHive(), CmpDelayedDerefKeys(), CmpDeleteKeyObject(), CmpDestroyTemporaryHive(), CmpFilterAcpiDockingState(), CmpFindMatchingDescriptorCell(), CmpFindRSDTTable(), CmpFlushNotify(), CmpFreeDriverList(), CmpFreeSecurityDescriptor(), CmpFreeSlavePost(), CmpGetAcpiProfileInformation(), CmpGetKeySecurity(), CmpGetObjectSecurity(), CmpGetRegistryValue(), CmpHiveRootSecurityDescriptor(), CmpInitHiveFromFile(), CmpInitializeHiveList(), CmpInitializeSystemHive(), CmpInsertSecurityCellList(), CmpInterlockedFunction(), CmpIsLastKnownGoodBoot(), CmpLazyFlush(), CmpLazyFlushWorker(), CmpLinkHiveToMaster(), CmpLinkKeyToHive(), CmpLoadHiveVolatile(), CmpMoveBiosAliasTable(), CmpNameFromAttributes(), CmpNotifyChangeKey(), CmpNotifyTriggerCheck(), CmpPostApc(), CmpPostApcRunDown(), CmpPostNotify(), CmpQuerySecurityDescriptorInfo(), CmpRefreshHive(), CmpRefreshWorkerRoutine(), CmpRemoveSecurityCellList(), CmpReportNotify(), CmpReportNotifyHelper(), CmpSaveKeyByFileCopy(), CmpSecurityMethod(), CmpSetSecurityDescriptorInfo(), CmpSetVersionData(), CmpWorker(), CmQueryMultipleValueKey(), CmQueryValueKey(), CmRestoreKey(), CmSaveKey(), CmSaveMergedKeys(), CmSetAcpiHwProfile(), CmShutdownSystem(), DbgkCreateThread(), DbgkExitProcess(), DbgkExitThread(), DbgkForwardException(), DbgkMapViewOfSection(), DbgkpResumeProcess(), DbgkpSectionHandleToFileHandle(), DbgkpSendApiMessage(), DbgkpSuspendProcess(), DbgkUnMapViewOfSection(), DriverEntry(), ExChangeHandle(), ExCreateCallback(), ExCreateHandle(), ExCreateHandleTable(), ExDestroyHandle(), ExDestroyHandleTable(), ExDupHandleTable(), ExEnumHandleTable(), ExLockHandleTableEntry(), ExLockHandleTableExclusive(), ExLockHandleTableShared(), ExMapHandleToPointer(), ExpAllocateHandleTable(), ExpAllocateHandleTableEntry(), ExpAllocateUuids(), ExpCheckDynamicThreadCount(), ExpCopyProcessInfo(), ExpDetectWorkerThreadDeadlock(), ExpFreeHandleTable(), ExpFreeHandleTableEntry(), ExpGetCurrentUserUILanguage(), ExpGetHandleInformation(), ExpGetObjectInformation(), ExpGetPoolTagInfo(), ExpGetUILanguagePolicy(), ExpLookupHandleTableEntry(), ExpRaiseHardError(), ExpSetCurrentUserUILanguage(), ExpUuidGetValues(), ExpUuidInitialization(), ExpUuidLoadSequenceNumber(), ExpUuidSaveSequenceNumber(), ExpUuidSaveSequenceNumberIf(), ExpWorkerThreadBalanceManager(), ExRaiseHardError(), ExRemoveHandleTable(), ExSnapShotHandleTables(), ExUnlockHandleTableEntry(), ExUnlockHandleTableExclusive(), ExUnlockHandleTableShared(), ExUuidCreate(), FatRecFsControl(), FsRecCleanupClose(), FsRecCreate(), FsRecCreateAndRegisterDO(), FsRecFsControl(), FsRecGetDeviceSectors(), FsRecGetDeviceSectorSize(), FsRecLoadFileSystem(), FsRecReadBlock(), FsRecUnload(), FsRtlAcquireFileExclusive(), FsRtlAcquireFileForCcFlush(), FsRtlAcquireFileForModWrite(), FsRtlAddLargeEntry(), FsRtlAddLargeMcbEntry(), FsRtlAddMcbEntry(), FsRtlAddToTunnelCache(), FsRtlAllocateOplock(), FsRtlAllocateResource(), FsRtlAreNamesEqual(), FsRtlCheckNotifyForDelete(), FsRtlCompletionRoutinePriv(), FsRtlCopyRead(), FsRtlCopyWrite(), FsRtlCurrentBatchOplock(), FsRtlDeleteKeyFromTunnelCache(), FsRtlDeleteTunnelCache(), FsRtlDeregisterUncProvider(), FsRtlDissectDbcs(), FsRtlDissectName(), FsRtlDoesDbcsContainWildCards(), FsRtlDoesNameContainWildCards(), FsRtlFindInTunnelCache(), FsRtlGetFileSize(), FsRtlGetNextLargeMcbEntry(), FsRtlGetNextMcbEntry(), FsRtlInitializeMcb(), FsRtlInitializeOplock(), FsRtlInitializeTunnelCache(), FsRtlInitializeTunnels(), FsRtlInitSystem(), FsRtlIsDbcsInExpression(), FsRtlIsFatDbcsLegal(), FsRtlIsHpfsDbcsLegal(), FsRtlIsNameInExpressionPrivate(), FsRtlIsNotifyOnList(), FsRtlLookupLastLargeMcbEntry(), FsRtlLookupLastLargeMcbEntryAndIndex(), FsRtlLookupLastMcbEntry(), FsRtlMdlReadDev(), FsRtlNotifyChangeDirectory(), FsRtlNotifyCleanup(), FsRtlNotifyCompleteIrp(), FsRtlNotifyCompletion(), FsRtlNotifyFullChangeDirectory(), FsRtlNotifyFullReportChange(), FsRtlNotifyInitializeSync(), FsRtlNotifyReportChange(), FsRtlNotifyUninitializeSync(), FsRtlNotifyUpdateBuffer(), FsRtlNumberOfRunsInLargeMcb(), FsRtlNumberOfRunsInMcb(), FsRtlOpBatchBreakClosePending(), FsRtlOplockBreakNotify(), FsRtlOplockFsctrl(), FsRtlOplockIsFastIoPossible(), FsRtlpOpenDev(), FsRtlpRegisterProviderWithMUP(), FsRtlPrepareMdlWriteDev(), FsRtlPruneTunnelCache(), FsRtlpSetSymbolicLink(), FsRtlRegisterUncProvider(), FsRtlReleaseFile(), FsRtlReleaseFileForCcFlush(), FsRtlReleaseFileForModWrite(), FsRtlRemoveAndCompleteWaitIrp(), FsRtlRemoveLargeEntry(), FsRtlRemoveLargeMcbEntry(), FsRtlRemoveMcbEntry(), FsRtlRemoveMcbEntryPrivate(), FsRtlSetFileSize(), FsRtlSplitLargeMcb(), FsRtlTruncateLargeMcb(), FsRtlTruncateMcb(), FsRtlUninitializeMcb(), FstubTranslateRequirement(), FstubTranslateResource(), FstubTranslatorNull(), FsVgaDeviceControl(), FsVgaOpenCloseDispatch(), GetIretHookAddress(), HalpCalculateChsValues(), HalpGetFullGeometry(), HalpIsOldStyleFloppy(), HalpIsValidPartitionEntry(), IcaAccept(), IcaScan(), IoAttachDevice(), IoCancelThreadIo(), IoCheckDesiredAccess(), IoCheckEaBufferValidity(), IoCheckFunctionAccess(), IoCheckQuotaBufferValidity(), IoCheckShareAccess(), IoConnectInterrupt(), IoCreateController(), IoCreateDevice(), IoCreateDriver(), IoCreateFile(), IoCreateNotificationEvent(), IoCreateStreamFileObject(), IoCreateStreamFileObjectLite(), IoCreateSymbolicLink(), IoCreateSynchronizationEvent(), IoCreateUnprotectedSymbolicLink(), IoDeleteController(), IoDeleteSymbolicLink(), IoDisconnectInterrupt(), IoEnqueueIrp(), IoepCatMsgArg(), IoepGetErrCaseDB(), IoepGetErrMessage(), IoepHandleErrCase(), IoepMatchErrIDPath(), IoepUnicodeStringCatN(), IoErrFindErrCaseByID(), IoErrGetLongErrMessage(), IoErrGetShortErrMessage(), IoErrHandleErrCase(), IoErrMatchErrCase(), IoFreeDumpStack(), IoGetConfigurationInformation(), IoGetDeviceInterfaceAlias(), IoGetDeviceInterfaces(), IoGetDeviceObjectPointer(), IoGetDeviceProperty(), IoGetDmaAdapter(), IoGetDumpStack(), IoInitializeRemoveLockEx(), IoInitializeTimer(), IoNotifyPowerOperationVetoed(), IoOpenDeviceInterfaceRegistryKey(), IoOpenDeviceRegistryKey(), IopAbortRequest(), IopAcquireFileObjectLock(), IopAddRelationToList(), IoPageFileCreated(), IopAllocateBootResources(), IopAllocateDeviceNode(), IopAllocateIrpCleanup(), IopAllocateRelationList(), IopAllocateResources(), IopAllocateUnicodeString(), IopAssign(), IopAssignResourcesToDevices(), IopAsynchronousCall(), IopBootLog(), IopBootLogToFile(), IopBuildCmResourceList(), IopBuildCmResourceLists(), IopBuildSymbolicLinkStrings(), IopBusCheck(), IopCancelAlertedRequest(), IopChainDereferenceComplete(), IopCheckBackupRestorePrivilege(), IopCheckGetQuotaBufferValidity(), IopCleanupDeviceRegistryValues(), IopCloseFile(), IopCombineLegacyResources(), IopCompareAlternativeCount(), IopComparePriority(), IopCompressRelationList(), IopConnectLinkTrackingPort(), IopCopyBootLogRegistryToFile(), IopCreateRegistryKeyEx(), IopDeallocateApc(), IopDelayedRemoveWorker(), IopDeleteDevice(), IopDeleteDriver(), IopDeleteKeyRecursive(), IopDeleteKeyRecursiveCallback(), IopDeleteLockedDeviceNode(), IopDeleteLockedDeviceNodes(), IopDereferenceNotify(), IopDestroyDeviceNode(), IopDeviceActionWorker(), IopDeviceCapabilitiesToRegistry(), IopDeviceInterfaceKeysFromSymbolicLink(), IopDeviceNodeCapabilitiesToRegistry(), IopDeviceObjectFromDeviceInstance(), IopDeviceObjectToDeviceInstance(), IopDmaOverrideConflict(), IopDropReferenceString(), IopDumpCmResourceDescriptor(), IopDumpCmResourceList(), IopEjectDevice(), IopEliminateBogusConflict(), IopEnumerateDevice(), IopEnumerateRelations(), IopErrorLogConnectPort(), IopErrorLogQueueRequest(), IopErrorLogThread(), IopExceptionCleanup(), IopFilterResourceRequirementsCall(), IopFilterResourceRequirementsList(), IopForAllChildDeviceNodes(), IopForAllDeviceNodes(), IopForAllDeviceNodesCallback(), IopFreeAllocatedUnicodeString(), IopFreeRelationList(), IopFreeReqAlternative(), IopFreeReqList(), IopFreeResourceRequirementsForAssignTable(), IopGenericPackResource(), IopGenericScoreRequirement(), IopGenericTranslateOrdering(), IopGenericUnpackRequirement(), IopGenericUnpackResource(), IopGetDeviceInstanceCsConfigFlags(), IopGetDeviceInterfaces(), IopGetDriverDeviceList(), IopGetDriverDeviceListWorker(), IopGetDriverNameFromKeyNode(), IopGetFileName(), IopGetGroupOrderIndex(), IopGetRegistryKeyInformation(), IopGetRegistryValue(), IopGetRegistryValues(), IopGetRelationsCount(), IopGetRelationsTaggedCount(), IopGetResourceRequirementsForAssignTable(), IopGetRootDevices(), IopGetServiceInstanceCsConfigFlags(), IopGetServiceType(), IopGetSetObjectId(), IopGetSetSecurityObject(), IopGetVolumeId(), IopInitializeBootLogging(), IopInitializePlugPlayNotification(), IopInvalidateRelationsInList(), IopInvalidateVolumesForDevice(), IopIrqTranslateOrdering(), IopIsFirmwareMapperDevicePresent(), IopIsLegacyDriver(), IopIsRelationInList(), IopIsReportedAlready(), IopIsSameMachine(), IopLoadDriver(), IopLoadFileSystemDriver(), IopLoadUnloadDriver(), IopLockDeviceRemovalRelations(), IopLookupBusStringFromID(), IopMakeGloballyUniqueId(), IopMemInitialize(), IopMergeCmResourceLists(), IopMergeFilteredResourceRequirementsList(), IopMergeRelationLists(), IopMountVolume(), IopNeedToReleaseBootResources(), IopNewDevice(), IopNotifyDeviceClassChange(), IopNotifyHwProfileChange(), IopNotifySetupDeviceArrival(), IopNotifyTargetDeviceChange(), IoPnPDeliverServicePowerNotification(), IopOpenLinkOrRenameTarget(), IopOpenOrCreateDeviceInterfaceSubKeys(), IopOpenRegistryKey(), IopOpenRegistryKeyEx(), IopOpenRegistryKeyPersist(), IopParseDevice(), IopParseFile(), IopParseSymbolicLinkName(), IopPnPAddDevice(), IopPnPDispatch(), IopPortAddAllocation(), IopPortBacktrackAllocation(), IopPortFindSuitableRange(), IopPortGetNextAlias(), IopPortInitialize(), IopPortIsAliasedRangeAvailable(), IopProcessAssignResources(), IopProcessAssignResourcesWorker(), IopProcessCompletedEject(), IopProcessNewDeviceNode(), IopProcessNewProfile(), IopProcessNewProfileStateCallback(), IopProcessNewProfileWorker(), IopProcessRelation(), IopProcessSetInterfaceState(), IopProcessStartDevices(), IopProcessStartDevicesWorker(), IopProcessWorkItem(), IopQueryCompatibleIds(), IopQueryConflictFillConflicts(), IopQueryConflictFillString(), IopQueryConflictList(), IopQueryConflictListInternal(), IopQueryDeviceId(), IopQueryDeviceResources(), IopQueryDeviceSerialNumber(), IopQueryDeviceState(), IopQueryDockRemovalInterface(), IopQueryLegacyBusInformation(), IopQueryName(), IopQueryPnpBusInformation(), IopQueryReconfiguration(), IopQueryResourceHandlerInterface(), IopQueryUniqueId(), IopQueryXxxInformation(), IopQueuePendingEject(), IopQueuePendingSurpriseRemoval(), IopReadyDeviceObjects(), IopRealloc(), IopReallocateResources(), IopRearrangeAssignTable(), IopRearrangeReqList(), IopReferenceNotify(), IopRegisterDeviceInterface(), IopReleaseDeviceResources(), IopReleaseFilteredBootResources(), IopRemoveDevice(), IopRemoveDeviceInterfaces(), IopRemoveIndirectRelationsFromList(), IopRemoveRelationFromList(), IopReplaceSeperatorWithPound(), IopRequestDeviceRemoval(), IopRequestHwProfileChangeNotification(), IopReserve(), IopReserveBootResourcesInternal(), IopResourceRequirementsChanged(), IopResourceRequirementsListToReqList(), IopRestartDeviceNode(), IopSendMessageToTrackService(), IopSetAllRelationsTags(), IopSetEaOrQuotaInformationFile(), IopSetLegacyDeviceInstance(), IopSetRegistryStringValue(), IopSetRelationsTag(), IopSetRemoteLink(), IopSetServiceInstanceCsConfigFlags(), IopStartAndEnumerateDevice(), IopStartDriverDevices(), IopSynchronousApiServiceTail(), IopSynchronousCall(), IopSynchronousServiceTail(), IopTrackLink(), IopTranslateBusAddress(), IopUnloadAttachedDriver(), IopUnlockDeviceRemovalRelations(), IopUnregisterDeviceInterface(), IopUserCompletion(), IopUserRundown(), IopWarmEjectDevice(), IopWriteResourceList(), IopXxxControlFile(), IoQueryDeviceDescription(), IoQueryFileInformation(), IoQueryVolumeInformation(), IoRegisterBootDriverReinitialization(), IoRegisterDeviceInterface(), IoRegisterDriverReinitialization(), IoRegisterFileSystem(), IoRegisterFsRegistrationChange(), IoRegisterLastChanceShutdownNotification(), IoRegisterPlugPlayNotification(), IoRegisterShutdownNotification(), IoReleaseRemoveLockAndWaitEx(), IoRemoveShareAccess(), IoReportDetectedDevice(), IoReportHalResourceUsage(), IoReportTargetDeviceChange(), IoSetDeviceInterfaceState(), IoSetInformation(), IoSetIoCompletion(), IoSetShareAccess(), IoShutdownSystem(), IoSynchronousInvalidateDeviceRelations(), IoUnregisterFileSystem(), IoUnregisterFsRegistrationChange(), IoUnregisterPlugPlayNotification(), IoUnregisterShutdownNotification(), IoUpdateShareAccess(), IoVerifyVolume(), IovpInitIrpTracking(), IovpReexamineAllStacks(), IovpThrowBogusSynchronousIrp(), IovpThrowChaffAtStartedPdoStack(), IovpTrackingDataInit(), IsFatVolume(), IsNtfsVolume(), IsUdfsVolume(), Ke386ConfigureCyrixProcessor(), KeAddSystemServiceTable(), KeI386SetGdtSelector(), KeQueryActiveProcessors(), KeSetSwapContextNotifyRoutine(), KeSetThreadSelectNotifyRoutine(), KeSetTimeUpdateNotifyRoutine(), LfsAddClientToList(), LfsAllocateLbcb(), LfsAllocateLfcb(), LfsAllocateSpanningBuffer(), LfsCheckSubsequentLogPage(), LfsCheckWriteRange(), LfsCloseLogFile(), LfsCopyReadLogRecord(), LfsCurrentAvailSpace(), LfsDeallocateLbcb(), LfsDeallocateLfcb(), LfsDeleteLogHandle(), LfsFindClientNextLsn(), LfsFindCurrentAvail(), LfsFindFirstIo(), LfsFindLastLsn(), LfsFindLogRecord(), LfsFindNextLsn(), LfsFindOldestClientLsn(), LfsFlushLbcb(), LfsFlushLfcb(), LfsFlushLogPage(), LfsFlushToLsn(), LfsFlushToLsnPriv(), LfsForceWrite(), LfsFreeSpanningBuffer(), LfsGetLbcb(), LfsInitializeLogFile(), LfsInitializeLogFilePriv(), LfsInitializeLogFileService(), LfsIsClientAreaValid(), LfsIsRestartAreaValid(), LfsIsRestartPageHeaderValid(), LfsLsnFinalOffset(), LfsNextLogPageOffset(), LfsNormalizeBasicLogFile(), LfsOpenLogFile(), LfsPinOrMapData(), LfsPinOrMapLogRecordHeader(), LfsPrepareLfcbForLogRecord(), LfsQueryLastLsn(), LfsReadLogFileInformation(), LfsReadLogRecord(), LfsReadNextLogRecord(), LfsReadRestart(), LfsReadRestartArea(), LfsRemoveClientFromList(), LfsResetUndoTotal(), LfsRestartLogFile(), LfsSearchForwardByClient(), LfsSetBaseLsn(), LfsSetBaseLsnPriv(), LfsTerminateLogQuery(), LfsTransferLogBytes(), LfsUpdateLfcbFromNoRestart(), LfsUpdateLfcbFromPgHeader(), LfsUpdateLfcbFromRestart(), LfsUpdateRestartAreaFromLfcb(), LfsVerifyLogFile(), LfsVerifyLogSpaceAvail(), LfsWrite(), LfsWriteLfsRestart(), LfsWriteLogRecordIntoLogPage(), LfsWriteRestartArea(), LpcpAllocateFromPortZone(), LpcpCopyRequestData(), LpcpCreatePort(), LpcpDeletePort(), LpcpDestroyPortQueue(), LpcpExtendPortZone(), LpcpFindDataInfoMessage(), LpcpFreeDataInfoMessage(), LpcpFreeToPortZone(), LpcpInitializePortQueue(), LpcpInitializePortZone(), LpcpPrepareToWakeClient(), LpcpSaveDataInfoMessage(), LpcRequestPort(), LpcRequestWaitReplyPort(), MiBuildImportsForBootDrivers(), MiCallDllUnloadAndUnloadDll(), MiChangeNoAccessForkPte(), MiCheckDosCalls(), MiCheckPageFilePath(), MiCheckSessionPoolAllocations(), MiClearImports(), MiCloneProcessAddressSpace(), MiCrashDumpWorker(), MiCreateDataFileMap(), MiCreateImageFileMap(), MiCreatePagingFileMap(), MiDereferenceImports(), MiDoMappedCopy(), MiDoPoolCopy(), MiEmptyAllWorkingSets(), MiEmptyAllWorkingSetsWorker(), MiFillSystemPageDirectory(), MiFindContiguousMemory(), MiFindExportedRoutineByName(), MiFreeSessionPoolBitMaps(), MiFreeSessionSpaceMap(), MiGetExceptionInfo(), MiGetImageProtection(), MiGetPageProtection(), MiGetWritablePagesInSection(), MiInitializeNonPagedPool(), MiInsertInSystemSpace(), MiIsEntireRangeCommitted(), MiLoadImageSection(), MiLoadSystemImage(), MiLocateExportName(), MiLookupDataTableEntry(), MiMapLockedPagesInUserSpace(), MiMapSinglePage(), MiMapViewInSystemSpace(), MiModifiedPageWriter(), MiRemoveFromSystemSpace(), MiRemoveImageSessionWide(), MiResolveImageReferences(), MiSessionInsertImage(), MiSessionRemoveImage(), MiSessionWideReserveImageAddress(), MiSetPagingOfDriver(), MiSetProtectionOnSection(), MiShareSessionImage(), MiSnapThunk(), MiUnmapSinglePage(), MiUnmapViewInSystemSpace(), MiValidateUserTransfer(), MiVerifierCheckThunks(), MiVerifyImageHeader(), MiWriteProtectSystemImage(), MmAddVerifierThunks(), MmAssignProcessToJob(), MmCheckSystemImage(), MmExtendSection(), MmFlushVirtualMemory(), MmFreeContiguousMemory(), MmFreeContiguousMemorySpecifyCache(), MmGetCrashDumpInformation(), MmGetCrashDumpStateInformation(), MmGetPageFileInformation(), MmGetSectionRange(), MmGetVerifierInformation(), MmLoadAndLockSystemImage(), MmLoadSystemImage(), MmLockPagableDataSection(), MmMapUserAddressesToPage(), MmMapVideoDisplay(), MmMapViewInSessionSpace(), MmMapViewInSystemSpace(), MmMapViewOfSection(), MmPageEntireDriver(), MmProbeAndLockSelectedPages(), MmResetDriverPaging(), MmSecureVirtualMemory(), MmSetBankedSection(), MmSetVerifierInformation(), MmUnmapIoSpace(), MmUnmapVideoDisplay(), MmUnmapViewInSessionSpace(), MmUnmapViewInSystemSpace(), MmUnmapViewOfSection(), MmUnsecureVirtualMemory(), MmVerifyImageIsOkForMpUse(), NtAcceptConnectPort(), NtAccessCheck(), NtAccessCheckAndAuditAlarm(), NtAccessCheckByType(), NtAccessCheckByTypeAndAuditAlarm(), NtAccessCheckByTypeResultList(), NtAccessCheckByTypeResultListAndAuditAlarm(), NtAccessCheckByTypeResultListAndAuditAlarmByHandle(), NtAddAtom(), NtAdjustGroupsToken(), NtAdjustPrivilegesToken(), NtAlertResumeThread(), NtAlertThread(), NtAllocateUuids(), NtAllocateVirtualMemory(), NtAssignProcessToJobObject(), NtCancelIoFile(), NtCloseObjectAuditAlarm(), NtCompleteConnectPort(), NtCreateDirectoryObject(), NtCreateFile(), NtCreateJobObject(), NtCreateKey(), NtCreateMailslotFile(), NtCreateNamedPipeFile(), NtCreatePagingFile(), NtCreatePort(), NtCreateProcess(), NtCreateSymbolicLinkObject(), NtCreateThread(), NtCreateToken(), NtCreateWaitablePort(), NtDeleteAtom(), NtDeleteFile(), NtDeleteKey(), NtDeleteObjectAuditAlarm(), NtDeleteValueKey(), NtDuplicateToken(), NtEnumerateKey(), NtEnumerateValueKey(), NtExtendSection(), NTFastDOSIO(), NtFilterToken(), NtFindAtom(), NtFlushBuffersFile(), NtFlushInstructionCache(), NtFlushKey(), NtFlushVirtualMemory(), NtFlushWriteBuffer(), NtFreeVirtualMemory(), NtfsRecFsControl(), NtGetContextThread(), NtImpersonateClientOfPort(), NtInitializeRegistry(), NtListenPort(), NtLoadDriver(), NtLoadKey2(), NtLockFile(), NtLockVirtualMemory(), NtMakeTemporaryObject(), NtMapViewOfSection(), NtNotifyChangeDirectoryFile(), NtNotifyChangeKey(), NtNotifyChangeMultipleKeys(), NtOpenDirectoryObject(), NtOpenFile(), NtOpenJobObject(), NtOpenKey(), NtOpenObjectAuditAlarm(), NtOpenProcess(), NtOpenProcessToken(), NtOpenSection(), NtOpenSymbolicLinkObject(), NtOpenThread(), NtOpenThreadToken(), NtPrivilegeCheck(), NtPrivilegedServiceAuditAlarm(), NtPrivilegeObjectAuditAlarm(), NtProtectVirtualMemory(), NtQueryAttributesFile(), NtQueryDefaultLocale(), NtQueryDefaultUILanguage(), NtQueryDirectoryFile(), NtQueryDirectoryObject(), NtQueryEaFile(), NtQueryFullAttributesFile(), NtQueryInformationAtom(), NtQueryInformationFile(), NtQueryInformationJobObject(), NtQueryInformationPort(), NtQueryInformationProcess(), NtQueryInformationThread(), NtQueryInformationToken(), NtQueryInstallUILanguage(), NtQueryKey(), NtQueryMultipleValueKey(), NtQueryObject(), NtQueryOpenSubKeys(), NtQueryQuotaInformationFile(), NtQuerySection(), NtQuerySecurityObject(), NtQuerySymbolicLinkObject(), NtQuerySystemInformation(), NtQueryValueKey(), NtQueryVolumeInformationFile(), NtQueueApcThread(), NtRaiseHardError(), NtReadFile(), NtReadFileScatter(), NtReadRequestData(), NtReadVirtualMemory(), NtRegisterThreadTerminatePort(), NtReplaceKey(), NtReplyPort(), NtReplyWaitReceivePort(), NtReplyWaitReceivePortEx(), NtReplyWaitReplyPort(), NtRequestPort(), NtRequestWaitReplyPort(), NtRestoreKey(), NtResumeThread(), NtSaveKey(), NtSaveMergedKeys(), NtSecureConnectPort(), NtSetContextThread(), NtSetDefaultHardErrorPort(), NtSetDefaultLocale(), NtSetEaFile(), NtSetInformationFile(), NtSetInformationJobObject(), NtSetInformationKey(), NtSetInformationObject(), NtSetInformationProcess(), NtSetInformationThread(), NtSetInformationToken(), NtSetIoCompletion(), NtSetLdtEntries(), NtSetQuotaInformationFile(), NtSetSecurityObject(), NtSetSystemInformation(), NtSetUuidSeed(), NtSetValueKey(), NtSetVolumeInformationFile(), NtSuspendThread(), NtTerminateJobObject(), NtTerminateProcess(), NtTerminateThread(), NtTestAlert(), NtUnloadDriver(), NtUnloadKey(), NtUnlockFile(), NtUnlockVirtualMemory(), NtUnmapViewOfSection(), NtVdmControl(), NtWaitForMultipleObjects(), NtWaitForSingleObject(), NtWriteFile(), NtWriteFileGather(), NtWriteRequestData(), NtWriteVirtualMemory(), ObAssignObjectSecurityDescriptor(), ObAssignSecurity(), ObCheckCreateObjectAccess(), ObCheckObjectAccess(), ObCreateObject(), ObDeleteCapturedInsertInfo(), ObGetHandleInformation(), ObGetObjectInformation(), ObGetObjectPointerCount(), ObGetObjectSecurity(), ObInsertObject(), ObKillProcess(), ObMakeTemporaryObject(), ObOpenObjectByName(), ObOpenObjectByPointer(), ObpAllocateObject(), ObpCaptureObjectCreateInformation(), ObpCaptureObjectName(), ObpCheckObjectReference(), ObpCheckTraverseAccess(), ObpCreateHandle(), ObpCreateUnnamedHandle(), ObpDecrementHandleCount(), ObpDeleteNameCheck(), ObpDeleteSymbolicLink(), ObpFreeObject(), ObpIncrementHandleCount(), ObpIncrementHandleDataBase(), ObpIncrementUnnamedHandleCount(), ObpInsertHandleCount(), ObpLookupDirectoryEntry(), ObpParseSymbolicLink(), ObpRemoveObjectRoutine(), ObpValidateAccessMask(), ObQueryNameString(), ObQueryObjectAuditingByHandle(), ObQuerySecurityDescriptorInfo(), ObQueryTypeName(), ObReferenceObjectByName(), ObReleaseObjectSecurity(), ObSetDeviceMap(), ObSetSecurityDescriptorInfo(), ObSetSecurityObjectByPointer(), ObValidateSecurityQuota(), ObWaitForSingleObject(), pIoQueryBusDescription(), PpCreateLegacyDeviceIds(), ProbeForRead(), Ps386GetVdmIoHandler(), PsCallImageNotifyRoutines(), PsConvertToGuiThread(), PsCreateSystemProcess(), PsCreateSystemThread(), PsEstablishWin32Callouts(), PsExitSpecialApc(), PsGetProcessExitTime(), PsLockProcess(), Psp386CreateVdmIoListHead(), Psp386GetVdmIoHandler(), Psp386InsertVdmIoHandlerBlock(), Psp386InstallIoHandler(), Psp386RemoveIoHandler(), PspAddProcessToJob(), PspApplyJobLimitsToProcess(), PspApplyJobLimitsToProcessSet(), PspCreateLdt(), PspCreateProcess(), PspCreateThread(), PspDeleteLdt(), PspExitNormalApc(), PspExitProcess(), PspExitProcessFromJob(), PspExitThread(), PspGetContext(), PspGetSetContextSpecialApc(), PspIsDescriptorValid(), PspJobClose(), PspJobDelete(), PspMapSystemDll(), PspNullSpecialApc(), PspProcessDelete(), PspQueryDescriptorThread(), PspQueryLdtInformation(), PspQueueApcSpecialApc(), PspRemoveProcessFromJob(), PspSetContext(), PspSetLdtInformation(), PspSetLdtSize(), PspSetProcessIoHandlers(), PspTerminateAllProcessesInJob(), PspTerminateProcess(), PspTerminateThreadByPointer(), PspThreadDelete(), PspUserThreadStartup(), PsSetLegoNotifyRoutine(), PsSetLoadImageNotifyRoutine(), PsSetProcessPriorityByClass(), PsUnlockProcess(), PushPmInterrupt(), PushRmInterrupt(), RestartDelayedInterrupts(), RtlReleaseRemoveLockAndWait(), SeAccessCheck(), SeAccessCheckByType(), SeAppendPrivileges(), SeAssignPrimaryToken(), SeAssignSecurity(), SeAssignSecurityEx(), SeAssignWorldSecurityDescriptor(), SeAuditHandleCreation(), SeAuditHandleDuplication(), SeAuditingFileEvents(), SeAuditingFileOrGlobalEvents(), SeAuditProcessCreation(), SeAuditProcessExit(), SeCaptureAcl(), SeCaptureLuidAndAttributesArray(), SeCaptureObjectTypeList(), SeCaptureSecurityDescriptor(), SeCaptureSecurityQos(), SeCaptureSid(), SeCaptureSidAndAttributesArray(), SeCaptureSubjectContext(), SeCheckAuditPrivilege(), SeCheckPrivilegedObject(), SeCloseObjectAuditAlarm(), SeComputeQuotaInformationSize(), SeCopyClientToken(), SeCreateAccessState(), SeCreateClientSecurity(), SeCreateClientSecurityFromSubjectContext(), SeCreateObjectAuditAlarm(), SeDeassignPrimaryToken(), SeDeassignSecurity(), SeDefaultObjectMethod(), SeDeleteAccessState(), SeDeleteObjectAuditAlarm(), SeExchangePrimaryToken(), SeFastTraverseCheck(), SeFilterToken(), SeFreeCapturedObjectTypeList(), SeFreeCapturedSecurityQos(), SeFreePrivileges(), SeGetTokenControlInformation(), SeImpersonateClient(), SeImpersonateClientEx(), SeInitSystem(), SeLockSubjectContext(), SeMakeAnonymousLogonToken(), SeMakeSystemToken(), SeMarkLogonSessionForTerminationNotification(), SeObjectReferenceAuditAlarm(), SeOpenObjectAuditAlarm(), SeOpenObjectForDeleteAuditAlarm(), SepAccessCheck(), SepAccessCheckAndAuditAlarm(), SepAddAccessTypeList(), SepAdjustGroups(), SepAdjustPrivileges(), SepAdtCloseObjectAuditAlarm(), SepAdtCopyToLsaSharedMemory(), SepAdtDeleteObjectAuditAlarm(), SepAdtGenerateDiscardAudit(), SepAdtHandleAuditAlarm(), SepAdtInitializeAuditingOptions(), SepAdtInitializeBounds(), SepAdtInitializePhase1(), SepAdtInitializePrivilegeAuditing(), SepAdtLogAuditRecord(), SepAdtMarshallAuditRecord(), SepAdtObjectReferenceAuditAlarm(), SepAdtOpenObjectAuditAlarm(), SepAdtOpenObjectForDeleteAuditAlarm(), SepAdtPrivilegedServiceAuditAlarm(), SepAdtPrivilegeObjectAuditAlarm(), SepAdtSetAuditLogInformation(), SepAdtValidateAuditBounds(), SepAppendDefaultDacl(), SepAppendPrimaryGroup(), SepAssemblePrivileges(), SepAuditTypeList(), SepConcatenatePrivileges(), SepCopyProxyData(), SepCreateClientSecurity(), SepCreateImpersonationTokenDacl(), SepCreateLogonSessionTrack(), SepCreateToken(), SepDefaultDeleteMethod(), SepDeleteLogonSessionTrack(), SepDequeueWorkItem(), SepDeReferenceLogonSession(), SepDumpSecurityDescriptor(), SepDumpString(), SepDumpTokenInfo(), SepDuplicateToken(), SepExamineSacl(), SepExamineSaclEx(), SepFilterPrivilegeAudits(), SepFilterToken(), SepFreeCapturedString(), SepFreeDefaultDacl(), SepFreePrimaryGroup(), SepFreeProxyData(), SepGetDefaultsSubjectContext(), SepIdAssignableAsGroup(), SepIdAssignableAsOwner(), SepInformFileSystemsOfDeletedLogon(), SepInformLsaOfDeletedLogon(), SepInheritAcl(), SepInitializationPhase0(), SepInitializationPhase1(), SepInitializePrivilegeSets(), SepInitializeWorkList(), SepInitSystemDacls(), SepMakeTokenEffectiveOnly(), SepNotifyFileSystems(), SepObjectInTypeList(), SepPrintAcl(), SepPrintSid(), SepPrivilegeCheck(), SepProbeAndCaptureQosData(), SepProbeAndCaptureString_U(), SepQueryNameString(), SepQueryTypeString(), SepQueueWorkItem(), SepReferenceLogonSession(), SepRemoveDisabledGroupsAndPrivileges(), SePrivilegeCheck(), SePrivilegedServiceAuditAlarm(), SePrivilegeObjectAuditAlarm(), SePrivilegePolicyCheck(), SepRmCallLsa(), SepRmCommandServerThread(), SepRmCommandServerThreadInit(), SepRmComponentTestCommandWrkr(), SepRmCreateLogonSessionWrkr(), SepRmDeleteLogonSessionWrkr(), SepRmInitPhase0(), SepRmSendCommandToLsaWrkr(), SepRmSetAuditEventWrkr(), SepRmSetAuditLogWrkr(), SepSidInSidAndAttributes(), SepSidInToken(), SepSidInTokenEx(), SepSidTranslation(), SepSinglePrivilegeCheck(), SepTokenDeleteMethod(), SepTokenInitialization(), SepTokenIsOwner(), SepUpdateParentTypeList(), SepValidOwnerSubjectContext(), SepVariableInitialization(), SeQueryAuthenticationIdToken(), SeQueryInformationToken(), SeQuerySecurityAccessMask(), SeQuerySecurityDescriptorInfo(), SeRegisterLogonSessionTerminatedRoutine(), SeReleaseAcl(), SeReleaseLuidAndAttributesArray(), SeReleaseSecurityDescriptor(), SeReleaseSid(), SeReleaseSidAndAttributesArray(), SeReleaseSubjectContext(), SeRmInitPhase1(), SeSetAccessStateGenericMapping(), SeSetSecurityAccessMask(), SeSinglePrivilegeCheck(), SeSubProcessToken(), SeTokenImpersonationLevel(), SeTokenIsAdmin(), SeTokenIsRestricted(), SeTokenType(), SeTraverseAuditAlarm(), SeUnlockSubjectContext(), SeUnregisterLogonSessionTerminatedRoutine(), SmbTraceCompleteSrv(), SmbTraceDeferredDereferenceHeap(), SmbTraceDisconnect(), SmbTraceEmptyQueue(), SmbTraceFreeMemory(), SmbTraceInitialize(), SmbTraceStart(), SmbTraceStop(), SmbTraceTerminate(), SmbTraceThreadEntry(), SmbTraceToClient(), UdfAcquireForCache(), UdfAcquireForCreateSection(), UdfAcquireResource(), UdfAddToPcb(), UdfAddVmcbMapping(), UdfAllocateTable(), UdfCandidateShortName(), UdfCleanupDirContext(), UdfCleanupIcbContext(), UdfCleanupIrpContext(), UdfCommonCleanup(), UdfCommonClose(), UdfCommonClosePrivate(), UdfCommonCreate(), UdfCommonDevControl(), UdfCommonDirControl(), UdfCommonFsControl(), UdfCommonLockControl(), UdfCommonQueryInfo(), UdfCommonQueryVolInfo(), UdfCommonRead(), UdfCommonSetInfo(), UdfCompleteFcbOpen(), UdfCompleteMdl(), UdfCompletePcb(), UdfConvertCS0DstringToUnicode(), UdfCreateCcb(), UdfCreateFcb(), UdfCreateFcbNonPaged(), UdfCreateFileLock(), UdfCreateInternalStream(), UdfCreateIrpContext(), UdfCreatePcb(), UdfCreateUserMdl(), UdfDeallocateTable(), UdfDecodeFileObject(), UdfDeleteCcb(), UdfDeleteFcb(), UdfDeleteFcbNonpaged(), UdfDeleteInternalStream(), UdfDeleteVcb(), UdfDetermineVolumeBounding(), UdfDismountVolume(), UdfDissectName(), UdfEnumerateIndex(), UdfEquivalentPcb(), UdfFastDecodeFileObject(), UdfFastIoCheckIfPossible(), UdfFastLock(), UdfFastQueryBasicInfo(), UdfFastQueryNetworkInfo(), UdfFastQueryStdInfo(), UdfFastUnlockAll(), UdfFastUnlockAllByKey(), UdfFastUnlockSingle(), UdfFcbTableCompare(), UdfFindAnchorVolumeDescriptor(), UdfFindDirEntry(), UdfFindFileSetDescriptor(), UdfFindInParseTable(), UdfFindNameLink(), UdfFindPrefix(), UdfFindVolumeDescriptors(), UdfFinishBuffers(), UdfFsdPostRequest(), UdfFspClose(), UdfFullCompareNames(), UdfGetNextAllocation(), UdfGetNextFcb(), UdfInitializeAllocationContext(), UdfInitializeAllocations(), UdfInitializeEaContext(), UdfInitializeEnumeration(), UdfInitializeFcbFromIcbContext(), UdfInitializeIcbContext(), UdfInitializeIcbContextFromFcb(), UdfInitializeLcbFromDirContext(), UdfInitializePcb(), UdfInitializeStackIrpContext(), UdfInitializeVcb(), UdfInitializeVmcb(), UdfInsertNameLink(), UdfInsertPrefix(), UdfIs8dot3Name(), UdfIsNameInExpression(), UdfIsPathnameValid(), UdfIsRemount(), UdfIsVolumeMounted(), UdfLockVolume(), UdfLockVolumeInternal(), UdfLookupActiveIcb(), UdfLookupActiveIcbInExtent(), UdfLookupAllocation(), UdfLookupDirEntryPostProcessing(), UdfLookupEa(), UdfLookupFcbTable(), UdfLookupInitialDirEntry(), UdfLookupNextDirEntry(), UdfLookupPsnOfExtent(), UdfMountVolume(), UdfMultipleAsync(), UdfNonCachedRead(), UdfNoopAcquire(), UdfNoopRelease(), UdfNormalizeFileNames(), UdfNotifyChangeDirectory(), UdfOpenExistingFcb(), UdfOpenObjectByFileId(), UdfOpenObjectFromDirContext(), UdfOplockComplete(), UdfOplockRequest(), UdfPerformDevIoCtrl(), UdfPrepareBuffers(), UdfPrePostIrp(), UdfPurgeVolume(), UdfQueryAlternateNameInfo(), UdfQueryBasicInfo(), UdfQueryDirectory(), UdfQueryEaInfo(), UdfQueryFsAttributeInfo(), UdfQueryFsDeviceInfo(), UdfQueryFsSizeInfo(), UdfQueryFsVolumeInfo(), UdfQueryInternalInfo(), UdfQueryNameInfo(), UdfQueryNetworkInfo(), UdfQueryPositionInfo(), UdfQueryStandardInfo(), UdfQueueClose(), UdfReadSectors(), UdfRecognizeVolume(), UdfReleaseForCreateSection(), UdfReleaseFromCache(), UdfRemoveClose(), UdfRemovePrefix(), UdfRemoveVmcbMapping(), UdfResetVmcb(), UdfScanForDismountedVcb(), UdfSerial32(), UdfSetFileObject(), UdfSetMaximumLbnVmcb(), UdfSetThreadContext(), UdfsFindInParseTable(), UdfSingleAsync(), UdfsRecFsControl(), UdfTeardownStructures(), UdfUninitializeVmcb(), UdfUnlockVolume(), UdfUpdateDirNames(), UdfUpdateTimestampsFromIcbContext(), UdfUpdateVcbPhase0(), UdfUpdateVcbPhase1(), UdfUpdateVolumeLabel(), UdfUpdateVolumeSerialNumber(), UdfUserFsctl(), UdfVerifyDescriptor(), UdfVerifyFcbOperation(), UdfVerifyVcb(), UdfVerifyVolume(), UdfVmcbLbnToVbn(), UdfWaitSync(), UnpackBiosParameterBlock(), VdmDispatchInterrupts(), VdmDispatchIRQ13(), VdmDispatchPageFault(), VdmEndExecution(), VdmFlushPrinterWriteData(), VdmpDispatchableIntPending(), VdmpExceptionHandler(), VdmpInitialize(), VdmpIsThreadTerminating(), VdmpPrinterDirectIoClose(), VdmpPrinterDirectIoOpen(), VdmpQueueIntApcRoutine(), VdmpQueueInterrupt(), VdmPrinterStatus(), VdmPrinterWriteData(), VdmpStartExecution(), VdmQueryDirectoryFile(), VdmTraceEvent(), xHalGetInterruptTranslator(), xHalIoAssignDriveLetters(), xHalIoClearPartitionTable(), xHalIoReadPartitionTable(), xHalIoSetPartitionInformation(), xHalIoWritePartitionTable(), xHalQueryBusSlots(), xHalQuerySystemInformation(), xHalRegisterBusHandler(), and xHalSetSystemInformation().

#define POOL_SMALL_LISTS   8
 

Definition at line 115 of file ntosdef.h.

Referenced by ExAllocatePoolWithTag(), and ExFreePoolWithTag().

#define POOL_TAGGING   1
 

Definition at line 135 of file ntosdef.h.


Typedef Documentation

typedef struct _KAPC KAPC
 

Referenced by KeInitializeApc().

typedef struct _KDPC KDPC
 

typedef enum _KDPC_IMPORTANCE KDPC_IMPORTANCE
 

Referenced by KeSetImportanceDpc().

typedef struct _KIPI_COUNTS KIPI_COUNTS
 

Referenced by main().

typedef CCHAR KPROCESSOR_MODE
 

Definition at line 174 of file ntosdef.h.

Referenced by _UserTestForWinStaAccess(), BuildQueryDirectoryIrp(), CmpDoOpen(), CmQueryMultipleValueKey(), ExpRaiseHardError(), ExpWorkerThread(), IoCreateFile(), IopGetSetSecurityObject(), IopParseDevice(), IopSetEaOrQuotaInformationFile(), IopXxxControlFile(), KiContinue(), KiEmulateByteWord(), KiEmulateReference(), KiInsertQueueApc(), KiLocateTriggerPc(), KiMemoryFault(), KiRaiseException(), KiRestoreProcessorState(), KiSetServerWaitClientEvent(), KiSystemServiceHandler(), LpcpCopyRequestData(), LpcpCreatePort(), LpcRequestPort(), LpcRequestWaitReplyPort(), MiAccessCheck(), MmCreateSection(), NtAcceptConnectPort(), NtAddAtom(), NtAdjustGroupsToken(), NtAdjustPrivilegesToken(), NtAlertResumeThread(), NtAlertThread(), NtAllocateLocallyUniqueId(), NtAllocateUserPhysicalPages(), NtAllocateUuids(), NtAllocateVirtualMemory(), NtAssignProcessToJobObject(), NtCancelIoFile(), NtCancelTimer(), NtCloseObjectAuditAlarm(), NtCompleteConnectPort(), NtCreateChannel(), NtCreateDirectoryObject(), NtCreateEvent(), NtCreateEventPair(), NtCreateIoCompletion(), NtCreateJobObject(), NtCreateKey(), NtCreateMutant(), NtCreatePagingFile(), NtCreateProfile(), NtCreateSemaphore(), NtCreateSuperSection(), NtCreateSymbolicLinkObject(), NtCreateTimer(), NtCreateToken(), NtDelayExecution(), NtDeleteFile(), NtDeleteObjectAuditAlarm(), NtDeleteValueKey(), NtDuplicateObject(), NtDuplicateToken(), NtEnumerateKey(), NtEnumerateValueKey(), NtExtendSection(), NtFilterToken(), NtFindAtom(), NtFlushBuffersFile(), NtFlushInstructionCache(), NtFlushVirtualMemory(), NtFreeUserPhysicalPages(), NtFreeVirtualMemory(), NtGetContextThread(), NtImpersonateClientOfPort(), NtImpersonateThread(), NtListenChannel(), NtLoadDriver(), NtLoadKey2(), NtLockFile(), NtLockVirtualMemory(), NtMakeTemporaryObject(), NtMapViewOfSection(), NtMapViewOfSuperSection(), NtNotifyChangeDirectoryFile(), NtNotifyChangeMultipleKeys(), NtOpenChannel(), NtOpenDirectoryObject(), NtOpenEvent(), NtOpenEventPair(), NtOpenIoCompletion(), NtOpenJobObject(), NtOpenKey(), NtOpenMutant(), NtOpenObjectAuditAlarm(), NtOpenProcess(), NtOpenProcessToken(), NtOpenSection(), NtOpenSemaphore(), NtOpenSuperSection(), NtOpenSymbolicLinkObject(), NtOpenThread(), NtOpenThreadToken(), NtOpenTimer(), NtPrivilegeCheck(), NtPrivilegedServiceAuditAlarm(), NtPrivilegeObjectAuditAlarm(), NtProtectVirtualMemory(), NtPulseEvent(), NtQueryAttributesFile(), NtQueryDefaultLocale(), NtQueryDefaultUILanguage(), NtQueryDirectoryFile(), NtQueryDirectoryObject(), NtQueryEaFile(), NtQueryEvent(), NtQueryFullAttributesFile(), NtQueryInformationAtom(), NtQueryInformationFile(), NtQueryInformationJobObject(), NtQueryInformationPort(), NtQueryInformationProcess(), NtQueryInformationThread(), NtQueryInformationToken(), NtQueryInstallUILanguage(), NtQueryIntervalProfile(), NtQueryIoCompletion(), NtQueryKey(), NtQueryMultipleValueKey(), NtQueryMutant(), NtQueryObject(), NtQueryOpenSubKeys(), NtQueryPerformanceCounter(), NtQueryQuotaInformationFile(), NtQuerySection(), NtQuerySecurityObject(), NtQuerySemaphore(), NtQuerySymbolicLinkObject(), NtQuerySystemEnvironmentValue(), NtQuerySystemInformation(), NtQueryTimer(), NtQueryValueKey(), NtQueryVirtualMemory(), NtQueryVolumeInformationFile(), NtQueueApcThread(), NtRaiseHardError(), NtReadFile(), NtReadFileScatter(), NtReadVirtualMemory(), NtReleaseMutant(), NtReleaseSemaphore(), NtRemoveIoCompletion(), NtReplaceKey(), NtReplyPort(), NtReplyWaitReceivePort(), NtReplyWaitReceivePortEx(), NtReplyWaitReplyPort(), NtReplyWaitSendChannel(), NtRequestPort(), NtRequestWaitReplyPort(), NtResetEvent(), NtRestoreKey(), NtResumeThread(), NtSaveKey(), NtSaveMergedKeys(), NtSecureConnectPort(), NtSendWaitReplyChannel(), NtSetContextThread(), NtSetEaFile(), NtSetEvent(), NtSetHighEventPair(), NtSetHighWaitLowEventPair(), NtSetInformationFile(), NtSetInformationJobObject(), NtSetInformationKey(), NtSetInformationObject(), NtSetInformationProcess(), NtSetInformationThread(), NtSetInformationToken(), NtSetLowEventPair(), NtSetLowWaitHighEventPair(), NtSetSecurityObject(), NtSetSystemEnvironmentValue(), NtSetSystemInformation(), NtSetTimer(), NtSetValueKey(), NtSetVolumeInformationFile(), NtSignalAndWaitForSingleObject(), NtStartProfile(), NtStopProfile(), NtSuspendThread(), NtSystemDebugControl(), NtTerminateJobObject(), NtUnloadDriver(), NtUnloadKey(), NtUnlockFile(), NtUnlockVirtualMemory(), NtUnmapViewOfSection(), NtUserCreateWindowStation(), NtWaitForMultipleObjects(), NtWaitForSingleObject(), NtWaitHighEventPair(), NtWaitLowEventPair(), NtWriteFile(), NtWriteFileGather(), NtWriteVirtualMemory(), ObInsertObject(), PsAssignImpersonationToken(), PsOpenTokenOfJobObject(), PsOpenTokenOfProcess(), PsOpenTokenOfThread(), PspAssignPrimaryToken(), PspCreateProcess(), PspCreateThread(), PspSetPrimaryToken(), RtlpNewSecurityObject(), SeAccessCheckByType(), SeFilterToken(), SepAccessCheckAndAuditAlarm(), SepOpenTokenOfThread(), SeSubProcessToken(), VdmpDelayIntApcRoutine(), VdmpQueueIntApcRoutine(), VdmpQueueInterrupt(), and xxxResolveDesktop().

typedef struct _KSPIN_LOCK_QUEUE KSPIN_LOCK_QUEUE
 

typedef enum _KSPIN_LOCK_QUEUE_NUMBER KSPIN_LOCK_QUEUE_NUMBER
 

typedef struct _MDL MDL
 

typedef enum _MODE MODE
 

typedef struct _KAPC * PKAPC
 

Referenced by KeFlushQueueApc().

typedef VOID(* PKDEFERRED_ROUTINE)(IN struct _KDPC *Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
 

Definition at line 266 of file ntosdef.h.

Referenced by KeInitializeDpc(), KiInitializeKernel(), and KiInitSystem().

typedef struct _KDPC * PKDPC
 

typedef PVOID PKIPI_CONTEXT
 

Definition at line 347 of file ntosdef.h.

Referenced by KiIpiProcessRequests().

typedef struct _KIPI_COUNTS * PKIPI_COUNTS
 

typedef VOID(* PKIPI_WORKER)(IN PKIPI_CONTEXT PacketContext, IN PVOID Parameter1, IN PVOID Parameter2, IN PVOID Parameter3)
 

Definition at line 351 of file ntosdef.h.

typedef VOID(* PKKERNEL_ROUTINE)(IN struct _KAPC *Apc, IN OUT PKNORMAL_ROUTINE *NormalRoutine, IN OUT PVOID *NormalContext, IN OUT PVOID *SystemArgument1, IN OUT PVOID *SystemArgument2)
 

Definition at line 204 of file ntosdef.h.

Referenced by KeInitializeApc(), KeInitializeThread(), KiDeliverApc(), and NtNotifyChangeMultipleKeys().

typedef VOID(* PKNORMAL_ROUTINE)(IN PVOID NormalContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
 

Definition at line 196 of file ntosdef.h.

Referenced by ExpTimerApcRoutine(), IopCompleteRequest(), IopParseDevice(), IopSynchronousServiceTail(), KeInitializeApc(), KiDeliverApc(), NtNotifyChangeMultipleKeys(), NtQueryInformationFile(), NtQueueApcThread(), NtSetInformationFile(), and NtSetTimer().

typedef VOID(* PKRUNDOWN_ROUTINE)(IN struct _KAPC *Apc)
 

Definition at line 214 of file ntosdef.h.

Referenced by IopCompleteRequest(), KeInitializeApc(), KeInitializeThread(), NtNotifyChangeMultipleKeys(), and NtSetTimer().

typedef struct _KSPIN_LOCK_QUEUE * PKSPIN_LOCK_QUEUE
 

typedef enum _KSPIN_LOCK_QUEUE_NUMBER * PKSPIN_LOCK_QUEUE_NUMBER
 

typedef BOOLEAN(* PKSYNCHRONIZE_ROUTINE)(IN PVOID SynchronizeContext)
 

Definition at line 220 of file ntosdef.h.

typedef BOOLEAN(* PKTRANSFER_ROUTINE)(VOID)
 

Definition at line 226 of file ntosdef.h.

typedef struct _MDL * PMDL
 

typedef struct _PP_LOOKASIDE_LIST PP_LOOKASIDE_LIST
 

typedef struct _PP_LOOKASIDE_LIST * PPP_LOOKASIDE_LIST
 

typedef struct _KAPC PRKAPC
 

Referenced by KeInitializeApc().

typedef struct _KDPC PRKDPC
 

Referenced by KeInitializeDpc().

typedef struct _SECURITY_CLIENT_CONTEXT * PSECURITY_CLIENT_CONTEXT
 

typedef union _SLIST_HEADER * PSLIST_HEADER
 

typedef struct _SECURITY_CLIENT_CONTEXT SECURITY_CLIENT_CONTEXT
 

Referenced by CmLoadKey().

typedef union _SLIST_HEADER SLIST_HEADER
 


Enumeration Type Documentation

enum _KDPC_IMPORTANCE
 

Enumeration values:
LowImportance 
MediumImportance 
HighImportance 

Definition at line 321 of file ntosdef.h.

00321 { 00322 LowImportance, 00323 MediumImportance, 00324 HighImportance 00325 } KDPC_IMPORTANCE;

enum _KSPIN_LOCK_QUEUE_NUMBER
 

Enumeration values:
LockQueueDispatcherLock 
LockQueueContextSwapLock 
LockQueuePfnLock 
LockQueueSystemSpaceLock 
LockQueueVacbLock 
LockQueueMasterLock 
LockQueueMaximumLock 

Definition at line 92 of file ntosdef.h.

enum _MODE
 

Enumeration values:
KernelMode 
UserMode 
MaximumMode 

Definition at line 176 of file ntosdef.h.

00176 { 00177 KernelMode, 00178 UserMode, 00179 MaximumMode 00180 } MODE;


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