ReactOS 0.4.15-dev-7958-gcd0bb1a
shellext.h File Reference
#include <windows.h>
#include <winternl.h>
#include <string>
#include <vector>
#include <stdint.h>
#include "../btrfs.h"
#include "../btrfsioctl.h"
Include dependency graph for shellext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _REPARSE_DATA_BUFFER
 
struct  _DUPLICATE_EXTENTS_DATA
 
struct  _FSCTL_GET_INTEGRITY_INFORMATION_BUFFER
 
struct  _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
 
class  win_handle
 
class  fff_handle
 
class  nt_handle
 
class  string_error
 
class  last_error
 
class  ntstatus_error
 

Macros

#define ISOLATION_AWARE_ENABLED   1
 
#define STRSAFE_NO_DEPRECATE
 
#define WINVER   0x0A00
 
#define _WIN32_WINNT   0x0A00
 
#define STATUS_SUCCESS   (NTSTATUS)0x00000000
 
#define STATUS_BUFFER_OVERFLOW   (NTSTATUS)0x80000005
 
#define STATUS_END_OF_FILE   (NTSTATUS)0xc0000011
 
#define STATUS_MORE_PROCESSING_REQUIRED   (NTSTATUS)0xc0000016
 
#define STATUS_BUFFER_TOO_SMALL   (NTSTATUS)0xc0000023
 
#define STATUS_DEVICE_NOT_READY   (NTSTATUS)0xc00000a3
 
#define STATUS_CANNOT_DELETE   (NTSTATUS)0xc0000121
 
#define STATUS_NOT_FOUND   (NTSTATUS)0xc0000225
 
#define BLOCK_FLAG_DATA   0x001
 
#define BLOCK_FLAG_SYSTEM   0x002
 
#define BLOCK_FLAG_METADATA   0x004
 
#define BLOCK_FLAG_RAID0   0x008
 
#define BLOCK_FLAG_RAID1   0x010
 
#define BLOCK_FLAG_DUPLICATE   0x020
 
#define BLOCK_FLAG_RAID10   0x040
 
#define BLOCK_FLAG_RAID5   0x080
 
#define BLOCK_FLAG_RAID6   0x100
 
#define BTRFS_TYPE_FILE   1
 
#define BTRFS_TYPE_DIRECTORY   2
 
#define BTRFS_TYPE_CHARDEV   3
 
#define BTRFS_TYPE_BLOCKDEV   4
 
#define BTRFS_TYPE_FIFO   5
 
#define BTRFS_TYPE_SOCKET   6
 
#define BTRFS_TYPE_SYMLINK   7
 
#define funcname   __func__
 
#define SYMLINK_FLAG_RELATIVE   1
 
#define FSCTL_DUPLICATE_EXTENTS_TO_FILE   CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 209, METHOD_BUFFERED, FILE_WRITE_ACCESS)
 
#define FSCTL_GET_INTEGRITY_INFORMATION   CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 159, METHOD_BUFFERED, FILE_ANY_ACCESS)
 
#define FSCTL_SET_INTEGRITY_INFORMATION   CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 160, METHOD_BUFFERED, FILE_READ_DATA | FILE_WRITE_DATA)
 

Typedefs

typedef struct _REPARSE_DATA_BUFFER REPARSE_DATA_BUFFER
 
typedef struct _REPARSE_DATA_BUFFERPREPARSE_DATA_BUFFER
 
typedef struct _DUPLICATE_EXTENTS_DATA DUPLICATE_EXTENTS_DATA
 
typedef struct _DUPLICATE_EXTENTS_DATAPDUPLICATE_EXTENTS_DATA
 
typedef struct _FSCTL_GET_INTEGRITY_INFORMATION_BUFFER FSCTL_GET_INTEGRITY_INFORMATION_BUFFER
 
typedef struct _FSCTL_GET_INTEGRITY_INFORMATION_BUFFERPFSCTL_GET_INTEGRITY_INFORMATION_BUFFER
 
typedef struct _FSCTL_SET_INTEGRITY_INFORMATION_BUFFER FSCTL_SET_INTEGRITY_INFORMATION_BUFFER
 
typedef struct _FSCTL_SET_INTEGRITY_INFORMATION_BUFFERPFSCTL_SET_INTEGRITY_INFORMATION_BUFFER
 

Functions

NTSTATUS NTAPI NtReadFile (HANDLE FileHandle, HANDLE Event, PIO_APC_ROUTINE ApcRoutine, PVOID ApcContext, PIO_STATUS_BLOCK IoStatusBlock, PVOID Buffer, ULONG Length, PLARGE_INTEGER ByteOffset, PULONG Key)
 
NTSTATUS WINAPI NtSetEaFile (HANDLE FileHandle, PIO_STATUS_BLOCK IoStatusBlock, PVOID Buffer, ULONG Length)
 
NTSTATUS WINAPI NtSetSecurityObject (HANDLE Handle, SECURITY_INFORMATION SecurityInformation, PSECURITY_DESCRIPTOR SecurityDescriptor)
 
NTSTATUS NTAPI NtQueryVolumeInformationFile (HANDLE FileHandle, PIO_STATUS_BLOCK IoStatusBlock, PVOID FsInformation, ULONG Length, FS_INFORMATION_CLASS FsInformationClass)
 
void format_size (uint64_t size, wstring &s, bool show_bytes)
 
void set_dpi_aware ()
 
wstring format_message (ULONG last_error)
 
wstring format_ntstatus (NTSTATUS Status)
 
bool load_string (HMODULE module, UINT id, wstring &s)
 
void wstring_sprintf (wstring &s, wstring fmt,...)
 
void command_line_to_args (LPWSTR cmdline, vector< wstring > &args)
 
wstring utf8_to_utf16 (const string_view &utf8)
 
void error_message (HWND hwnd, const char *msg)
 

Variables

HMODULE module
 

Macro Definition Documentation

◆ _WIN32_WINNT

#define _WIN32_WINNT   0x0A00

Definition at line 32 of file shellext.h.

◆ BLOCK_FLAG_DATA

#define BLOCK_FLAG_DATA   0x001

Definition at line 75 of file shellext.h.

◆ BLOCK_FLAG_DUPLICATE

#define BLOCK_FLAG_DUPLICATE   0x020

Definition at line 80 of file shellext.h.

◆ BLOCK_FLAG_METADATA

#define BLOCK_FLAG_METADATA   0x004

Definition at line 77 of file shellext.h.

◆ BLOCK_FLAG_RAID0

#define BLOCK_FLAG_RAID0   0x008

Definition at line 78 of file shellext.h.

◆ BLOCK_FLAG_RAID1

#define BLOCK_FLAG_RAID1   0x010

Definition at line 79 of file shellext.h.

◆ BLOCK_FLAG_RAID10

#define BLOCK_FLAG_RAID10   0x040

Definition at line 81 of file shellext.h.

◆ BLOCK_FLAG_RAID5

#define BLOCK_FLAG_RAID5   0x080

Definition at line 82 of file shellext.h.

◆ BLOCK_FLAG_RAID6

#define BLOCK_FLAG_RAID6   0x100

Definition at line 83 of file shellext.h.

◆ BLOCK_FLAG_SYSTEM

#define BLOCK_FLAG_SYSTEM   0x002

Definition at line 76 of file shellext.h.

◆ BTRFS_TYPE_BLOCKDEV

#define BTRFS_TYPE_BLOCKDEV   4

Definition at line 88 of file shellext.h.

◆ BTRFS_TYPE_CHARDEV

#define BTRFS_TYPE_CHARDEV   3

Definition at line 87 of file shellext.h.

◆ BTRFS_TYPE_DIRECTORY

#define BTRFS_TYPE_DIRECTORY   2

Definition at line 86 of file shellext.h.

◆ BTRFS_TYPE_FIFO

#define BTRFS_TYPE_FIFO   5

Definition at line 89 of file shellext.h.

◆ BTRFS_TYPE_FILE

#define BTRFS_TYPE_FILE   1

Definition at line 85 of file shellext.h.

◆ BTRFS_TYPE_SOCKET

#define BTRFS_TYPE_SOCKET   6

Definition at line 90 of file shellext.h.

◆ BTRFS_TYPE_SYMLINK

#define BTRFS_TYPE_SYMLINK   7

Definition at line 91 of file shellext.h.

◆ FSCTL_DUPLICATE_EXTENTS_TO_FILE

#define FSCTL_DUPLICATE_EXTENTS_TO_FILE   CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 209, METHOD_BUFFERED, FILE_WRITE_ACCESS)

Definition at line 205 of file shellext.h.

◆ FSCTL_GET_INTEGRITY_INFORMATION

#define FSCTL_GET_INTEGRITY_INFORMATION   CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 159, METHOD_BUFFERED, FILE_ANY_ACCESS)

Definition at line 221 of file shellext.h.

◆ FSCTL_SET_INTEGRITY_INFORMATION

#define FSCTL_SET_INTEGRITY_INFORMATION   CTL_CODE(FILE_DEVICE_FILE_SYSTEM, 160, METHOD_BUFFERED, FILE_READ_DATA | FILE_WRITE_DATA)

Definition at line 222 of file shellext.h.

◆ funcname

#define funcname   __func__

Definition at line 96 of file shellext.h.

◆ ISOLATION_AWARE_ENABLED

#define ISOLATION_AWARE_ENABLED   1

Definition at line 27 of file shellext.h.

◆ STATUS_BUFFER_OVERFLOW

#define STATUS_BUFFER_OVERFLOW   (NTSTATUS)0x80000005

Definition at line 66 of file shellext.h.

◆ STATUS_BUFFER_TOO_SMALL

#define STATUS_BUFFER_TOO_SMALL   (NTSTATUS)0xc0000023

Definition at line 69 of file shellext.h.

◆ STATUS_CANNOT_DELETE

#define STATUS_CANNOT_DELETE   (NTSTATUS)0xc0000121

Definition at line 71 of file shellext.h.

◆ STATUS_DEVICE_NOT_READY

#define STATUS_DEVICE_NOT_READY   (NTSTATUS)0xc00000a3

Definition at line 70 of file shellext.h.

◆ STATUS_END_OF_FILE

#define STATUS_END_OF_FILE   (NTSTATUS)0xc0000011

Definition at line 67 of file shellext.h.

◆ STATUS_MORE_PROCESSING_REQUIRED

#define STATUS_MORE_PROCESSING_REQUIRED   (NTSTATUS)0xc0000016

Definition at line 68 of file shellext.h.

◆ STATUS_NOT_FOUND

#define STATUS_NOT_FOUND   (NTSTATUS)0xc0000225

Definition at line 72 of file shellext.h.

◆ STATUS_SUCCESS

return STATUS_SUCCESS   (NTSTATUS)0x00000000

Definition at line 65 of file shellext.h.

Referenced by __attribute__(), __drv_allocatesMem(), FxRegKey::__drv_maxIRQL(), __drv_maxIRQL(), __drv_when(), __RxAcquireFcb(), FxDevice::_AcquireOptinRemoveLock(), FxDmaTransactionBase::_CalculateRequiredMapRegisters(), FxWmiIrpHandler::_ChangeSingleInstance(), FxWmiIrpHandler::_ChangeSingleItem(), FxChildList::_ComputeTotalDescriptionSize(), IFxMemory::_CopyPtrToPtr(), FxMemoryBuffer::_Create(), FxMemoryBufferFromPool::_Create(), FxSystemThread::_CreateAndInit(), FxCmResList::_CreateAndInit(), FxIoResReqList::_CreateAndInit(), FxChildList::_CreateAndInit(), FxPortResourceInfo::_CreateAndInit(), FxRegisterResourceInfo::_CreateAndInit(), FxMessageDispatch::_CreateAndInitialize(), FxFileObject::_CreateFileObject(), FxIoResReqList::_CreateFromWdmList(), _Dispatch_type_(), FxPkgPdo::_DispatchQueryPower(), FxWmiIrpHandler::_EnableDisableEventsAndCollection(), FxWmiIrpHandler::_ExecuteMethod(), _Function_class_(), FxDevice::_GetDeviceProperty(), FxObject::_GetEffectiveLock(), FxFileObject::_GetFileObjectFromWdm(), FxDriver::_InitializeDriverName(), _IRQL_requires_(), _IRQL_requires_max_(), _Kernel_requires_resource_held_(), _Kernel_requires_resource_not_held_(), _KsEdit(), _main(), _MmSetPageEntrySectionSegment(), _nfs41_CreateSrvCall(), FxPkgPnp::_PnpCancelRemoveDevice(), FxPkgPnp::_PnpCancelStopDevice(), FxPkgPdo::_PnpQueryDeviceText(), FxPkgPdo::_PnpQueryId(), FxPkgFdo::_PnpQueryPnpDeviceState(), FxPkgPdo::_PnpQueryPnpDeviceState(), FxPkgPnp::_PnpQueryRemoveDevice(), FxPkgPnp::_PnpRemoveDevice(), FxPkgPnp::_PnpStopDevice(), FxWmiIrpHandler::_QueryAllData(), FxPkgPdo::_QueryCapsWorkItem(), FxWmiIrpHandler::_QuerySingleInstance(), _rdpdr_check_fds(), FxWmiIrpHandler::_RegInfo(), _Requires_lock_held_(), FxPkgPnp::_S0IdleQueryInstance(), FxPkgPnp::_S0IdleSetInstance(), FxPkgPnp::_S0IdleSetItem(), _Success_(), FxPkgPnp::_SxWakeQueryInstance(), FxPkgPnp::_SxWakeSetInstance(), FxPkgPnp::_SxWakeSetItem(), _test_alg_name(), _test_file_name(), _test_group(), _test_hash_length(), FxDevice::_ValidateOpenKeyParams(), FxRegKey::_VerifyMultiSzString(), AbortSystemShutdownA(), AccessCheckEmptyMappingTest(), AccessGrantedMultipleObjectsTests(), AccessGrantedNoDaclTests(), AccessGrantedTests(), acpi_create_registry_table(), ACPIDispatchCreateClose(), ACPIDispatchDeviceControl(), ACPIEnumerateDevices(), AcpiInterfaceNotificationsRegister(), AcpiRegQueryValue(), CAC97AdapterCommon::AcquireCodecSemiphore(), FxDmaPacketTransaction::AcquireDevice(), FxDeviceBase::AcquireDmaPacketTransaction(), AcquireMutexThread(), AcquireResourceThread(), AdapterDispatchPnp(), add_balance_item(), add_calc_job_comp(), add_calc_job_decomp(), add_changed_extent_ref_edr(), add_changed_extent_ref_sdr(), add_children_to_move_list(), add_comserver_record(), add_csum_sparse_extents(), add_data_reloc(), add_data_reloc_extent_item(), add_device(), add_dir_child(), add_ext_holes(), add_ifaceps_record(), add_metadata_reloc(), add_metadata_reloc_extent_item(), add_metadata_reloc_parent(), add_parents(), add_pending_rmdir(), add_root_item_to_cache(), add_root_ref(), add_shared_block_extent_ref(), add_shared_data_extent_ref(), add_space_entry(), add_superblock_stripe(), add_to_bootstrap(), add_tree_block_extent_ref(), FxResourceCollection::AddAt(), AddBitmap(), AddBootStoreEntry(), FxObject::AddChildObjectInternal(), FxObject::AddContext(), AddControllers(), AddData(), AddDevice(), AddDeviceInternal(), FxPkgPdo::AddEjectionDevice(), AddEventHooksWdfDeviceCreate(), AddEventHooksWdfIoQueueCreate(), AddFileName(), AddFixupArray(), AddGenericHeaderIPv4(), AddIndexAllocation(), AddIndexRoot(), AddInputEvents(), FxWmiProvider::AddInstanceLocked(), FxDeviceBase::AddIoTarget(), AddNewMftEntry(), FxWmiIrpHandler::AddPowerPolicyProviderAndInstance(), FxWmiIrpHandler::AddProviderLocked(), AddrBuildAddress(), FxPkgPnp::AddRemovalDevice(), AddrGetAddress(), AddStandardInformation(), CDefaultContextMenu::AddStaticEntriesForKey(), AddUDPHeaderIPv4(), FxPkgPnp::AddUsageDevice(), AdjustEnableDefaultPriv(), AdvancedErrorChecks(), AfdAccept(), AfdBindSocket(), AfdCleanupSocket(), AfdCloseSocket(), AfdConnectedSocketReadData(), AfdConnectedSocketWriteData(), AfdCreateSocket(), AfdDeregisterEventHandlers(), AfdDisconnect(), AfdEnumEvents(), AfdEventDisconnect(), AfdEventError(), AfdEventReceive(), AfdEventReceiveDatagramHandler(), AfdEventSelect(), AfdGetConnectData(), AfdGetConnectOptions(), AfdGetContext(), AfdGetContextSize(), AfdGetDisconnectData(), AfdGetDisconnectOptions(), AfdGetInfo(), AfdGetInformation(), AfdGetPeerName(), AfdGetSockName(), AfdGetTdiHandles(), AfdListenSocket(), AfdPacketSocketReadData(), AfdPacketSocketWriteData(), AfdQueryFsDeviceInfo(), AfdRegisterEventHandlers(), AfdSelect(), AfdSetConnectData(), AfdSetConnectDataSize(), AfdSetConnectOptions(), AfdSetConnectOptionsSize(), AfdSetContext(), AfdSetDisconnectData(), AfdSetDisconnectDataSize(), AfdSetDisconnectOptions(), AfdSetDisconnectOptionsSize(), AfdSetInfo(), AfdStreamSocketConnect(), AfdWaitForListen(), MxWorkItem::Allocate(), FxNPagedLookasideList::Allocate(), FxNPagedLookasideListFromPool::Allocate(), FxPagedLookasideListFromPool::Allocate(), Allocate(), allocate_cache(), allocate_cache_chunk(), allocate_tree_extents(), FxDmaPacketTransaction::AllocateAdapterChannel(), AllocateAddressMapping(), FxUsbDeviceStringContext::AllocateDescriptor(), AllocateDictionaryEntry(), FxDeviceBase::AllocateDmaEnablerList(), FxDevice::AllocateDmaEnablerList(), FxPkgPnp::AllocateDmaEnablerList(), FxDriver::AllocateDriverObjectExtensionAndStoreFxDriver(), FxDeviceBase::AllocateEnumInfo(), FxDevice::AllocateEnumInfo(), FxPkgPnp::AllocateEnumInfo(), AllocateGuarded(), AllocateInterfaceDescriptorsArray(), FxDeviceBase::AllocateTarget(), AllocW32Process(), AllocW32Thread(), allow_extended_dasd_io(), append_file_test(), AppendUnicodeString(), ApphelpCacheAccessCheck(), ApphelpCacheDump(), ApphelpCacheFlush(), ApphelpCacheInitialize(), ApphelpCacheLookupEntry(), ApphelpCacheParse(), ApphelpCacheRemoveEntryNolock(), ApphelpCacheUpdateEntry(), ApphelpValidateData(), ApplyAccountSettings(), ApplyAuditEvents(), ApplyLockoutSettings(), ApplyPasswordSettings(), ApplyPatchToFileByHandles(), ArbBuildAssignmentOrdering(), ArbInitializeArbiterInstance(), ArbPreprocessEntry(), ArchInitializeContext(), ArchInitializeContexts(), ario_Initializer(), armem_Initializer(), FxPkgFdo::AskParentToRemoveAndReenumerate(), FxPkgPdo::AskParentToRemoveAndReenumerate(), assembly_get_pubkey_token(), FxPkgPnp::AssignPowerFrameworkSettings(), AuthPortThreadRoutine(), AuxKlibGetBugCheckData(), AuxKlibInitialize(), AuxKlibQueryModuleInformation(), AVrfpLoadAndInitializeProvider(), BadBlockQueryRoutine(), balance_data_chunk(), balance_metadata_chunk(), BaseCreateStack(), BaseCreateThreadPoolThread(), BaseExitThreadPoolThread(), BasepAllocateActivationContextActivationBlock(), BasepCheckBadapp(), BasepCheckWebBladeHashes(), BasepCheckWinSaferRestrictions(), BasepComputeProcessPath(), BasepGetModuleHandleExW(), BasepIsProcessAllowed(), BasepLoadLibraryAsDatafile(), BasepNotifyCsrOfThread(), BasepNotifyTrackingService(), BasepProbeForDllManifest(), BasepReplaceProcessThreadTokens(), BaseProcessInitPostImport(), BaseSrvDelayLoadKernel32(), BaseSrvFillCommandInfo(), BaseSrvGetConsoleRecord(), BaseSrvInitializeIniFileMappings(), BaseSrvNlsConnect(), BaseVerifyDnsName(), BasicBehaviorChecks(), CAC97MiniportTopology::BasicSupportHandler(), BasicSupportHandler(), BatteryClassInitializeDevice(), BatteryClassIoctl(), BatteryClassStatusNotify(), BatteryClassUnload(), BCryptCloseAlgorithmProvider(), BCryptCreateHash(), BCryptDestroyHash(), BCryptGenRandom(), BCryptGetFipsAlgorithmMode(), BCryptHash(), BCryptHashData(), BCryptOpenAlgorithmProvider(), BdaCheckChanges(), BdaCommitChanges(), BdaCreateFilterFactoryEx(), BdaGetChangeState(), BdaInitFilter(), BdaMethodDeletePin(), BdaPropertyGetPinControl(), BdaPropertyNodeTypes(), BdaPropertyPinTypes(), BdaPropertyTemplateConnections(), BdaStartChanges(), BdaUninitFilter(), BdaValidateNodeProperty(), BeepCleanup(), BeepClose(), BeepCreate(), BeepDeviceControl(), BeepStartIo(), BehaviorChecks(), BfClearScreen(), BfLoadDeferredFontFiles(), BfLoadFontFile(), BiConvertRegistryDataToElement(), BiDeleteKey(), BiEnumerateSubKeys(), BiEnumerateSubObjectElements(), BiGetRegistryValue(), BiInitializeAndValidateHive(), BiLoadHive(), BindAdapterByName(), BiOpenKey(), BlAppendBootOptions(), BlasterCleanup(), BlasterClose(), BlasterCreate(), BlasterDeviceControl(), BlasterWrite(), BlCopyBootOptions(), BlDeviceClose(), BlDisplayClearScreen(), BlDisplayGetScreenResolution(), BlDisplaySetCursorType(), BlDisplaySetScreenResolution(), BlFileClose(), BlFileReadEx(), BlFwGetParameters(), BlGetApplicationBaseAndSize(), BlGetBootOptionBoolean(), BlGetBootOptionDevice(), BlGetBootOptionGuid(), BlGetBootOptionGuidList(), BlGetBootOptionInteger(), BlGetBootOptionString(), BlHtDelete(), BlHtLookup(), BlHtStore(), BlImgAllocateImageBuffer(), BlImgLoadBootApplication(), BlImgStartBootApplication(), BlImgUnloadBootApplication(), BlInitializeLibrary(), BlMmFreeHeap(), BlMmGetMemoryMap(), BlMmMapPhysicalAddressEx(), BlMmRemoveBadMemory(), BlockIoEfiCompareDevice(), BlockIoEfiCreateDeviceEntry(), BlockIoEfiGetBlockIoInformation(), BlockIoEfiGetChildHandle(), BlockIoEfiGetDeviceInformation(), BlockIoFirmwareOpen(), BlockIoFirmwareRead(), BlockIoGetInformation(), BlockIoOpen(), BlockIopAllocateAlignedBuffer(), BlockIopBlockInformationCheck(), BlockIopDestroy(), BlockIopFreeAlignedBuffer(), BlockIopFreeAllocations(), BlockIopOperation(), BlockIopReadPhysicalDevice(), BlockIoSetInformation(), BlpArchInitialize(), BlpDeviceInitialize(), BlpDeviceOpen(), BlpDisplayReinitialize(), BlpFileRegisterFileSystem(), BlpFwInitialize(), BlpGetBootOptionIntegerList(), BlpMmDeleteBlockAllocator(), BlpMmInitializeConstraints(), BlpPdParseReturnArguments(), BlpTimeCalibratePerformanceCounter(), BlpTimeMeasureTscFrequency(), BlReplaceBootOptions(), BlSecureBootIsEnabled(), BlTblMap(), BlTblSetEntry(), BlUtlInitialize(), BlUtlRegisterProgressRoutine(), BlXmiInitialize(), BmEnumerateBootEntries(), BmFwRegisterRevocationList(), BmFwVerifySelfIntegrity(), BmGetBootSequence(), BmGetOptionList(), BmMain(), BmpCreateDevices(), BmpGetSelectedBootEntry(), BmpLaunchBootEntry(), BmpUpdateApplicationOptions(), BmPurgeOption(), BmResumeFromHibernate(), BroadcastOpen(), BrowseIndexEntries(), BrowseSubNodeIndexEntries(), build_clr_surrogate_section(), build_comserver_section(), build_dllredirect_section(), build_ifaceps_section(), build_progid_section(), build_tlib_section(), build_wndclass_section(), BuildAndSubmitIrp(), CAC97MiniportTopology::BuildConnectionDescriptors(), CMiniport::BuildDataRangeInformation(), BuildDesktopNameList(), FxIoResList::BuildFromWdmList(), FxCmResList::BuildFromWdmList(), BuildInteractiveProfileBuffer(), BuildLm20LogonProfileBuffer(), CAC97MiniportTopology::BuildNodeDescriptors(), CAC97MiniportTopology::BuildPinDescriptors(), FxCmResList::BuildPortResourceTable(), BuildRawIpPacket(), FxCmResList::BuildRegisterResourceTable(), BuildSidListFromDomainAndName(), BuildTokenGroups(), BuildTokenInformationBuffer(), BuildTokenPrimaryGroup(), BuildTokenUser(), CAC97MiniportTopology::BuildTopology(), BuildUDPPacket(), BuildUSBAudioFilterTopology(), BuildUserModeWindowStationName(), BuildWindowStationNameList(), Bus_DestroyPdo(), Bus_FDO_PnP(), Bus_FDO_Power(), Bus_PDO_PnP(), Bus_PDO_Power(), Bus_PDO_QueryBusInformation(), Bus_PDO_QueryDeviceCaps(), Bus_PDO_QueryDeviceId(), Bus_PDO_QueryDeviceRelations(), Bus_PDO_QueryDeviceText(), Bus_PDO_QueryInterface(), Bus_PDO_QueryResourceRequirements(), Bus_PDO_QueryResources(), Bus_PlugInDevice(), bus_pnp(), Bus_Power(), bus_query_capabilities(), bus_query_device_relations(), bus_query_hardware_ids(), ButtonWaitThread(), CallCacheControl(), FxIrp::CallDriver(), CanRemoveDevice(), CanStopDevice(), CapturePinStateChange(), CcCanIWrite(), CcCopyRead(), CcFlushCache(), CcpBuildCacheMdl(), CcRosCreateVacb(), CcRosDeleteFileCache(), CcRosFlushDirtyPages(), CcRosGetVacb(), CcRosInitializeFileCache(), CcRosInternalFreeVacb(), CcRosReleaseFileCache(), CcRosReleaseVacb(), CcUnpinRepinnedBcb(), CcWaitForCurrentLazyWriterActivity(), CdAllowExtendedDasdIo(), CdCommonDevControl(), CdCommonLockControl(), CdCompleteMdl(), CdCreateUserMdl(), CdDevCtrlCompletionRoutine(), CdExceptionFilter(), CdfsChkdsk(), CdFspDispatch(), CdHijackIrpAndFlushDevice(), CdInitializeEnumeration(), CdInitializeGlobalData(), CdIsPathnameValid(), CdIsVolumeDirty(), CdIsVolumeMounted(), CdMultiAsyncCompletionRoutine(), CdQueryFsAttributeInfo(), CdQueryFsDeviceInfo(), CdQueryFsSizeInfo(), CdQueryNameInfo(), CdQueueClose(), CdSingleAsyncCompletionRoutine(), CdUnlockVolumeInternal(), CdUpcaseName(), CdUpdateDirentName(), CdUpdatePathEntryName(), CdVerifyVcb(), ChangeRemoteDatabaseUniqueId(), ChangeUniqueIdRoutine(), ChanMgrGetByHandle(), ChanMgrGetByIndex(), ChanMgrGetChannelByName(), ChanMgrGetChannelCount(), ChanMgrGetChannelIndex(), ChanMgrInitialize(), ChanMgrIsFull(), ChanMgrReapChannels(), ChanMgrReleaseChannel(), ChannelCreate(), ChannelDereferenceHandles(), ChannelGetApplicationType(), ChannelGetDescription(), ChannelGetName(), ChannelGetStatus(), ChannelHasRedrawEvent(), ChannelInitializeVTable(), ChannelSetDescription(), ChannelSetName(), ChannelSetStatus(), check_csum(), check_for_orphans(), check_for_orphans_root(), check_inode_used(), check_nfs41_create_args(), check_nfs41_dirquery_args(), check_nfs41_getacl_args(), check_nfs41_getreparse_args(), check_nfs41_read_args(), check_nfs41_setacl_args(), check_nfs41_setattr_args(), check_nfs41_setreparse_args(), check_nfs41_write_args(), CheckAdjacentVADs(), CheckAlignment(), FxUsbInterface::CheckAndSelectSettingByIndex(), CheckBufferReadWrite(), CheckDirectorySecurity__(), FxCmResList::CheckForConnectionResources(), CheckForNoDriveLetterEntry(), CheckKeySecurity__(), CheckSomeDefaultAddresses(), CheckValidation(), CheckVolume(), Chkdsk(), ChkdskEx(), ChkdskFileSystem_UStr(), ChkdskPartition(), ClassAddDevice(), ClassBuildRequest(), ClassCleanup(), ClassClose(), ClassCreate(), ClassDeviceControl(), ClassDeviceHwFirmwareActivateProcess(), ClassDeviceHwFirmwareDownloadProcess(), ClassDeviceHwFirmwareGetInfoProcess(), ClassDispatchPnp(), ClassGetLBProvisioningLogPage(), ClassInterpretLBProvisioningLogPage(), ClassInterpretSenseInfo(), ClassIoComplete(), ClassIoCompleteAssociated(), ClassMinimalPowerHandler(), ClasspAccessAlignmentProperty(), ClasspAllocatePowerProcessIrp(), ClasspAllocateReleaseQueueIrp(), ClasspAllocateReleaseRequest(), ClasspCompleteOffloadWrite(), ClasspContinueOffloadWrite(), ClasspCreateClose(), ClasspDeviceGetBlockLimitsVPDPage(), ClasspDeviceGetLBAStatusWorker(), ClasspDeviceGetLBProvisioningVPDPage(), ClasspDeviceLBProvisioningProperty(), ClasspDeviceLockFailurePowerIrpCompletion(), ClasspDeviceMediaTypeProperty(), ClasspDeviceSeekPenaltyProperty(), ClasspDeviceTrimProcess(), ClasspDeviceTrimProperty(), ClasspDuidGetDeviceIdProperty(), ClasspDuidGetDeviceProperty(), ClasspDuidGetDriveLayout(), ClasspDuidQueryProperty(), ClasspEjectionControl(), ClasspEnableIdlePower(), ClasspGetBlockDeviceTokenLimitsInfo(), ClasspGetInquiryVpdSupportInfo(), ClasspGetLBProvisioningInfo(), ClasspGetTokenOperationCommandBufferLength(), ClasspGetTokenOperationDescriptorLimits(), ClasspInitializeGesn(), ClasspInitializeHotplugInfo(), ClasspInitializePolling(), ClasspInitializeTimer(), ClasspInterpretGesnData(), ClasspIsPortable(), ClasspLogSystemEventWithDeviceNumber(), ClasspMcnControl(), ClasspMediaChangeDetectionCompletion(), ClasspMediaChangeDeviceInstanceOverride(), ClasspModeSelect(), ClasspModeSense(), ClassPnp(), ClassPnpStartDevice(), ClassPower(), ClasspPersistentReserve(), ClasspPowerDownCompletion(), ClasspPowerHandler(), ClasspPriorityHint(), ClasspReceivePopulateTokenInformation(), ClasspReceivePopulateTokenInformationTransferPacketDone(), ClasspReceiveWriteUsingTokenInformation(), ClasspReceiveWriteUsingTokenInformationTransferPacketDone(), ClasspRefreshFunctionSupportInfo(), ClasspStartNextPowerIrpCompletion(), ClasspStorageEventNotification(), ClasspUpdateDiskProperties(), ClasspWriteCacheProperty(), ClassQueryInternalDataBlock(), ClassReadCapacity16(), ClassReadDriveCapacity(), ClassReadWrite(), ClassRetrieveDeviceRelations(), ClassSendSrbSynchronous(), ClassSystemControl(), ClassWmiCompleteRequest(), CleanupSoundBlaster(), clear_free_space_cache(), ClientEventChainedReceive(), ClientEventReceiveExpedited(), ClientThread(), ClockPropertyCorrelatedPhysicalTime(), ClockPropertyCorrelatedTime(), ClockPropertyFunctionTable(), ClockPropertyPhysicalTime(), ClockPropertyResolution(), ClockPropertyState(), ClockPropertyTime(), Close(), CloseClientPort(), CloseIniBootLoaderStore(), CloseKey(), CloseLogonLsaHandle(), CloseSoundBlaster(), CmBattAddAcAdapter(), CmBattCreateFdo(), CmBattDisableStatusNotify(), CmBattGetBatteryStatus(), CmBattOpenClose(), CmBattPnpDispatch(), CmBattRemoveDevice(), CmBattSetStatusNotify(), CmDeleteKey(), CmDeleteValueKey(), CmFlushKey(), CmiAddSubKey(), CmiAddValueKey(), CmiCallRegisteredCallbacks(), CmiCreateSecurityKey(), CmiCreateSubKey(), CmiInitializeHive(), CmLoadKey(), CmpAddValueToList(), CmpAssignSecurityDescriptor(), CmpBuildHashStackAndLookupCache(), CmpConvertHandleToKernelHandle(), CmpCopyKeyValueList(), CmpCreateControlSet(), CmpDeepCopyKeyInternal(), CmpDeleteKeyObject(), CmpDestroyHive(), CmpDoCreateChild(), CmpFreeKeyByCell(), CmpInitHiveFromFile(), CmpInitializeHardwareConfiguration(), CmpInitializeHive(), CmpInitializeHiveList(), CmpInitializeMachineDependentConfiguration(), CmpLinkHiveToMaster(), CmpLookInCache(), CmpOpenHiveFiles(), CmpQueryFlagsInformation(), CmpQueryKeyData(), CmpQueryKeyDataFromCache(), CmpQueryKeyName(), CmpQueryKeyValueData(), CmpQueryNameInformation(), CmpQuerySecurityDescriptor(), CmpRemoveValueFromList(), CmpSaveBootControlSet(), CmpSecurityMethod(), CmpSetSecurityDescriptor(), CmpSetupConfigurationTree(), CmpSetValueDataNew(), CmpSetValueKeyExisting(), CmRegisterCallback(), CmSaveKey(), CmSaveMergedKeys(), CmSetValueKey(), CmUnloadKey(), CmUnRegisterCallback(), co_IntSendMessageTimeoutSingle(), co_IntShowDesktop(), co_IntWaitMessage(), co_MsqWaitForNewMessages(), CODE_SEG(), CombinePaths(), CombinePathsV(), FxObject::Commit(), IdleTimeoutManagement::CommitPowerFrameworkSettings(), CompareFileContents(), CompareProductName(), compat_FsRtlValidateReparsePointBuffer(), CompBattAddNewBattery(), CompBattDisableStatusNotify(), CompBattGetBatteryGranularity(), CompBattGetBatteryInformation(), CompBattOpenClose(), CompBattPnpDispatch(), CompBattPnpEventHandler(), CompBattQueryInformation(), CompBattQueryTag(), CompBattRemoveBattery(), FxWmiIrpHandler::CompleteWmiExecuteMethodRequest(), FxWmiIrpHandler::CompleteWmiQueryAllDataRequest(), FxWmiIrpHandler::CompleteWmiQuerySingleInstanceRequest(), ComputeCompatibleFormat(), CON_API(), CON_API_NOCONSOLE(), ConcatPaths(), ConcatPathsV(), ConDrvAttachTerminal(), ConDrvChangeScreenBufferAttributes(), ConDrvCreateController(), ConDrvDeleteController(), ConDrvDetachTerminal(), ConDrvDispatch(), ConDrvFillConsoleOutput(), ConDrvFlushConsoleInputBuffer(), ConDrvGetConsoleCP(), ConDrvGetConsoleCursorInfo(), ConDrvGetConsoleInput(), ConDrvGetConsoleMode(), ConDrvGetConsoleNumberOfInputEvents(), ConDrvGetConsoleScreenBufferInfo(), ConDrvInitConsole(), ConDrvInitInputBuffer(), ConDrvInvalidateBitMapRect(), ConDrvReadConsoleOutput(), ConDrvReadConsoleOutputString(), ConDrvScrollConsoleScreenBuffer(), ConDrvSetConsoleActiveScreenBuffer(), ConDrvSetConsoleCP(), ConDrvSetConsoleCursorInfo(), ConDrvSetConsoleCursorPosition(), ConDrvSetConsoleMode(), ConDrvSetConsolePalette(), ConDrvSetConsoleTextAttribute(), ConDrvSetConsoleWindowInfo(), ConDrvWriteConsole(), ConDrvWriteConsoleOutput(), ConDrvWriteConsoleOutputString(), ConDrvWriteConsoleOutputVDM(), FxUsbPipeContinuousReader::Config(), ConfigCallback(), FxPkgGeneral::ConfigureConstraints(), FxDeviceBase::ConfigureConstraints(), FxIoQueue::ConfigureConstraints(), FxPkgIo::ConfigureDynamicDispatching(), FxPkgGeneral::ConfigureFileObjectClass(), FxPkgGeneral::ConfigureForwarding(), FxPkgIo::ConfigureForwarding(), ConfigureSoundBlasterDevice(), ConioAddInputEvents(), ConioProcessInputEvent(), ConioResizeBuffer(), ConioWriteConsole(), ConMgrChannelClose(), ConMgrFlushData(), ConMgrInitialize(), ConMgrSetCurrentChannel(), ConMgrShutdown(), FxInterrupt::Connect(), ConnectToLsa(), CONSOLE_SCREEN_BUFFER_Initialize(), ConsoleControlDispatcher(), ConsoleCreateLocalInputConsole(), ConsoleCreateRemoteConsole(), ConsoleEfiGopEnable(), ConsoleEfiGopGetGraphicalFormat(), ConsoleEfiGopOpen(), ConsoleEfiGraphicalOpenProtocol(), ConsoleEfiTextFindModeFromAllowed(), ConsoleFirmwareGraphicalClear(), ConsoleFirmwareTextOpen(), ConsoleFirmwareTextSetState(), ConsoleGraphicalConstruct(), ConsoleGraphicalEnable(), ConsoleGraphicalGetGraphicalResolution(), ConsoleGraphicalGetOriginalResolution(), ConsoleInputBaseConstruct(), ConsoleInputBaseEraseBuffer(), ConsoleInputBaseReinitialize(), ConsolepConvertColorToPixel(), ConsoleTextLocalConstruct(), ConSrvAllocateConsole(), ConSrvConnect(), ConSrvConsoleCtrlEventTimeout(), ConSrvConsoleProcessCtrlEvent(), ConSrvDeinitTerminal(), ConSrvGetConsole(), ConSrvGetConsoleProcessList(), ConSrvGetObject(), ConSrvInheritConsole(), ConSrvInheritHandlesTable(), ConSrvInitConsole(), ConSrvInitProcessHandles(), ConSrvInitTerminal(), ConSrvInsertObject(), ConSrvLoadFrontEnd(), ConSrvNewProcess(), ConSrvRemoveConsole(), ConSrvRemoveObject(), ConSrvSetConsoleProcessFocus(), ConSrvTermReadStream(), construct_extent_item(), ConstructDeviceName(), ConstructSoundDeviceNames(), ContinueManipulateStateHandler(), Control(), ControlSoundBlaster(), ConvertDataRunsToLargeMCB(), ConvertLargeMCBToDataRuns(), ConvertPath(), ConvertToUnicodeString(), copy_space_list(), CopyLoop(), CopyMsgToKernelMem(), CopyMsgToUserMem(), CopyRegistryValueData(), CountAvailableClusters(), CpInitialize(), FxRequestMemory::Create(), create_chunk(), create_directory_fcb(), create_file_test(), create_registry_key(), create_snapshot(), create_stream(), create_subvol(), CreateAC97MiniportWaveRTStream(), FxTagTracker::CreateAndInitialize(), CreateBTreeFromIndex(), CreateClassDeviceObject(), CreateClose(), CreateContext(), CreateDeviceFromRegistry(), CreateDeviceName(), FxPoxInterface::CreateDevicePowerRequirementMachine(), CreateDeviceSecurityDescriptor(), CreateEmptyBTree(), CreateFlopDeviceObject(), CreateFreeLoaderIniForReactOS(), CreateFreeLoaderIniForReactOSAndBootSector(), CreateGreenFdo(), CreateGroupListRoutine(), CreateGroupOrderListRoutine(), CreateIndexRootFromBTree(), FxUsbDevice::CreateInterfaces(), FxUsbDevice::CreateIsochUrb(), CreateLogoffSecurityAttributes(), CreateMiniportWaveCyclicStream(), CreateMiniportWaveICHStream(), CreateMiniportWaveStreamCMI(), CreateNestedKey(), CreateNewFileFromPatch(), CreateNewVolumeName(), CreateNTOSEntry(), CreatePartitionList(), FxPkgPnp::CreatePowerThread(), FxPkgPnp::CreatePowerThreadIfNeeded(), CreateProcessAsUserCommon(), CreateProcessInternalW(), CreateQueueEvtIoDefault(), CreateRedirectedFile(), FxUsbInterface::CreateSettings(), CreateSoundBlaster(), CreateSoundDevice(), CreateSoundDeviceWithDefaultName(), CreateStorageRequestBlock(), CreateStringWithGlobal(), FxRequestBase::CreateTimer(), FxUsbDevice::CreateUrb(), CreateVolumeList(), CSR_API(), CSR_SERVER_DLL_INIT(), CsrApiHandleConnectionRequest(), CsrApiRequestThread(), CsrCallServerFromServer(), CsrCaptureArguments(), CsrCaptureMessageMultiUnicodeStringsInPlace(), CsrClientConnectToServer(), CsrCreateRemoteThread(), CsrCreateThread(), CsrDestroyProcess(), CsrDestroyThread(), CsrIdentifyAlertableThread(), CsrInitCsrRootProcess(), CsrInsertThread(), CsrLoadServerDll(), CsrLockProcessByClientId(), CsrLockThreadByClientId(), CsrParseServerCommandLine(), CsrpCheckRequestThreads(), CsrpConnectToServer(), CsrProcessRefcountZero(), CsrSbApiRequestThread(), CsrServerInitialization(), CsrSetDirectorySecurity(), CsrShutdownProcesses(), CsrSrvAttachSharedSection(), CsrSrvCreateSharedSection(), CsrUnlockProcess(), CsrUnlockThread(), CustomBaseAllocation(), data_reloc_add_tree_edr(), DbgkClearProcessDebugObject(), DbgkpPostFakeModuleMessages(), DbgkpQueueMessage(), DbgkpSetProcessDebugObject(), DbgPrintEarly(), DbgUiConnectToDbg(), DbgUiConvertStateChangeStructure(), DbgUiRemoteBreakin(), decrease_extent_refcount(), DefaultQueryInfoBufferCheck(), DefaultSetInfoBufferCheck(), delete_file_test(), delete_reparse_point(), delete_xattr(), FxDevice::DeleteDeviceFromFailedCreateNoDelete(), DeleteDriveLetterRoutine(), DeleteFromLocalDatabaseRoutine(), DeleteNoDriveLetterEntryRoutine(), DemoteBTreeRoot(), DenyAccessTests(), DestroySoundDevice(), DetectFeatures(), DeviceControlHandler(), DeviceErrorHandlerForHitachiGD2000(), DeviceErrorHandlerForMmc(), DeviceEvtD0Entry(), DeviceEvtD0Exit(), DeviceEvtFileClose(), DeviceEvtIoInCallerContext(), DeviceEvtSelfManagedIoInit(), DeviceInterfaceChangeCallback(), DeviceIoctlPassive(), DeviceMediaChangeRegistryCallBack(), DeviceProcessDsmTrimRequest(), DeviceReleaseQueueCompletion(), DeviceScratchPreventMediaRemoval(), DeviceScratchSyncCache(), DeviceSendStartUnit(), DeviceZPODDGetPowerupReason(), DGDeliverData(), FxInterrupt::Disconnect(), disk_close(), disk_create(), disk_create_notify(), disk_device_control(), disk_query_directory(), disk_query_information(), disk_query_volume_information(), disk_read(), disk_set_information(), disk_write(), DiskClose(), DiskConfigurationDataQueryRoutine(), DiskCreateFdo(), DiskDetectFailurePrediction(), DiskDetermineMediaTypes(), DiskDeviceControl(), DiskEnableDisableFailurePrediction(), DiskEnableDisableFailurePredictPolling(), DiskFdoExecuteWmiMethod(), DiskFdoQueryWmiDataBlock(), DiskFdoQueryWmiRegInfo(), DiskFlushDispatch(), DiskGenerateDeviceName(), DiskGetCacheInformation(), DiskGetInfoExceptionInformation(), DiskGetModePage(), DiskIdentifierQueryRoutine(), DiskInfoExceptionComplete(), DiskInitFdo(), DiskInitializeReregistration(), DiskIoctlClearVerify(), DiskIoctlEnableFailurePrediction(), DiskIoctlGetCacheSetting(), DiskIoctlGetDriveGeometry(), DiskIoctlGetDriveGeometryEx(), DiskIoctlGetLengthInfo(), DiskIoctlGetMediaTypesEx(), DiskIoctlIsWritable(), DiskIoctlPredictFailure(), DiskIoctlSetCacheSetting(), DiskIoctlSetVerify(), DiskIoctlUpdateDriveSize(), DiskIoctlVerifyThread(), DiskModeSelect(), DiskPostReregisterRequest(), DiskReadFailurePredictData(), DiskReadFailurePredictStatus(), DiskReadWriteVerification(), DiskRemoveDevice(), DiskSetCacheInformation(), DiskSetInfoExceptionInformation(), DiskShutdownFlush(), DiskStartFdo(), DiskStopDevice(), DiskWmiFunctionControl(), dismount_volume(), DismountVolume(), FxWmiIrpHandler::Dispatch(), Dispatch(), Dispatch_fnClose(), DispatchCreateCloseCleanup(), DispatchCreateSysAudioPin(), FxPkgFdo::DispatchDeviceQueryPower(), DispatchIoctl(), FxIoQueue::DispatchRequestToDriver(), FxPkgPdo::DispatchSystemSetPower(), DispPrepareIrpForCancel(), DispTdiAssociateAddress(), DispTdiDeleteIPAddress(), DispTdiDisassociateAddress(), DispTdiListen(), DispTdiQueryInformation(), DispTdiQueryInformationEx(), DispTdiQueryIpHwAddress(), DispTdiSetEventHandler(), DispTdiSetIPAddress(), divide_ext(), dll_entry_point(), DllInitialize(), DllUnload(), FxDmaTransactionBase::DmaCompleted(), DMusMPUInterruptServiceRoutine(), do_create_snapshot(), do_enumeratekey(), do_flush(), do_lzo_decompress(), do_read(), do_splits(), do_tree_writes(), do_write2(), DoAdminUnlock(), DoLogon(), DoQueries(), DoQuery(), DoSocketCancel(), DoSocketRequest(), DoTraceLevelMessage(), dprintk(), DriverCleanup(), DriverClose(), DriverCreate(), DriverDispatch(), DriverEntry(), DriverEvtDeviceAdd(), DriverIoControl(), drop_chunk(), drop_root(), drop_roots(), DsppInitialize(), DsppReinitialize(), DummyInitTerminal(), DumpInfo(), duplicate_extents(), duplicate_fcb(), FxChildList::DuplicateAddress(), FxChildList::DuplicateId(), DuplicateTokenAsEffective(), DuplicateUnicodeString(), DxDdStartupDxGraphics(), EfiGetEfiStatusCode(), EfiGetNtStatusCode(), EfiGopGetCurrentMode(), EfiInitpAppendPathString(), EfiInitpConvertEfiDevicePath(), EfiInitpConvertEfiFilePath(), EfiInitTranslateDevicePath(), EfipGetRsdt(), EfipGetSystemTable(), EfiVmOpenProtocol(), EfiVmpFreeInterfaceEntry(), ElfCreateBackupLogHandle(), ElfCreateEventLogHandle(), ElfCreateFile(), ElfDeleteEventLogHandle(), ElfFlushFile(), ElfpInitExistingFile(), ElfpInitNewFile(), ElfrGetLogInformation(), ElfrNumberOfRecords(), ElfrOldestRecord(), ElfrReportEventA(), EnableInterrupts(), EnableIrq(), EndRequestHandler(), EngpUpdateGraphicsDeviceList(), FxPkgIo::EnqueueRequest(), EnumDeviceKeys(), EnumerateBootStoreEntries(), EnumerateDevices(), EnumerateInstallations(), EnumerateReactOSEntries(), EnumerateSoundDevices(), EnumerateSubkey(), EnumerateValueTest(), EnumResourceLanguagesA(), EnumResourceLanguagesW(), EnumResourceNamesA(), EnumResourceNamesW(), EnumResourceTypesA(), EnumResourceTypesW(), EtfsGetInformation(), EtfsInitialize(), EtfsMount(), EtfspCachedSearchForDirent(), EtfspCheckEtfs(), EtfspCreateContext(), EtfspDeviceContextDestroy(), EtfspDeviceTableDestroyEntry(), EtfspGetDirent(), EtfsSetInformation(), EvalConvertEvaluationResults(), EvalConvertObjectReference(), EvalConvertParameterObjects(), EvalCreateOutputArguments(), EvalCreateParametersList(), EvalGetElementSize(), event_notification(), Ex2ProcessMountPoint(), Ex2ProcessUserPerfStat(), ExCallbackFunction(), ExDeleteResourceLite(), ExExtendZone(), ExGetPoolTagInfo(), ExInitializeResourceLite(), ExInitializeZone(), ExitProcessCallback(), ExitThreadCallback(), ExLockUserBuffer(), ExpAllocateUuids(), ExpCreateSystemRootLink(), ExpGetRawSMBiosTable(), ExpLoadBootSymbols(), ExpQueryModuleInformation(), ExpRaiseHardError(), ExpSetTimeZoneInformation(), ExpSystemErrorHandler(), ExpUuidGetValues(), ExpUuidLoadSequenceNumber(), ExReinitializeResourceLite(), Ext2AcquireFileForCcFlush(), Ext2AcquireFileForModWrite(), Ext2AllocateMcb(), Ext2AllowExtendedDasdIo(), Ext2bhReaperThread(), Ext2BuildExtents(), Ext2Chkdsk(), Ext2Cleanup(), Ext2Close(), Ext2CloseDevice(), Ext2Create(), Ext2CreateFile(), Ext2CreateMdl(), Ext2CreateVolume(), Ext2DeleteFile(), Ext2DeviceControlCompletion(), Ext2DismountVolume(), Ext2DoExtentExpand(), Ext2ExceptionHandler(), Ext2ExpandBlock(), Ext2ExpandExtent(), Ext2ExpandFile(), Ext2ExpandIndirect(), Ext2ExpandLast(), Ext2FastIoLock(), Ext2FastIoQueryBasicInfo(), Ext2FastIoQueryNetworkOpenInfo(), Ext2FastIoQueryStandardInfo(), Ext2FastIoUnlockAll(), Ext2FastIoUnlockAllByKey(), Ext2FastIoUnlockSingle(), Ext2FcbReaperThread(), Ext2FillEntry(), Ext2Flush(), Ext2FlushCompletionRoutine(), Ext2FlushFile(), Ext2FlushFiles(), Ext2FlushVcb(), Ext2Format(), Ext2FreeBlock(), Ext2FreeInode(), Ext2GetBlock(), Ext2GetReparsePoint(), Ext2GetRetrievalPointerBase(), Ext2GetRetrievalPointers(), Ext2InitializeLabel(), Ext2InitializeVcb(), Ext2InitializeZone(), Ext2InspectReparseData(), Ext2IsFileRemovable(), Ext2IsVolumeDirty(), Ext2IsVolumeMounted(), Ext2LockControl(), Ext2LockUserBuffer(), Ext2LockVcb(), Ext2LookupFile(), Ext2MapExtent(), Ext2MapIndirect(), Ext2McbReaperThread(), Ext2MediaEjectControlCompletion(), Ext2NewBlock(), Ext2NewInode(), Ext2OEMToUnicode(), Ext2OplockComplete(), Ext2OverwriteEa(), Ext2PerformRegistryVolumeParams(), Ext2ProcessEntry(), Ext2ProcessGlobalProperty(), Ext2ProcessUserProperty(), Ext2ProcessVolumeProperty(), Ext2PurgeFile(), Ext2PurgeVolume(), Ext2QueryDirectory(), Ext2QueryEa(), Ext2QueryExtentMappings(), Ext2QueryFileInformation(), Ext2QueryRetrievalPointers(), Ext2QueryVolumeInformation(), Ext2ReadComplete(), Ext2ReadFile(), Ext2ReadInode(), Ext2ReadVolume(), Ext2ReadWriteBlockAsyncCompletionRoutine(), Ext2ReadWriteBlocks(), Ext2RegistryQueryCallback(), Ext2ReleaseFileForCcFlush(), Ext2ReleaseFileForModWrite(), Ext2RemoveEntry(), Ext2ScanDir(), Ext2SetDispositionInfo(), Ext2SetEa(), Ext2SetFileInformation(), Ext2SetFileType(), Ext2SetLinkInfo(), Ext2SetParentEntry(), Ext2SetRenameInfo(), Ext2SetVolumeInformation(), Ext2ShutDown(), Ext2StartReaper(), Ext2TruncateBlock(), Ext2TruncateExtent(), Ext2TruncateFile(), Ext2TruncateIndirect(), Ext2TruncateIndirectFast(), Ext2TruncateSymlink(), Ext2UnicodeToOEM(), Ext2UnlockVcb(), Ext2UpdateGroupDirStat(), Ext2VerifyVcb(), Ext2VerifyVolume(), Ext2WinntError(), Ext2WriteComplete(), Ext2WriteFile(), Ext2WriteInode(), Ext2WriteSymlink(), Ext2WriteVolume(), ext3_bread(), ExTimedWaitForUnblockPushLock(), ExUuidCreate(), FAT12CountAvailableClusters(), FAT12FindAndMarkAvailableCluster(), FAT12GetNextCluster(), FAT12WriteCluster(), Fat12WriteRootDirectory(), FAT16CountAvailableClusters(), FAT16FindAndMarkAvailableCluster(), FAT16GetDirtyStatus(), FAT16GetNextCluster(), FAT16SetDirtyStatus(), FAT16WriteCluster(), Fat16WriteRootDirectory(), FAT32CountAvailableClusters(), FAT32FindAndMarkAvailableCluster(), FAT32GetDirtyStatus(), FAT32GetNextCluster(), FAT32SetDirtyStatus(), FAT32UpdateFreeClustersCount(), FAT32WriteCluster(), FATAddEntry(), FatAllowExtendedDasdIo(), FatCheckSystemSecurityAccess(), FatCommonQueryEa(), FatCommonSetEa(), FatCompleteMdl(), FatConstructNamesInFcb(), FatCreateRestrictEveryoneToken(), FATDelEntry(), FatDeviceControlCompletionRoutine(), FatExplicitDeviceAccessGranted(), FatFlushCompletionRoutine(), FatFlushFat(), FatFspDispatch(), FATGetNextDirEntry(), FatGetStatistics(), FatHijackIrpAndFlushDevice(), FatInitialize(), FatIsPathnameValid(), FatIsVolumeDirty(), FatIsVolumeMounted(), FatMultiAsyncCompletionRoutine(), FatOplockComplete(), FatPagingFileCompletionRoutineCatch(), FatPagingFileErrorHandler(), FatPagingFileIo(), FatPrefetchPages(), FatQueryBpb(), FatQueryFsAttributeInfo(), FatQueryFsDeviceInfo(), FatQueryFsFullSizeInfo(), FatQueryFsSizeInfo(), FatQueryFsVolumeInfo(), FatQueryShortNameInfo(), FatScanForDataTrack(), FatSearchBufferForLabel(), FatSetFsLabelInfo(), FatSetPositionInfo(), FatSetRenameInfo(), FatSetZeroOnDeallocate(), FatSingleAsyncCompletionRoutine(), FatSpecialSyncCompletionRoutine(), FatSyncUninitializeCacheMap(), FatToggleMediaEjectDisable(), FatUnlockVolumeInternal(), FatUnpinRepinnedBcbs(), FATXAddEntry(), FATXDelEntry(), FATXGetNextDirEntry(), FatxWriteRootDirectory(), fcb_get_new_sd(), FdcClose(), FdcCreate(), FdcFdoConfigCallback(), FdcFdoStartDevice(), FdcPdoPnp(), FdcPdoQueryCapabilities(), FdcPower(), FDO_CloseConfiguration(), FDO_CreateChildPdo(), FDO_DeviceRelations(), FDO_HandlePnp(), FDO_HandleResetCyclePort(), FdoCallHWInitialize(), FdoCleanup(), FdoClose(), FdoCreate(), FdoDispatchPnp(), FdoEnumerateDevices(), FdoHandleDeviceRelations(), FdoHandleQueryCompatibleId(), FdoHandleQueryProperty(), FdoHandleRemoveDevice(), FdoHandleSurpriseRemoval(), FdoIoctlDiskGetDriveLayout(), FdoIoctlDiskGetDriveLayoutEx(), FdoIoctlDiskGetPartitionInfo(), FdoIoctlDiskGetPartitionInfoEx(), FdoIoctlDiskSetDriveLayout(), FdoIoctlDiskSetDriveLayoutEx(), FdoIoctlDiskUpdateProperties(), FdoLocateChildDevice(), FdoPnpControl(), FdoQueryBusRelations(), FdoRemoveAdapter(), FdoSendInquiry(), FdoStartAdapter(), FdoStartDevice(), fetch_process_info(), fetch_thread_info(), file_create2(), file_create_parse_ea(), FileCloseAddress(), FileCloseConnection(), FileCloseControlChannel(), FileInformationCheck(), FileIoOpen(), FileOpenAddress(), FileOpenConnection(), FileOpenControlChannel(), fileref_get_filename(), FileSectionViewPermissionCheck(), fill_in_file_attribute_information(), fill_in_file_basic_information(), fill_in_file_case_sensitive_information(), fill_in_file_compression_information(), fill_in_file_ea_information(), fill_in_file_id_information(), fill_in_file_internal_information(), fill_in_file_network_open_information(), fill_in_file_position_information(), fill_in_file_standard_information(), fill_in_file_standard_link_information(), fill_in_file_stat_information(), fill_in_file_stat_lx_information(), fill_in_file_stream_information(), fill_in_hard_link_full_id_information(), fill_in_hard_link_information(), FillEntries(), FilterDispatch_fnClose(), FilterDispatch_fnDeviceIoControl(), FilterGeneralComponentIdHandler(), FilterInstanceSetup(), FilterProcess(), FilterQueryTeardown(), FxPkgPnp::FilterResourceRequirements(), FilterToken(), FilterUnload(), find_actctx_dll(), find_clr_surrogate(), find_cominterface_redirection(), find_comserver_redirection(), find_dll_redirection(), find_entry(), find_file_in_dir(), find_guid(), find_progid_redirection(), find_query_actctx(), find_resourceA(), find_resourceW(), find_send_dir(), find_string(), find_tlib_redirection(), find_window_class(), FindAttribute(), FindBootStore(), FindDeviceDescForAdapter(), FindDeviceInfo(), FindFastMethodHandler(), FindFastPropertyHandler(), FindFile(), FindFirstAttribute(), FindFirstAttributeListItem(), FindFirstStreamW(), FindMatchingCreateItem(), FindMethodHandler(), FindNextAttribute(), FindNextAttributeListItem(), FindNextFileW(), FindPropertyHandler(), finish_inode(), finish_removing_device(), FinishDevPoDnIrp(), FinishDevPoUpIrp(), FinishThread(), FixupUpdateSequenceArray(), FltEnumerateVolumes(), FltGetVolumeName(), FltGetVolumeProperties(), FltObjectReference(), FltpAddMessageWaiter(), FltpAttachFrame(), FltpAttachToFileSystemDevice(), FltpCreate(), FltpDispatchHandler(), FltpEnumerateFileSystemVolumes(), FltpPreFsFilterOperation(), FltpReallocateUnicodeString(), FltpRegisterContexts(), FltpStartingToDrainObject(), FltRegisterFilter(), flush_changed_dev_stats(), flush_changed_extent(), flush_extents(), flush_fcb(), flush_fileref(), flush_partial_stripe(), flush_refs(), flush_subvol(), FxDmaPacketTransaction::FlushAdapterBuffers(), FlushAllQueues(), FxPkgIo::FlushAllQueuesByFileObject(), FxUsbPipe::FormatAbortRequest(), FxUsbDevice::FormatControlRequest(), FormatEx2(), FormatFileSystem_UStr(), FormatPartition(), FxUsbPipe::FormatResetRequest(), FxUsbDevice::FormatStringRequest(), FxUsbPipe::FormatTransferRequest(), found_path(), Free(), FreeBT_AbortPipes(), FreeBT_DispatchClean(), FreeBT_DispatchClose(), FreeBT_DispatchCreate(), FreeBT_DispatchPower(), FreeBT_DispatchRead(), FreeBT_GetRegistryDword(), FreeBT_QueryWmiDataBlock(), FreeBT_QueryWmiRegInfo(), FreeBT_ResetPipe(), FreeBT_SetWmiDataBlock(), FreeBT_SetWmiDataItem(), FreeCircularBuffer(), FreeClusters(), FreeDeviceData(), FreeGuarded(), FreeLdrEnumerateBootEntries(), FreeReadOnly(), fs_get_statistics(), fsctl_get_xattrs(), fsctl_set_xattr(), FsdCloseFile(), FsdGetFsAttributeInformation(), FsdGetFsDeviceInformation(), FsdGetFsVolumeInformation(), FsdMount(), FsdMountDevice(), FsdOpenFile(), FsdReadFile(), FsdSetFsLabelInformation(), FsRecClose(), FsRecCreate(), FsRecRegisterFs(), FsRtlAcknowledgeOplockBreak(), FsRtlAcquireFileExclusiveCommon(), FsRtlAcquireFileForCcFlushEx(), FsRtlAcquireFileForModWriteEx(), FsRtlBalanceReads(), FsRtlCheckOplock(), FsRtlCopyRead(), FsRtlCopyRead2(), FsRtlCopyWrite(), FsRtlCopyWrite2(), FsRtlFastUnlockAll(), FsRtlFastUnlockAllByKey(), FsRtlFastUnlockSingle(), FsRtlGetNextExtraCreateParameter(), FsRtlInsertPerFileObjectContext(), FsRtlInsertPerStreamContext(), FsRtlMdlReadDev(), FsRtlNotifyCompleteIrp(), FsRtlNotifyCompleteIrpList(), FsRtlNotifyFilterChangeDirectory(), FsRtlNotifyFilterReportChange(), FsRtlNotifyVolumeEvent(), FsRtlOpBatchBreakClosePending(), FsRtlOplockBreakNotify(), FsRtlOplockBreakToII(), FsRtlOplockBreakToNone(), FsRtlOplockCleanup(), FsRtlPrepareMdlWriteDev(), FsRtlPrivateLock(), FsRtlPTeardownPerFileObjectContexts(), FsRtlRegisterFileSystemFilterCallbacks(), FsRtlRemoveAndCompleteIrp(), FsRtlRemoveAndCompleteWaitIrp(), FsRtlRemoveDotsFromPath(), FsRtlRequestExclusiveOplock(), FsRtlRequestOplockII(), FsRtlSyncVolumes(), FsRtlTest_DispatchCreateClose(), FsRtlTest_StartTest(), FsRtlUninitializeOplock(), FsRtlValidateReparsePointBuffer(), FsRtlWaitOnIrp(), FstubAllocateDiskInformation(), FstubDetectPartitionStyle(), FstubReadHeaderEFI(), FstubReadPartitionTableMBR(), FstubTranslateResource(), FstubVerifyPartitionTableEFI(), FstubWriteEntryEFI(), ftGdiGetTextMetricsW(), FX_VF_METHOD(), FxDuplicateUnicodeString(), FxFormatUrbRequest(), FxIFR(), FxInitialize(), FxLibraryCommonCommission(), FxLibraryCommonDecommission(), FxLibraryCommonRegisterClient(), FxLibraryCommonUnregisterClient(), FxLibraryDispatch(), FxLibraryGlobalsCommission(), FxLibraryGlobalsQueryRegistrySettings(), FxObjectAllocateContext(), FxObjectHandleAlloc(), FxpGetImageBase(), FxPoolAddHeaderSize(), FxPoolDump(), FxPoolInitialize(), FxProbeAndLockForRead(), FxProbeAndLockForWrite(), FxProbeAndLockWithAccess(), FxTraceInitialize(), FxUsbPipeContinuousReader::FxUsbPipeRequestWorkItemHandler(), FxUsbUmFormatRequest(), FxUsbValidateConfigDescriptorHeaders(), FxUsbValidateDescriptorType(), FxValiateCx(), FxValidateObjectAttributes(), FxValidateObjectAttributesForParentHandle(), FxValidateRequestOptions(), FxValidateUnicodeString(), FxVerifierCheckIrqlLevel(), FxWmiTraceMessage(), GdiProcessCreate(), GdiProcessDestroy(), GdiThreadCreate(), GdiThreadDestroy(), generic_alg_property(), get_alg_property(), get_binary_type(), get_buffer(), Get_Byte(), get_compression(), get_csum_info(), get_dir_last_child(), get_file_ids(), get_inode_info(), get_integrity_information(), get_key_value(), get_logical_processor_count(), get_manifest_in_manifest_file(), get_manifest_in_module(), get_manifest_in_pe_file(), get_module_filename(), get_msg(), get_object_id(), get_orphan_name(), get_pending_msgs(), get_reparse_block(), get_reparse_point(), get_res_nameA(), get_res_nameW(), get_retrieval_pointers(), get_security_descriptor(), get_superblock_size(), get_timer_queue(), get_top_level_sd(), get_tree_new_address(), get_usage(), getAddrByIndexOrName(), FxChildList::GetAddressDescription(), GetAllowedWorldAce(), getArpTable(), FxRequestBuffer::GetBuffer(), GetBuiltinDomainSid(), GetCommandConsoleLaunchingPermission(), getCommandLineFromProcess(), GetComputerObjectNameW(), FxUsbDevice::GetConfigDescriptor(), GetConnectRequest(), GetConsoleRecordBySessionId(), GetContextManipulateHandler(), CAC97MiniportTopology::GetDBValues(), GetDefaultSoundDeviceNameBodies(), CMiniportDMusUART::GetDescription(), FxRequest::GetDeviceControlOutputMdl(), FxRequest::GetDeviceControlOutputMemoryObject(), GetDirtyStatus(), GetDllDirectoryA(), GetDwordElement(), FxRequest::GetFileObject(), GetFileSystem(), GetFilterFrame(), getInterfaceInfoByIndex(), getInterfaceInfoByName(), GetInterfaceIPv4Address(), getInterfaceMtuByIndex(), getInterfaceMtuByName(), FxUsbDevice::GetInterfaceNumberFromInterface(), GetInterfaceSpeed(), getInterfaceStatusByIndex(), getInterfaceStatusByName(), FxRequest::GetIrp(), GetKeyName(), GetLastClusterInDataRun(), GetLBAStatus(), FxRequest::GetMdl(), FxRequest::GetMemoryObject(), CMiniportWaveICHStream::GetNewMappings(), GetNextClusterExtend(), FxChildList::GetNextDevice(), FxRequest::GetNextRequest(), FxIrpQueue::GetNextRequest(), GetNextVDMCommand(), GetNfsVolumeData(), GetNtAuthorityDomainSid(), GetNtfsFileRecord(), getNthInterfaceEntity(), getNthIpEntity(), getNumArpEntries(), getNumTcpEntries(), getNumUdpEntries(), GetObjectType(), FxRequestBuffer::GetOrAllocateMdl(), FxRequestBuffer::GetOrAllocateMdlWorker(), FxRequest::GetParameters(), GetPdoPackageFromDeviceHandle(), GetRegIntFromID(), FxIoQueue::GetRequest(), GetResourceListInterrupt(), GetSocketInformation(), GetSourceFileAndTargetLocation(), GetSourcePaths(), GetStackCapabilities(), GetStartupInfoA(), GetStringElement(), GetSystemVersionString(), FxIoTargetRemote::GetTargetDeviceRelations(), getTcpTable(), GetThreadConsoleDesktop(), GetTListInfo(), getUdpTable(), GetUserGeoID(), GetVersionExW(), GetVolumeBitmap(), FxIoTarget::GotoStartState(), GrantedAccessTests(), GRAPHICS_BUFFER_Initialize(), GreenAddDevice(), GreenClose(), GreenCreate(), GreenDuplicateUnicodeString(), GreenPnp(), GreenPower(), GreenQueryBusRelations(), GuiApplyUserSettings(), GuiConsoleInputThread(), GuiInitFrontEnd(), GuiLoadFrontEnd(), GuiUnloadFrontEnd(), HackSecureVirtualMemory(), HalAdjustResourceList(), HalAllocateAdapterChannel(), HalAssignSlotResources(), HalBuildScatterGatherList(), HalCalculateScatterGatherListSize(), HaliQuerySystemInformation(), HaliRegisterBusHandler(), HalpAcpiFindRsdtPhase0(), HalpAcpiTableCacheInit(), HalpAdjustPCIResourceList(), HalpAssignPCISlotResources(), HalpBuildAcpiResourceList(), HalpDispatchPnp(), HalpDispatchPower(), HalpDispatchWmi(), HalpGetISAFixedPCIIrq(), HalpQueryCapabilities(), HalpQueryDeviceRelations(), HalpQueryIdFdo(), HalpQueryIdPdo(), HalpQueryPartitionType(), HalpQueryResourceRequirements(), HalpQueryResources(), HalpReleasePciDeviceForDebugging(), HalpSetupAcpiPhase0(), HalpSetupPciDeviceForDebugging(), HalpXboxIoReadPartitionTable(), handle_gdb_insert_breakpoint(), handle_gdb_read_mem(), handle_gdb_remove_breakpoint(), handle_gdb_write_mem(), handle_upcall(), HandleCancelRemoveDevice(), HandleCancelStopDevice(), HandleDataIntersection(), HandleDeviceQueryPower(), CPortPinWavePci::HandleKsProperty(), CPortPinWaveRT::HandleKsProperty(), HandleLogoff(), HandleNecessaryPropertyInstances(), HandlePhysicalConnection(), HandlePropertyInstances(), FxPkgPnp::HandleQueryBusInformation(), FxPkgPnp::HandleQueryBusRelations(), HandleQueryCapabilities(), FxPkgPnp::HandleQueryDeviceRelations(), FxPkgPnp::HandleQueryInterface(), FxPkgPnp::HandleQueryInterfaceForPowerThread(), FxPkgPdo::HandleQueryInterfaceForReenumerate(), HandleQueryRemoveDevice(), HandleQueryStopDevice(), HandleReceiveComplete(), HandleRemoveDevice(), HandleShutdown(), HandleSurpriseRemoval(), has_nfs_prefix(), hasArp(), HDA_FdoPnp(), HDA_FDOQueryBusRelations(), HDA_FDORemoveDevice(), HDA_FDOStartDevice(), HDA_GetDeviceInformation(), HDA_InitCodec(), HDA_InitCorbRirbPos(), HDA_PDOHandleQueryDeviceText(), HDA_PDOHandleQueryInterface(), HDA_PdoPnp(), HDA_PDOQueryBusDeviceCapabilities(), HDA_PDOQueryBusDevicePnpState(), HDA_PDOQueryBusInformation(), HDA_PDOQueryId(), HDA_PDORemoveDevice(), HDA_RegisterEventCallback(), HDA_ResetController(), HDA_SendVerbs(), HDA_TransferCodecVerbs(), HdlspDispatch(), HdlspEnableTerminal(), HeadlessDispatch(), Heap32First(), Heap32Next(), HEAP_strdupA2W(), Hib_InitDialog(), Hib_SaveData(), Hid_GetDescriptor(), HidAddDevice(), HidClass_BuildIrp(), HidClass_Close(), HidClass_Create(), HidClass_DeviceControl(), HidClass_Power(), HidClassFDO_CopyDeviceRelations(), HidClassFDO_DeviceRelations(), HidClassFDO_GetDescriptors(), HidClassFDO_PnP(), HidClassPDO_CreatePDO(), HidClassPDO_HandleQueryCompatibleId(), HidClassPDO_HandleQueryDeviceId(), HidClassPDO_HandleQueryHardwareId(), HidClassPDO_HandleQueryInstanceId(), HidClassPDO_PnP(), HidCreate(), HidInternalDeviceControl(), HidParser_GetCollectionDescription(), HidPnp(), HidRegisterMinidriver(), HistoryResizeBuffer(), HvInitialize(), HvLoadHive(), HvpAddFree(), HvpCreateHive(), HvpCreateHiveFreeCellList(), HvpInitializeFlatHive(), HvpInitializeMemoryHive(), HwConfigure(), HwDiskChanged(), HwFormatTrack(), HwGetVersion(), HwPowerOff(), HwReadId(), HwReadIdResult(), HwReadWriteData(), HwReadWriteResult(), HwRecalibrate(), HwRecalibrateResult(), HwReset(), HwSeek(), HwSenseDriveStatus(), HwSenseDriveStatusResult(), HwSenseInterruptStatus(), HwSetDataRate(), HwSpecify(), HwTurnOffMotor(), HwTurnOnMotor(), i386_stack_walk(), i8042BasicDetect(), i8042Cleanup(), i8042Close(), i8042ConnectKeyboardInterrupt(), i8042ConnectMouseInterrupt(), i8042Create(), i8042KbdDeviceControl(), i8042KbdInternalDeviceControl(), i8042MouInitialize(), i8042MouInternalDeviceControl(), i8042PacketIsr(), i8042Pnp(), i8042PowerWorkItem(), i8042ReadData(), i8042ReadStatus(), i8042SendHookWorkItem(), i8042SynchWritePort(), ICMPShutdown(), ICMPStartup(), if(), IKsAllocator_DispatchRequest(), IKsAllocator_fnAllocateFrame(), IKsAllocator_fnClose(), IKsAllocator_fnDeviceIoControl(), IKsAllocator_fnQueryInterface(), IKsClock_DispatchClose(), IKsClock_DispatchDeviceIoControl(), IKsControl_fnQueryInterface(), IKsDevice_Create(), IKsDevice_fnGetAdapterObject(), IKsDevice_fnInitializeObjectBag(), IKsDevice_fnQueryInterface(), IKsDevice_Pnp(), IKsDevice_Power(), IKsFilter_CreateDescriptors(), IKsFilter_fnQueryInterface(), IKsFilter_fnRemoveProcessPin(), IKsFilterFactory_fnQueryInterface(), IKsPin_Close(), IKsPin_DispatchCreateClock(), IKsPin_DispatchKsStream(), IKsPin_fnQueryInterface(), IKsPin_PinAllocatorFramingPropertyHandler(), IKsPin_PinDataFormatPropertyHandler(), IKsPin_PinMasterClock(), IKsPin_PinStatePropertyHandler(), IKsPin_PrepareStreamHeader(), IKsProcessingObject_fnQueryInterface(), IKsReferenceClock_fnGetResolution(), IKsReferenceClock_fnGetState(), ImgpCloseFile(), ImgpCopyApplicationBootDevice(), ImgpGetFileSize(), ImgpInitializeBootApplicationParameters(), ImgpLoadPEImage(), ImgpReadAtFileOffset(), FxRequest::Impersonate(), InbvRotationThread(), increase_extent_refcount(), IncreaseCircularBufferSize(), IncursSeekPenalty(), infinite_recursive(), InfpGetSubstitutionString(), InfWriteFile(), IniCacheGetKey(), IniCacheLoadFromMemory(), IniCacheSaveByHandle(), FxIoTarget::Init(), FxPowerMachine::Init(), FxWorkItemEventQueue::Init(), FxThreadedEventQueue::Init(), CMiniportStream::Init(), Init(), FxPowerIdleMachine::Init(), CMiniportWaveICHStream::Init_(), InitBrushImpl(), FxUsbPipe::InitContinuousReader(), InitController(), InitDCEImpl(), InitDcImpl(), InitDesktopImpl(), InitDestinationPaths(), FxUsbDevice::InitDevice(), InitDevice(), InitDeviceImpl(), InitEnv(), InitGdiHandleTable(), MxPagedLockNoDynam::Initialize(), FxVerifierLock::Initialize(), _FX_DRIVER_TRACKER_CACHE_AWARE::Initialize(), FxInterrupt::Initialize(), MxEvent::Initialize(), FxDeviceInterface::Initialize(), FxSystemWorkItem::Initialize(), FxDmaEnabler::Initialize(), FxIoQueue::Initialize(), FxPkgGeneral::Initialize(), FxPkgPdo::Initialize(), FxDevice::Initialize(), MxTimer::Initialize(), _MdTimer::Initialize(), FxDisposeList::Initialize(), FxEnumerationInfo::Initialize(), FxUsbIdleInfo::Initialize(), InitializeCircularBuffer(), FxPoxInterface::InitializeComponents(), InitializeConfiguration(), FxPkgIo::InitializeDefaultQueue(), InitializeDeviceData(), InitializeGreCSRSS(), FxInterrupt::InitializeInternal(), InitializeLibrary(), InitializeMessageWaiterQueue(), FxDmaEnabler::InitializeResources(), FxDmaScatterGatherTransaction::InitializeResources(), FxDmaPacketTransaction::InitializeResources(), InitializeSoundBlaster(), InitializeTransferPackets(), InitializeUserModePnpManager(), FxInterrupt::InitializeWorker(), InitiateShutdownA(), InitiateSystemShutdownA(), InitiateSystemShutdownExA(), InitInputImpl(), InitKeyboardImpl(), InitLDEVImpl(), FxIoTarget::InitModeSpecific(), InitMPU(), InitPaletteImpl(), InitPDEVImpl(), InitProcessCallback(), FxIoTargetRemote::InitRemote(), FxIoTargetRemote::InitRemoteModeSpecific(), InitStreamPin(), InitThreadCallback(), InitTimerImpl(), FxPowerPolicyMachine::InitUsbSS(), InitUserAtoms(), InitUserImpl(), InitVideo(), InitWindowStationImpl(), INonDelegatedUnknown_fnQueryInterface(), InPortAddDevice(), InPortCreateClose(), InPortInternalDeviceControl(), InPortPnp(), InPortQueryWmiDataBlock(), InPortQueryWmiRegInfo(), InPortRemoveDevice(), insert_cache_extent(), insert_sparse_extent(), insert_tree_item_batch(), InsertAudioDevice(), InsertConsole(), FxIrpQueue::InsertIrpInQueue(), FxIoQueue::InsertNewRequest(), InsertPinHandle(), InsertTokenToProcessCommon(), InstallBtrfsBootcodeToPartition(), InstallFatBootcodeToFloppy(), InstallFatBootcodeToPartition(), InstallNtfsBootcodeToPartition(), IntAddAtom(), IntAddGlobalAtom(), IntAgpGetInterface(), IntCleanupMessageImpl(), IntCopyRegistryKey(), IntCreateClass(), IntCreateDesktop(), IntCreateNewRegistryPath(), IntCreateRegistryPath(), IntCreateWindowStation(), IntDesktopObjectClose(), IntDesktopObjectDelete(), IntDesktopObjectOpen(), IntDesktopObjectParse(), IntDesktopOkToClose(), IntDuplicateUnicodeString(), InternalAddAtom(), InternalFindAtom(), InternalReadNonResidentAttributes(), InternalRecvEventHandler(), InternalSetResidentAttributeLength(), InterpretReadCapacity16Data(), InterpretTransferPacketError(), FxInterrupt::InterruptDisable(), FxInterrupt::InterruptEnable(), CMiniport::InterruptServiceRoutine(), CCMIAdapter::InterruptServiceRoutine(), IntGetAtomName(), IntGetFontLocalizedName(), IntHideDesktop(), IntInitMessageImpl(), IntInt10CallBios(), IntKeyboardUpdateLeds(), IntMapDesktopView(), IntPaintDesktop(), IntQueryUserSecurityIdentification(), IntReadConsoleOutputStringAttributes(), IntReadConsoleOutputStringChars(), IntResolveDesktop(), IntSafeCopyUnicodeString(), IntSafeCopyUnicodeStringTerminateNULL(), IntSetupDeviceSettingsKey(), IntTranslateKey(), IntUnmapDesktopView(), IntVideoPortAddDeviceMapLink(), IntVideoPortChildQueryCapabilities(), IntVideoPortChildQueryId(), IntVideoPortChildQueryRelations(), IntVideoPortChildQueryText(), IntVideoPortCreateAdapterDeviceObject(), IntVideoPortDispatchCleanup(), IntVideoPortDispatchClose(), IntVideoPortDispatchDeviceControl(), IntVideoPortDispatchFdoPnp(), IntVideoPortDispatchOpen(), IntVideoPortDispatchPdoPnp(), IntVideoPortDispatchPower(), IntVideoPortEnumBusCallback(), IntVideoPortEnumerateChildren(), IntVideoPortFilterResourceRequirements(), IntVideoPortFindAdapter(), IntVideoPortGetLegacyResources(), IntVideoPortInbvCleanup(), IntVideoPortInbvInitialize(), IntVideoPortQueryBusRelations(), IntWinStaObjectDelete(), IntWinStaObjectParse(), IntWinStaOkToClose(), IntWriteConsoleOutputStringAttribute(), IntWriteConsoleOutputStringChars(), invalidate_volumes(), FxPnpDeviceSelfManagedIoInit::Invoke(), FxPnpDeviceSelfManagedIoSuspend::Invoke(), FxPnpDeviceSelfManagedIoRestart::Invoke(), FxPnpDeviceQueryStop::Invoke(), FxPnpDeviceQueryRemove::Invoke(), FxPnpDeviceEject::Invoke(), FxPowerDeviceArmWakeFromS0::Invoke(), FxPowerDeviceArmWakeFromSx::Invoke(), FxDeviceProcessQueryInterfaceRequest::Invoke(), FxPowerDeviceEnableWakeAtBus::Invoke(), FxPnpDeviceD0Entry::Invoke(), FxPnpDeviceD0EntryPostInterruptsEnabled::Invoke(), FxPnpDeviceD0Exit::Invoke(), FxPnpDeviceD0ExitPreInterruptsDisabled::Invoke(), FxPnpDeviceUsageNotificationEx::Invoke(), FxPnpDeviceResourcesQuery::Invoke(), FxPnpDevicePrepareHardware::Invoke(), FxPnpDeviceRemoveAddedResources::Invoke(), FxPnpDeviceReleaseHardware::Invoke(), FxPnpDeviceFilterResourceRequirements::Invoke(), FxPnpDeviceResourceRequirementsQuery::Invoke(), FxWmiProviderFunctionControlCallback::Invoke(), FxEvtDmaEnablerFillCallback::Invoke(), FxEvtDmaEnablerFlushCallback::Invoke(), FxEvtDmaEnablerEnableCallback::Invoke(), FxEvtDmaEnablerDisableCallback::Invoke(), FxEvtDmaEnablerSelfManagedIoStartCallback::Invoke(), FxEvtDmaEnablerSelfManagedIoStopCallback::Invoke(), FxIoQueue::InvokeAllocateResourcesCallback(), IoAcquireRemoveLockEx(), IoAllocateDriverObjectExtension(), IoAttachDeviceByPointer(), IoAttachDeviceToDeviceStackSafe(), IoChangeFileObjectFilterContext(), IoCheckDesiredAccess(), IoCheckEaBufferValidity(), IoCheckShareAccess(), IoCompletion(), IoComputeDesiredAccessFileObject(), IoConnectInterrupt(), IoConnectInterruptEx(), IoCreateDevice(), IoCsqInitialize(), IoCsqInitializeEx(), IoCsqInsertIrpEx(), ioctl_unload(), IoEnumerateDeviceObjectList(), IoEnumerateRegisteredFiltersList(), IofCompleteRequest(), IoGetBootDiskInformation(), IoGetDeviceInterfaces(), IoGetDeviceProperty(), IoGetDiskDeviceObject(), IoGetIrpExtraCreateParameter(), IoGetRequestorSessionId(), FxPowerIdleMachine::IoIncrementWithFlags(), IoInitializeTimer(), IopAcquireFileObjectLock(), IopAssignDeviceResources(), IopCaptureUnicodeString(), IopCheckDeviceAndDriver(), IopCheckTopDeviceHint(), IopCreateArcNamesCd(), IopCreateArcNamesDisk(), IopCreateDefaultDeviceSecurityDescriptor(), IopCreateDeviceInstancePath(), IopCreateDeviceKeyPath(), IopCreateFile(), IopCreateRegistryKeyEx(), IopCreateVpb(), IopDetectResourceConflict(), IopDeviceFsIoControl(), IopEnumerateDetectedDevices(), IopFetchConfigurationInformation(), IopFilterResourceRequirements(), IopFindDeviceInstanceTraverse(), IopFindNextDeviceNodeForTraversal(), IopFixupResourceListWithRequirements(), IopFreeDeviceNode(), IopGetDeviceDepth(), IopGetDeviceProperty(), IopGetDeviceRelations(), IopGetDriverNames(), IopGetDriverPathInformation(), IopGetInterfaceDeviceList(), IopGetRegistryValue(), IopGetRelatedDevice(), IopGetSetSecurityObject(), IopGetSystemPowerDeviceObject(), IopInitializeDriverModule(), IopInitializePlugPlayServices(), IopInitPlugPlayEvents(), IopInstallCriticalDevice(), IopLegacyResourceAllocation(), IopLoadUnloadDriverWorker(), IopLockFileObject(), IopMountVolume(), IopNormalizeImagePath(), IopOpenInterfaceKey(), IopOpenLinkOrRenameTarget(), IopPrepareDeviceForRemoval(), IopQueryBusDescription(), IopQueryDeviceDescription(), IopQueryNameInternal(), IopQueryRemoveChildDevices(), IopQueryRemoveDeviceRelations(), IopQueueDeviceChangeEvent(), IopQueueDeviceInstallEvent(), IopQueueTargetDeviceEvent(), IopReadBootRecord(), IopRemoveDevice(), IopRemovePlugPlayEvent(), IopSetDeviceSecurityDescriptors(), IopSetServiceEnumData(), IopShouldProcessDevice(), IopStartRamdisk(), IopTranslateDeviceResources(), IopTraverseDeviceTree(), IopUnloadDriver(), IopUpdateControlKeyWithResources(), IopUpdateResourceMap(), IopUpdateRootKey(), IoQueryFileDosDeviceName(), IoReadPartitionTable(), IoRegisterFsRegistrationChange(), IoRegisterLastChanceShutdownNotification(), IoRegisterPlugPlayNotification(), IoRegisterShutdownNotification(), IoReportDetectedDevice(), IoReportResourceUsage(), IoRequestDeviceEject(), IoSetCompletionRoutineEx(), IoSetDeviceInterfaceState(), IoSetFileOrigin(), IoSetIoCompletion(), IoSetMasterIrpStatus(), IoSynchronousInvalidateDeviceRelations(), IoUnregisterPlugPlayNotification(), IoVerifyPartitionTable(), IoVerifyVolume(), IoVolumeDeviceToDosName(), IoWMIOpenBlock(), IoWMIRegistrationControl(), IoWMIWriteEvent(), IPShutdown(), IPStartup(), is_device_part_of_mounted_btrfs_raid(), is_volume_dirty(), is_volume_mounted(), is_writable(), IsaFdoPnp(), IsaFdoRemoveDevice(), IsaFdoStartDevice(), IsaHwConfigureDevice(), IsaPdoPnp(), IsaPdoQueryBusInformation(), IsaPdoQueryCapabilities(), IsaPdoQueryDeviceRelations(), IsaPdoQueryDeviceText(), IsaPdoQueryDeviceUsageNotification(), IsaPdoQueryId(), IsaPdoQueryPnpDeviceState(), IsaPdoQueryResourceRequirements(), IsaPdoQueryResources(), IsaPdoRemoveDevice(), IsaPdoStartReadPort(), IsaPnpCreateLogicalDeviceResources(), IsaPnpCreateReadPortDORequirements(), IsaPnpCreateReadPortDOResources(), IsaPnpFillDeviceRelations(), IsaReadPortQueryId(), IsaReadPortRemoveDevice(), IsBatteryUsed(), CMiniportWaveCMI::isFormatAllowed(), IsGlobalDeviceMap(), IsGlobalSymbolicLink(), KbdHid_AddDevice(), KbdHid_Create(), KbdHid_FreeResources(), KbdHid_InitiateRead(), KbdHid_InternalDeviceControl(), KbdHid_Pnp(), KbdHid_StartDevice(), KdbInitialize(), KdbpCliInit(), KdbpInsertBreakPoint(), KdChangeOption(), KdD0Transition(), KdD3Transition(), KdDebuggerInitialize0(), KdDebuggerInitialize1(), KdDisableDebuggerWithLock(), KdEnableDebuggerWithLock(), KdpAllowDisable(), KdpCopyMemoryChunks(), KdpDebugLogInit(), KdpDriverEntry(), KdpGetContext(), KdpGetContextEx(), KdpGetVersion(), KdpInitDriver(), KdPowerTransition(), KdpPortInitialize(), KdpPrint(), KdpQueryMemory(), KdpRestoreBreakpoint(), KdpScreenInit(), KdpSerialInit(), KdpSetContext(), KdpSetContextEx(), KdpSysReadBusData(), KdpSysReadControlSpace(), KdpSysReadIoSpace(), KdpSysReadMsr(), KdpSysWriteBusData(), KdpSysWriteControlSpace(), KdpSysWriteIoSpace(), KdpSysWriteMsr(), KdpWriteBreakpoint(), KdReceivePacket(), KdRestore(), KdSave(), KdSendPacket(), KdSystemDebugControl(), KdVmNegotiateProtocolVersions(), Ke386CallBios(), Ke386GetGdtEntryThread(), KeDelayExecutionThread(), KeDeregisterNmiCallback(), KeInitThread(), KeRestoreFloatingPointState(), KernelModeTest(), KeSaveFloatingPointState(), KeSetEventBoostPriority(), KeSignalGateBoostPriority(), KeWaitForGate(), KeWaitForMultipleObjects(), KeyboardAddDevice(), KeyboardDeviceWorker(), keyed_event_thread(), KiContinue(), KiDataAbortHandler(), KiGeneralProtectionFaultHandler(), KiPrefetchAbortHandler(), KiRaiseException(), KiUndefinedExceptionHandler(), KMix_AddDevice(), KmtFilterRegisterCallbacks(), KmtFilterRegisterComms(), KmtFinishThread(), KmtInitTestFiles(), KmtRegisterIrpHandler(), KmtRegisterMessageHandler(), KmtStartThread(), KmtUnregisterIrpHandler(), KmtUnregisterMessageHandler(), KoCreateInstance(), KopDispatchClose(), KsAcquireResetValue(), KsAddIrpToCancelableQueue(), KsAddItemToObjectBag(), KsAllocateDefaultClockEx(), KsAllocateDeviceHeader(), KsAllocateExtraData(), KsAllocateObjectCreateItem(), KsAllocateObjectHeader(), KsCacheMedium(), KsCopyObjectBagItems(), KsCreateBusEnumObject(), KsDefaultAddEventHandler(), KsDefaultDeviceIoCompletion(), KsDisableEvent(), KsecDdDispatch(), KsecDecryptMemory(), KsecDeviceControl(), KsecEncryptMemory(), KsecGatherEntropyData(), KsecGenRandom(), KsecOpenDevice(), KsecQueryFileInformation(), KsecQueryVolumeInformation(), KsFastMethodHandler(), KsFastPropertyHandler(), KsFilterCreatePinFactory(), KsFilterFactoryUpdateCacheData(), KsGenerateEvent(), KsGetBusEnumIdentifier(), KsGetBusEnumParentFDOFromChildPDO(), KsGetBusEnumPnpDeviceObject(), KsHandleSizedListQuery(), KsInitializeDevice(), KsInitializeDriver(), KsIsBusEnumChildDevice(), KsMergeAutomationTables(), KsMoveIrpsOnCancelableQueue(), KspAddCreateItemToList(), KspAddObjectCreateItemToList(), KspBusQueryReferenceString(), KspCopyCreateRequest(), KspCopyEventSets(), KspCopyMethodSets(), KspCopyPropertySets(), KspCreate(), KspCreateDeviceAssociation(), KspCreateFilterFactory(), KspCreatePDO(), KspDispatchIrp(), KspEnableBusDeviceInterface(), KspEnableEvent(), KspFreeDeviceInterfaces(), KspHandleDataIntersection(), KspHandleNecessaryPropertyInstances(), KspHandlePropertyInstances(), KsPinDataIntersection(), KsPinGetReferenceClockInterface(), KspMergePropertySet(), KspMethodHandlerWithAllocator(), KspPinPropertyHandler(), KspPropertyHandler(), KspQueryBusDeviceCapabilities(), KspQueryBusDeviceInterface(), KspQueryBusDevicePnpState(), KspQueryBusInformation(), KspQueryBusRelations(), KspQueryId(), KspRegisterDeviceInterfaces(), KsProbeStreamIrp(), KspSetDeviceInterfacesState(), KspSetFilterFactoriesState(), KspStartBusDevice(), KspSynchronousIoControlDeviceCompletion(), KspValidateConnectRequest(), KsQueueWorkItem(), KsReadFile(), KsReferenceBusObject(), KsReferenceSoftwareBusObject(), KsRegisterWorker(), KsServiceBusEnumCreateRequest(), KsServiceBusEnumPnpRequest(), KsSetInformationFile(), KsSetMajorFunctionHandler(), KsStreamPointerAdvanceOffsets(), KsStreamPointerClone(), KsValidateAllocatorFramingEx(), KsValidateClockCreateRequest(), KsWriteFile(), KxRestoreFloatingPointState(), KxSaveFloatingPointState(), LanAdapterInfo(), LanCloseProtocol(), LanCreateProtocol(), LanDispatch(), LanEnumAdapters(), LANRegisterProtocol(), LanSetBufferedMode(), LanWriteData(), LdrAddRefDll(), LdrDisableThreadCalloutsForDll(), LdrEnumerateLoadedModules(), LdrEnumResources(), LdrFindEntryForAddress(), LdrFindResource_U(), LdrFindResourceDirectory_U(), LdrGetDllHandleEx(), LdrLoadAlternateResourceModule(), LdrLoadDll(), LdrLockLoaderLock(), LdrpAccessResource(), LdrpAllocateTls(), LdrpAllocateUnicodeString(), LdrpCheckForKnownDll(), LdrpCodeAuthzCheckDllAllowed(), LdrpGetProcedureAddress(), LdrpHandleNewFormatImportDescriptors(), LdrpHandleOldFormatImportDescriptors(), LdrpHandleOneNewFormatImportDescriptor(), LdrpHandleOneOldFormatImportDescriptor(), LdrpInit(), LdrpInitializeApplicationVerifierPackage(), LdrpInitializeExecutionOptions(), LdrpInitializeProcess(), LdrpLoadDll(), LdrpLoadImportModule(), LdrpMapDll(), LdrpResolveFullName(), LdrProcessDriverModule(), LdrpRunInitializeRoutines(), LdrpSetProtection(), LdrpSnapThunk(), LdrpWalkImportDescriptor(), LdrQueryProcessModuleInformationEx(), LdrShutdownProcess(), LdrShutdownThread(), LdrUnloadDll(), LdrUnlockLoaderLock(), LengthFunctionCopyLen(), LengthFunctionOk(), LibTCPGetDataFromConnectionQueue(), ListenComplete(), load_cache_chunk(), load_csum(), load_dir_children(), load_free_space_cache(), load_message(), load_stored_free_space_cache(), load_stored_free_space_tree(), CMiniportWaveCMI::loadChannelConfigFromRegistry(), LoadResource(), LoadSettings(), LoadVia_SystemExtendServiceTableInformation(), LoadVia_SystemLoadGdiDriverInformation(), LocateChildDevice(), lock_volume(), LockHandles(), LockInsertIrpEx(), LockOrUnlockVolume(), LogfReadEvents(), LogMessage(), LogonMarkTermination(), LogonUserExW(), look_for_balance_item(), look_for_collision(), LpcpInitializePortQueue(), LpcpVerifyMessageDataInfo(), LpcRequestPort(), LpcRequestWaitReplyPort(), LsaApInitializePackage(), LsaApLogonUserEx2(), LsaLookupPrivilegeValue(), LsapAddAuthorityToDomainsList(), LsapAddAuthPackage(), LsapAddCredential(), LsapAddDefaultGroups(), LsapAddDomainToDomainsList(), LsapAddLocalGroups(), LsapAddNotification(), LsapAddPrivilegeToTokenPrivileges(), LsapAddSamGroups(), LsapAddTokenDefaultDacl(), LsapAppendSidToGroups(), LsapCheckLogonProcess(), LsapCloseDbObject(), LsapCreateDatabaseKeys(), LsapCreateDbObject(), LsapCreateLogonSession(), LsapDeleteCredential(), LsapDeleteDbObject(), LsapDeleteLogonSession(), LsapDeregisterLogonProcess(), LsapFreeClientBuffer(), LsapGetCredentials(), LsapGetObjectAttribute(), LsapHandlePortConnection(), LsapInitDatabase(), LsapInitLsa(), LsapInitSids(), LsapLookupAccountDomainSids(), LsapLookupAccountNames(), LsapLookupAccountRightName(), LsapLookupAuthenticationPackage(), LsapLookupBuiltinDomainSids(), LsapLookupBuiltinNames(), LsapLookupFullyQualifiedWellKnownNames(), LsapLookupIsolatedAccountNames(), LsapLookupIsolatedBuiltinNames(), LsapLookupIsolatedNames(), LsapLookupNames(), LsapLookupSids(), LsapLookupWellKnownSids(), LsapOpenDbObject(), LsapOpenLsaPort(), LsapRegQueryValue(), LsapRemoveNotification(), LsapRmCreateLogonSession(), LsapRmDeleteLogonSession(), LsapRmInitializeServer(), LsapSetLogonSessionData(), LsapSetPrivileges(), LsapSetTokenOwner(), LsapSplitNames(), LsapUpdateDatabase(), LsapValidateDbObject(), LsarClose(), LsarCreateAccount(), LsarCreateSecret(), LsarDeleteObject(), LsarEnumerateAccountRights(), LsarEnumerateAccounts(), LsarEnumerateAccountsWithUserRight(), LsarEnumeratePrivilegesAccount(), LsarLookupNames(), LsarLookupNames2(), LsarLookupPrivilegeValue(), LsarOpenSecret(), LsarpCreateAccount(), LsarpEnumeratePrivileges(), LsarpLookupPrivilegeDisplayName(), LsarpLookupPrivilegeName(), LsarpOpenAccount(), LsarQueryAccountDomain(), LsarQueryAuditEvents(), LsarQueryDnsDomain(), LsarQueryPdAccount(), LsarQueryPrimaryDomain(), LsarQueryServerRole(), LsarRemovePrivilegesFromAccount(), LsarSetAuditEvents(), LsarStartRpcServer(), LsaSetTrustedDomainInfoByName(), LsaSetTrustedDomainInformation(), LwipThreadMain(), lznt1_decompress(), lzo1x_1_compress(), lzo_compress(), lzo_decompress(), lzo_do_compress(), main(), make_file_orphan(), FxUsbInterface::MakeAndConfigurePipes(), MakeReadOnly(), MakeSocketIntoConnection(), map_close_errors(), map_lock_errors(), map_mount_errors(), map_open_errors(), map_query_acl_error(), map_sec_flavor(), map_setea_error(), map_setfile_error(), map_symlink_errors(), MapDefaultKey(), MapGlobalUserHeap(), MapInAnotherThread(), FxDmaPacketTransaction::MapTransfer(), marshal_nfs41_close(), marshal_nfs41_dirquery(), marshal_nfs41_eaget(), marshal_nfs41_easet(), marshal_nfs41_filequery(), marshal_nfs41_fileset(), marshal_nfs41_getacl(), marshal_nfs41_header(), marshal_nfs41_lock(), marshal_nfs41_mount(), marshal_nfs41_open(), marshal_nfs41_rw(), marshal_nfs41_setacl(), marshal_nfs41_symlink(), marshal_nfs41_unlock(), marshal_nfs41_volume(), marshall_unicode_as_utf8(), MiAccessCheck(), MiAddMappedPtes(), MiBuildImportsForBootDrivers(), MiCheckPurgeAndUpMapCount(), MiCheckSecuredVad(), MiCheckVadsForLockOperation(), MiCompleteProtoPteFault(), MiCopyFromUserPage(), MiCreateArm3StaticMemoryArea(), MiCreatePagingFileMap(), MiCreatePebOrTeb(), MiDereferenceImports(), MiDispatchFault(), MiDoMappedCopy(), MiDoPoolCopy(), MiFindEmptyAddressRangeDownBasedTree(), MiGetFileObjectForSectionAddress(), MiGetOnePage(), MiInitializeAndChargePfn(), MiInitializeSessionPool(), MiInitMachineDependent(), MiInsertVadEx(), MiLockVirtualMemory(), MiMapViewInSystemSpace(), MiMapViewOfDataSection(), MiniportFindAdapter(), MiniportHwInitialize(), MiniportInitialize(), MiProtectVirtualMemory(), MiQueryMemoryBasicInformation(), MiReadFilePage(), MiReloadBootLoadedDrivers(), MiResolveImageReferences(), MiResolveProtoPteFault(), MiResolveTransitionFault(), MiRosTrimCache(), MiRosUnmapViewOfSection(), MiSessionCommitPageTables(), MiSessionCreateInternal(), MiSessionInitializeWorkingSetList(), MiSetProtectionOnSection(), MiSimpleRead(), MiSnapThunk(), MiUnlockVirtualMemory(), MiUnmapViewInSystemSpace(), MiUnmapViewOfSection(), mknod(), MmAccessFault(), MmAccessFaultSectionView(), MmAddVerifierThunks(), MmAdjustWorkingSetSize(), MmAlterRegion(), MmArchInitialize(), MmArmAccessFault(), MmBaInitialize(), MmBapFreeBlockAllocatorTableEntry(), MmCallDllInitialize(), MmCommitSessionMappedView(), MmCopyVirtualMemory(), MmCreateArm3Section(), MmCreateDataFileSection(), MmCreateImageSection(), MmCreateMemoryArea(), MmCreatePageFileMapping(), MmCreatePeb(), MmCreatePhysicalMemorySection(), MmCreateTeb(), MmCreateVirtualMapping(), MmCreateVirtualMappingInternal(), MmCreateVirtualMappingUnsafe(), MmCreateVirtualMappingUnsafeEx(), MmDbgCopyMemory(), MmDefpMapPhysicalAddress(), MmExpandSpecialPool(), MmExtendSection(), MmFinalizeSectionPageOut(), MmFlushSegment(), MmFreeMemoryArea(), MmFwGetMemoryMap(), MmGetExecuteOptions(), MmGetFileNameForFileObject(), MmGrowKernelStackEx(), MmHaInitialize(), MmHapHeapAllocatorExtend(), MmInitializeHandBuiltProcess(), MmInitializeHandBuiltProcess2(), MmInitializeProcessAddressSpace(), MmInitSectionImplementation(), MmIsVerifierEnabled(), MMixerOpenMidiPin(), MMixerOpenWavePin(), MmLoadSystemImage(), MmMakePagesDirty(), MmMakeSegmentResident(), MmMapPhysicalAddress(), MmMapViewOfSection(), MmMapViewOfSegment(), MmMdAddDescriptorToList(), MmMdCopyList(), MmMdFreeDescriptor(), MmMdRemoveRegionFromMdlEx(), MmMdTruncateDescriptors(), MmNotPresentFaultSectionView(), MmPageOutCacheSection(), MmPageOutPhysicalAddress(), MmPaInitialize(), MmPapAllocateRegionFromMdl(), MmPapFreePages(), MmPapPageAllocatorExtend(), MmpPageOutPhysicalAddress(), MmProbeAndLockPages(), MmQuerySectionView(), MmReleasePageMemoryConsumer(), MmRequestPageMemoryConsumer(), MmSelectMappingAddress(), MmSessionDelete(), MmSetExecuteOptions(), MmSetSectionAssociation(), MmspWaitForFileLock(), MmTrimUserMemory(), MmTrInitialize(), MmUnloadSystemImage(), MmUnmapVirtualAddress(), Mmx86MapInitStructure(), Mmx86pMapMemoryRegions(), MockObReferenceObjectByHandle(), MonitorThread(), MouHid_AddDevice(), MouHid_Create(), MouHid_FreeResources(), MouHid_InitiateRead(), MouHid_InternalDeviceControl(), MouHid_Pnp(), MouHid_StartDevice(), mountdev_query_stable_guid(), MountMgrChangeNotify(), MountMgrCheckUnprocessedVolumes(), MountMgrCleanup(), MountMgrCreateClose(), MountMgrDeviceControl(), MountMgrKeepLinksWhenOffline(), MountMgrMountedDeviceArrival(), MountMgrMountedDeviceNotification(), MountMgrNextDriveLetterWorker(), MountMgrQueryAutoMount(), MountMgrQueryDosVolumePath(), MountMgrQueryDosVolumePaths(), MountMgrQuerySystemVolumeName(), MountMgrQuerySystemVolumeNameQueryRoutine(), MountMgrQueryVolumePaths(), MountMgrSetAutoMount(), MountMgrShutdown(), MountMgrTargetDeviceNotification(), MountMgrValidateBackPointer(), MountMgrVolumeMountPointCreated(), MountMgrVolumeMountPointDeleted(), move_across_subvols(), MPU401Cleanup(), MPU401Close(), MPU401Create(), MPU401DeviceControl(), MsafdReturnWithErrno(), MsfsClose(), MsfsCreate(), MsfsCreateMailslot(), MsfsQueryMailslotInformation(), MsfsRead(), MsfsSetMailslotInformation(), MsfsWrite(), MsqInitializeImpl(), MsvpCheckPassword(), MupCleanup(), MupClose(), MupCloseFcb(), MupCloseVcb(), MupDereferenceMasterIoContext(), MupDereferenceMasterQueryContext(), mutant_thread(), MyAppendUnicodeStringToString_(), MyAppendUnicodeToString_(), MyCloneUnicodeString(), MyInitUnicodeString(), MyLockVolume(), ndisBindMiniportsToProtocol(), NdisIAddDevice(), NdisICreateClose(), NdisIDispatchPnp(), NdisIPnPStartDevice(), NdisIPnPStopDevice(), NdisIShutdown(), NdisMapFile(), NdisOpenConfigurationKeyByIndex(), NdisOpenConfigurationKeyByName(), NdisReadConfiguration(), NdisWaitEvent(), NdisWriteConfiguration(), NduDispatchClose(), NduDispatchCreate(), NduDispatchRead(), NetGroupAdd(), NetGroupAddUser(), NetGroupDel(), NetGroupDelUser(), NetGroupEnum(), NetGroupGetInfo(), NetGroupGetUsers(), NetGroupSetInfo(), NetGroupSetUsers(), NetLocalGroupAdd(), NetLocalGroupAddMembers(), NetLocalGroupDel(), NetLocalGroupDelMembers(), NetLocalGroupEnum(), NetLocalGroupGetInfo(), NetLocalGroupGetMembers(), NetLocalGroupSetInfo(), NetpNtStatusToApiStatus(), NetrWkstaGetInfo(), NetUserAdd(), NetUserChangePassword(), NetUserDel(), NetUserEnum(), NetUserGetGroups(), NetUserGetInfo(), NetUserGetLocalGroups(), NetUserModalsGet(), NetUserSetInfo(), NetWkstaUserGetInfo(), NewIDrmPort(), NewIrpQueue(), NewIUnregisterPhysicalConnection(), NewPortClsVersion(), NewPortFilterDMus(), NewPortFilterTopology(), NewPortFilterWaveCyclic(), NewPortFilterWavePci(), NewPortFilterWaveRT(), NewPortPinDMus(), NewPortPinWaveCyclic(), NewPortPinWavePci(), NewPortPinWaveRT(), next_dir_entry(), NextCluster(), nfs41_CompleteBufferingStateChangeRequest(), nfs41_ComputeNewBufferingState(), nfs41_CreateConnection(), nfs41_CreateSrvCall(), nfs41_CreateVNetRoot(), nfs41_DeallocateForFcb(), nfs41_DeallocateForFobx(), nfs41_DeleteConnection(), nfs41_DevFcbXXXControlFile(), nfs41_downcall(), nfs41_driver_unload(), nfs41_ExtendForCache(), nfs41_FinalizeNetRoot(), nfs41_FinalizeSrvCall(), nfs41_FinalizeVNetRoot(), nfs41_Flush(), nfs41_get_sec_ctx(), nfs41_GetConnectionInfoFromBuffer(), nfs41_GetLUID(), nfs41_GetReparsePoint(), nfs41_init_ops(), nfs41_IsLockRealizable(), nfs41_IsValidDirectory(), nfs41_Lock(), nfs41_mount(), nfs41_MountConfig_ParseBoolean(), nfs41_MountConfig_ParseDword(), nfs41_MountConfig_ParseOptions(), nfs41_QueryDirectory(), nfs41_QueryEaInformation(), nfs41_QueryFileInformation(), nfs41_QuerySecurityInformation(), nfs41_QueryVolumeInformation(), nfs41_Read(), nfs41_SetEaInformation(), nfs41_SetFileInformation(), nfs41_ShouldTryToCollapseThisOpen(), nfs41_shutdown_daemon(), nfs41_SrvCallWinnerNotify(), nfs41_Unlock(), nfs41_upcall(), nfs41_UpcallCreate(), nfs41_UpcallWaitForReply(), nfs41_Write(), NLS_RegEnumValue(), NLS_RegGetDword(), NLS_RegOpenKey(), CMiniport::NonDelegatingQueryInterface(), CMiniportStream::NonDelegatingQueryInterface(), CMiniportStream::NormalizePhysicalPosition(), NotificationCallback(), FxPoxInterface::NotifyDevicePowerDown(), FxPkgPnp::NotifyResourceObjectsD0(), FxPkgPnp::NotifyResourceObjectsDx(), NpAddDataQueueEntry(), NpCancelWaiter(), NpCheckClientPipe_(), NpCheckForNotify(), NpCheckServerPipe_(), NpCommonCleanup(), NpCommonClose(), NpCommonFlushBuffers(), NpCommonWrite(), NpCompleteStalledWrites(), NpControlPipe(), NpCreateCcb(), NpCreateClientEnd(), NpCreateExistingNamedPipe(), NpCreateFcb(), NpCreateNewNamedPipe(), NpCreateRootDcb(), NpCreateRootDcbCcb(), NpFindRelativePrefix(), NpGetClientSecurityContext(), NpGetNextRealDataQueueEntry(), NpInitializeAliases(), NpInitializeDataQueue(), NpInitializeSecurity(), NpOpenNamedPipeFileSystem(), NpOpenNamedPipeRootDirectory(), NpPeek(), NpQueryBasicInfo(), NpQueryClientProcess(), NpQueryEaInfo(), NpQueryFsAttributeInfo(), NpQueryFsDeviceInfo(), NpQueryFsFullSizeInfo(), NpQueryFsSizeInfo(), NpQueryFsVolumeInfo(), NpQueryInternalInfo(), NpQueryNameInfo(), NpQueryPipeInfo(), NpQueryPipeLocalInfo(), NpQueryPositionInfo(), NpQueryStandardInfo(), NpReadAlias(), NpReadDataQueue(), NpReadPipe(), NpSetBasicInfo(), NpSetClientProcess(), NpSetClosingPipeState(), NpSetConnectedPipeState(), NpSetDisconnectedPipeState(), NpSetListeningPipeState(), NpSetPipeInfo(), NpTranslateAlias(), NpUninitializeDataQueue(), NpWaitForNamedPipe(), NpWriteDataQueue(), NpWritePipe(), nt_mailslot_test(), NtAllocateLocallyUniqueId(), NtAllocateUuids(), NtAllocateVirtualMemory(), NtApphelpCacheControl(), NtAreMappedFilesTheSame(), NtCancelIoFile(), NtCloseObjectAuditAlarm(), NtCompleteConnectPort(), NtCreatePagingFile(), NtDebugContinue(), NtDisplayString(), ntdll_find(), NtDuplicateObject(), NtFlushBuffersFile(), NtFlushInstructionCache(), NtFlushWriteBuffer(), NtFreeVirtualMemory(), NtfsAddFilenameToDirectory(), NtfsAttachFCBToFileObject(), NtfsChkdsk(), NtfsCleanup(), NtfsCleanupFile(), NtfsClose(), NtfsCloseFile(), NtfsCreate(), NtfsCreateDirectory(), NtfsCreateFile(), NtfsCreateFileRecord(), NtfsFCBInitializeCache(), NtfsFindFileAt(), NtfsGetBasicInformation(), NtfsGetBothDirectoryInformation(), NtfsGetDirectoryInformation(), NtfsGetFCBForFile(), NtfsGetFsAttributeInformation(), NtfsGetFsDeviceInformation(), NtfsGetFsSizeInformation(), NtfsGetFsVolumeInformation(), NtfsGetFullDirectoryInformation(), NtfsGetInternalInformation(), NtfsGetNameInformation(), NtfsGetNamesInformation(), NtfsGetNetworkOpenInformation(), NtfsGetPositionInformation(), NtfsGetStandardInformation(), NtfsInsertKey(), NtfsLockUserBuffer(), NtfsLookupFileAt(), NtfsMakeAbsoluteFilename(), NtfsMakeFCBFromDirEntry(), NtfsQueryDirectory(), NtfsQueryInformation(), NtfsQueryVolumeInformation(), NtfsRead(), NtfsReadFCBAttribute(), NtfsReadFile(), NtfsSetEndOfFile(), NtfsWrite(), NtfsWriteDisk(), NtfsWriteFile(), NtGdiCreateColorSpace(), NtGdiCreateDIBitmapInternal(), NtGdiCreateDIBSection(), NtGdiDdDDICreateDCFromMemory(), NtGdiDdDDIDestroyDCFromMemory(), NtGdiExtCreatePen(), NtGdiExtCreateRegion(), NtGdiExtEscape(), NtGdiExtTextOutW(), NtGdiFlush(), NtGdiFlushUserBatch(), NtGdiGetCharABCWidthsW(), NtGdiGetCharWidthW(), NtGdiGetDCDword(), NtGdiGetDeviceGammaRamp(), NtGdiGetFontData(), NtGdiGetFontResourceInfoInternalW(), NtGdiGetFontUnicodeRanges(), NtGdiGetGlyphIndicesW(), NtGdiGetGlyphOutline(), NtGdiGetKerningPairs(), NtGdiGetOutlineTextMetricsInternalW(), NtGdiGetRasterizerCaps(), NtGdiGetRealizationInfo(), NtGdiGetRgnBox(), NtGdiGetTextCharsetInfo(), NtGdiHfontCreate(), NtGdiOffsetViewportOrgEx(), NtGdiOffsetWindowOrgEx(), NtGdiPolyPatBlt(), NtGdiPolyPolyDraw(), NtGdiRectVisible(), NtGdiScaleWindowExtEx(), NtGdiSetDeviceGammaRamp(), NtGdiSetViewportOrgEx(), NtGdiSetWindowOrgEx(), NtGetPlugPlayEvent(), NtGetVersionResource(), NtGetWriteWatch(), NtInitializeRegistry(), NtLdrEnumerateBootEntries(), NtListenPort(), NtlmAllocateClientBuffer(), NtlmCopyToClientBuffer(), NtLockFile(), NtLockProductActivationKeys(), NtMakePermanentObject(), NtMakeTemporaryObject(), NtNotifyChangeDirectoryFile(), NtOpenObjectAuditAlarm(), NtPowerInformation(), NtPrivilegeCheck(), NtPrivilegedServiceAuditAlarm(), NtQueryDefaultLocale(), NtQueryDefaultUILanguage(), NtQueryDirectoryFile(), NtQueryDirectoryObject(), NtQueryInformationAtom(), NtQueryInformationFile(), NtQueryInformationJobObject(), NtQueryInformationProcess(), NtQueryInstallUILanguage(), NtQueryIntervalProfile(), NtQueryObject(), NtQueryPerformanceCounter(), NtQuerySystemTime(), NtQueryTimerResolution(), NtQueryVirtualMemory(), NtQueryVolumeInformationFile(), NtQueueApcThreadEx(), NtRaiseHardError(), NtReadFile(), NtReadVirtualMemory(), NtRegisterThreadTerminatePort(), NtReplyWaitReceivePortEx(), NtRequestPort(), NtRequestWaitReplyPort(), NtResetWriteWatch(), NtSecureConnectPort(), NtSetDebugFilterState(), NtSetDefaultHardErrorPort(), NtSetInformationFile(), NtSetInformationJobObject(), NtSetInformationObject(), NtSetInformationProcess(), NtSetIntervalProfile(), NtSetLdtEntries(), NtSetSystemEnvironmentValue(), NtSetSystemPowerState(), NtSetSystemTime(), NtSetThreadExecutionState(), NtSetTimer(), NtSetTimerResolution(), NtSetUuidSeed(), NtSetValueKey(), NtSetVolumeInformationFile(), NtStartDriver(), NtStartProfile(), NTStatusToNdisStatus(), NtStopDriver(), NtTerminateProcess(), NtTestAlert(), NtUnlockFile(), NtUnlockVirtualMemory(), NtUserBuildHimcList(), NtUserBuildHwndList(), NtUserBuildPropList(), NtUserConsoleControl(), NtUserCreateAcceleratorTable(), NtUserCreateLocalMemHandle(), NtUserCreateWindowStation(), NtUserDrawCaptionTemp(), NtUserDrawMenuBarTemp(), NtUserEndPaint(), NtUserGetCursorFrameInfo(), NtUserGetCursorInfo(), NtUserGetIconSize(), NtUserGetMenuBarInfo(), NtUserGetMenuItemRect(), NtUserGetObjectInformation(), NtUserInitializeClientPfnArrays(), NtUserOpenWindowStation(), NtUserPostThreadMessage(), NtUserQueryInformationThread(), NtUserRedrawWindow(), NtUserScrollDC(), NtUserScrollWindowEx(), NtUserSetInformationThread(), NtUserSetWindowStationUser(), NtUserToUnicodeEx(), NtUserWaitForInputIdle(), NtVdmConfigureBios(), NtVdmConfigureFloppy(), NtVdmConfigureHDD(), NtVdmConfigureRom(), NtWaitForDebugEvent(), NtWriteFile(), NtWriteVirtualMemory(), NtYieldExecution(), NullDispatch(), NullQueryFileInformation(), NullWrite(), ObAssignObjectSecurityDescriptor(), ObCreateObjectType(), ObDeassignSecurity(), ObDuplicateObject(), ObGetObjectSecurity(), ObInitProcess(), ObInsertObject(), ObjectBasicInformationTests(), ObLogSecurityDescriptor(), ObpAllocateObject(), ObpCaptureObjectCreateInformation(), ObpCaptureObjectName(), ObpChargeQuotaForObject(), ObpCloseHandleTableEntry(), ObpCreateHandle(), ObpCreateUnnamedHandle(), ObpGetDosDevicesProtection(), ObpIncrementHandleCount(), ObpIncrementHandleDataBase(), ObpIncrementUnnamedHandleCount(), ObpInitSdCache(), ObpLookupObjectName(), ObpReferenceProcessObjectByHandle(), ObpValidateAccessMask(), ObQueryDeviceMapInformation(), ObQueryNameString(), ObQueryObjectAuditingByHandle(), ObQueryTypeInfo(), ObReferenceFileObjectForWrite(), ObReferenceObjectByHandle(), ObReferenceObjectByPointer(), ObSetDeviceMap(), ObSetHandleAttributes(), ObtClose(), ObtCreateDirectory(), ObtCreateObjects(), ObtCreateObjectTypes(), OffsetToCluster(), FxPkgGeneral::OnCleanup(), FxPkgGeneral::OnClose(), FxPkgGeneral::OnCreate(), one_RtlInt64ToUnicodeString_test(), one_RtlIntegerToUnicodeString_test(), OnOidSetNdis5Offload(), FxIoTargetRemoteNotificationCallback::OnQueryRemove(), FxIoTargetRemoteNotificationCallback::OnRemoveCanceled(), FxPkgGeneral::OnShutdown(), FxIoTargetRemote::Open(), Open(), open_fcb(), open_fcb_stream(), open_file(), open_file2(), open_file_test(), open_fileref(), open_fileref_by_inode(), open_fileref_child(), OpenAliasByName(), OpenAndMapFile(), OpenDeviceReadWrite(), OpenDirectoryByHandleOrPath(), OpenGroupByName(), OpenIniBootLoaderStore(), FxIoTargetRemote::OpenLocalTargetByFile(), OpenMupFileSystem(), OpenProc(), OpenRegistryHandlesFromSymbolicLink(), OpenUserByName(), oplock_complete(), OslArchKernelSetup(), OslBlStatusErrorHandler(), OslpCheckForcedFailure(), OslpGetSetBootStatusData(), OslpReadWriteBootStatusData(), OslpRemoveInternalApplicationOptions(), OutTableData(), PacketSocketRecvComplete(), PacketSocketSendComplete(), PackParam(), parallel_close(), parallel_create(), parallel_device_control(), parallel_read(), parallel_write(), ParaNdis_IndicateReceivedPacket(), parse_depend_manifests(), parse_manifest_buffer(), parse_supportedos_elem(), ParseArcName(), ParseHeader(), ParseOffload(), ParseTags(), partial_stripe_read(), PartitionHandleDeviceControl(), PartitionHandleDeviceRelations(), PartitionHandlePnp(), PartitionHandleQueryCapabilities(), PartitionHandleQueryId(), PartitionHandleRemove(), PartitionHandleStartDevice(), PartMgrAddDevice(), PartMgrGetDriveLayout(), PartMgrPnp(), PartMgrPower(), PartMgrRefreshDiskData(), pause_balance(), pause_scrub(), PcAddToPropertyTable(), PcCompletePendingPropertyRequest(), PcCreateItemDispatch(), PcCreateSubdeviceDescriptor(), PcDispatchIrp(), PcDmaMasterDescription(), PcDmaSlaveDescription(), PciAcpiFindRsdt(), PciAddDevice(), PciAssignSlotResources(), PciBuildHackTable(), PciBuildRequirementsList(), PciCacheLegacyDeviceRouting(), PciCancelStateTransition(), PciCreateDeviceDescriptionString(), PciCreateDeviceIDString(), PciCreateDeviceLocationString(), PciCreateInstanceIDString(), PciDetermineSlotNumber(), PciDuplicateUnicodeString(), PciFdoIrpQueryCapabilities(), PciFdoIrpStartDevice(), PciGetConfigHandlers(), PciGetDebugPorts(), PciGetDeviceProperty(), PciGetFunctionLimits(), PciGetIrqRoutingTableFromRegistry(), PciGetRegistryValue(), PciIdeGetControllerProperties(), PciIdeTransferModeSelect(), PciIdeXAddDevice(), PciIdeXFdoDispatchPnp(), PciIdeXFdoParseResources(), PciIdeXFdoQueryBusRelations(), PciIdeXFdoQueryDeviceUsageNotification(), PciIdeXFdoQueryPnpDeviceState(), PciIdeXFdoRemoveDevice(), PciIdeXFdoStartDevice(), PciIdeXFdoStopDevice(), PciIdeXGetBusData(), PciIdeXGetConfigurationInfo(), PciIdeXInitialize(), PciIdeXPdoDispatchPnp(), PciIdeXPdoDispatchPower(), PciIdeXPdoQueryCapabilities(), PciIdeXPdoQueryDeviceText(), PciIdeXPdoQueryDeviceUsageNotification(), PciIdeXPdoQueryId(), PciIdeXPdoQueryPnpDeviceState(), PciIdeXPdoQueryResourceRequirements(), PciIdeXPdoQueryResources(), PciIdeXPdoQueryStopRemoveDevice(), PciIdeXPdoQueryTargetDeviceRelations(), PciIdeXPdoRemoveDevice(), PciIdeXPdoStartDevice(), PciIdeXPdoStopDevice(), PciIdeXSetBusData(), PciIdeXStartMiniport(), PciInitializeArbiterRanges(), PciInitializeArbiters(), PcInitializeAdapterDriver(), PciPdoCreate(), PcipGetFunctionLimits(), PciQueryBusInformation(), PciQueryDeviceRelations(), PciQueryDeviceText(), PciQueryId(), PciQueryPowerCapabilities(), PciQueryRequirements(), PciQueryResources(), PciQueryTargetDeviceRelations(), PciScanBus(), PciSetPowerManagedDevicePowerState(), PciSetResources(), PciStallForPowerChange(), PciVerifierProfileChangeCallback(), PcmciaAddDevice(), PcmciaCreateClose(), PcmciaPdoSetPowerState(), PcmciaPower(), PcNewPort(), PcNewRegistryKey(), PcNewResourceList(), PcNewResourceSublist(), PcRegisterAdapterPowerManagement(), PcRegisterIoTimeout(), PcRegisterSubdevice(), PcUnregisterAdapterPowerManagement(), PcUnregisterIoTimeout(), pdo_device_usage_notification(), PDO_HandleInternalDeviceControl(), PDO_HandlePnp(), PDO_HandlePower(), pdo_pnp(), pdo_query_device_id(), pdo_query_device_relations(), pdo_query_hardware_ids(), PdoCleanup(), PdoClose(), PdoCreate(), PdoDispatchPnp(), PdoHandleDeviceRelations(), PdoHandleQueryCompatibleId(), PdoHandleQueryDeviceText(), PdoHandleQueryHardwareId(), PdoHandleQueryInstanceId(), PdoHandleQueryProperty(), PdoPnpControl(), PdoPower(), PdoPowerControl(), PdoQueryBusInformation(), PdoQueryCapabilities(), PdoQueryDeviceRelations(), PdoQueryId(), PdoQueryInterface(), PdoQueryResourceRequirements(), PdoQueryResources(), PdoRead(), PdoReadConfig(), PdoStartDevice(), PdoWrite(), PdoWriteConfig(), PeekNamedPipe(), FxIrpQueue::PeekRequest(), PeFmtCreateSection(), PerformChannelConversion(), PerformQualityConversion(), PerformSampleRateConversion(), PerformTest(), Phase1InitializationDiscard(), PiAttachFilterDriversCallback(), PiCallDriverAddDevice(), PiControlInitializeDevice(), PiEnumerateDevice(), PiInitializeDevNode(), Pin_fnClose(), Pin_fnDeviceIoControl(), Pin_fnFastWrite(), Pin_fnWrite(), PinCaptureProcess(), PinClose(), PinCreate(), PinInAnotherThread(), PinInAnotherThreadExclusive(), PinIntersectHandler(), pInitializeStorageRequestBlock(), PinRenderProcess(), PinState(), PipDeviceActionWorker(), PiStartDeviceFinal(), PiUpdateDeviceState(), pnp_remove_device(), pnp_surprise_removal(), PnpBusTypeGuidGet(), FxPkgPnp::PnpDeviceUsageNotification(), FxPkgPnp::PnpEnableInterfacesAndRegisterWmi(), FxPkgPnp::PnpEventHardwareAvailable(), FxPkgPnp::PnpEventInitQueryRemove(), FxPkgPnp::PnpEventPdoRestart(), FxPkgPnp::PnpEventQueryRemoveStaticCheck(), FxPkgPnp::PnpEventQueryStopStaticCheck(), PnpEventThread(), FxPkgFdo::PnpFilterResourceRequirements(), FxPkgPnp::PnpIncrementRestartCountLogic(), FxPkgPnp::PnpPowerReferenceDuringQueryPnp(), FxPkgPnp::PnpPowerReferenceSelf(), FxPkgPnp::PnpPrepareHardwareInternal(), FxPkgPdo::PnpQueryCapabilities(), FxPkgFdo::PnpQueryDeviceRelations(), FxPkgPdo::PnpQueryDeviceRelations(), FxPkgPdo::PnpQueryResourceRequirements(), PnpRegMultiSzToUnicodeStrings(), PnpRootAddDevice(), PnpRootCreateDevice(), PnpRootDriverEntry(), PnpRootPdoPnpControl(), PnpRootPowerControl(), PnpRootRegisterDevice(), FxPkgFdo::PnpSendStartDeviceDownTheStackOverload(), FxPkgPdo::PnpSendStartDeviceDownTheStackOverload(), FxPkgPnp::PnpSurpriseRemoval(), FxIrp::PoCallDriver(), PollReeval(), PopAddRemoveSysCapsCallback(), PopCircularBufferEntry(), PopQuerySystemPowerStateTraverse(), PopSetSystemPowerStateTraverse(), PoQueueShutdownWorkItem(), PoRequestShutdownEvent(), PoRequestShutdownWait(), PortAddDriverInitData(), PortClsPnp(), PortClsPower(), PortClsShutdown(), PortClsSysControl(), PortCreatePdo(), PortDeletePdo(), PortDispatchClose(), PortDispatchCreate(), PortDispatchDeviceControl(), PortDispatchPower(), PortDispatchScsi(), PortDispatchSystemControl(), PortFdoConnectInterrupt(), PortFdoFilterRequirements(), PortFdoQueryBusRelations(), PortFdoScanBus(), PortFdoStartMiniport(), PortPdoPnp(), PortPdoScsi(), PortSendInquiry(), PortsStartup(), PortThreadRoutine(), FxPkgGeneral::PostCreateDeviceInitialize(), FxWmiIrpHandler::PostCreateDeviceInitialize(), PostQueuedCompletionStatus(), FxPkgFdo::PowerCheckParentOverload(), FxDmaEnabler::PowerDown(), FxPkgPnp::PowerEnableWakeAtBusOverload(), FxPkgPnp::PowerPolicyCanChildPowerUp(), FxPkgPnp::PowerPolicyCompleteSystemPowerIrp(), FxPkgPnp::PowerPolicyHandleSystemQueryPower(), FxPkgPnp::PowerPolicySetS0IdleSettings(), FxPkgPnp::PowerPolicySetSxWakeSettings(), FxPowerIdleMachine::PowerReferenceWorker(), FxPkgFdo::PowerReleasePendingDeviceIrp(), FxPkgPdo::PowerReleasePendingDeviceIrp(), FxDmaEnabler::PowerUp(), FxPoxInterface::PoxRegisterDevice(), PpSetCustomTargetEvent(), PreloadGlobalMessageTable(), CMiniportWaveStreamCMI::prepareStream(), PrependPacket(), CAC97AdapterCommon::PrimaryCodecReady(), print_wait_status(), printer_close(), printer_create(), printer_write(), PrintThreads(), PrivMoveFileIdentityW(), probe_volume(), ProbeAndCaptureLargeString(), ProbeAndCaptureObjectAttributes(), ProbeAndCaptureUnicodeString(), ProbeAndCaptureUnicodeStringOrAtom(), CAC97AdapterCommon::ProbeHWConfig(), FxRelatedDeviceList::ProcessAdd(), FxTransactionedList::ProcessAdd(), FxChildList::ProcessBusRelations(), ProcessConnectionRequest(), FxSelfManagedIoMachine::ProcessEvent(), ProcessLpcRequest(), ProcessorSetFriendlyName(), ProcessorStartDevice(), ProcessPortMessage(), FxPkgPdo::ProcessRemoveDeviceOverload(), CMiniportDMusUART::ProcessResources(), CMiniport::ProcessResources(), CAC97MiniportWaveRT::ProcessResources(), CMiniportWaveCMI::processResources(), ProcessResources(), FxDevice::ProcessWmiPowerQueryOrSetData(), PropDialogHandler(), CMiniport::PropertyChannelConfig(), CAC97MiniportTopology::PropertyHandler_CpuResources(), CAC97MiniportTopology::PropertyHandler_OnOff(), PropertyHandler_Private(), PsaCaptureProcessesAndThreads(), PsaCaptureSystemModules(), PsaEnumerateProcessModules(), PsaEnumerateSystemModules(), PsAssignImpersonationToken(), PsaWalkProcessesAndThreads(), PsaWalkSystemModules(), PsChargeProcessPageFileQuota(), PsChargeProcessPoolQuota(), PsGetContextThread(), PsImpersonateClient(), PsLookupProcessByProcessId(), PsLookupProcessThreadByCid(), PsLookupThreadByThreadId(), PspChargeProcessQuotaSpecifiedPool(), PspCreateProcess(), PspCreateThread(), PspInitializeProcessSecurity(), PspMapSystemDll(), PspQueryDescriptorThread(), PspSetQuotaLimits(), PspSystemThreadStartup(), PspTerminateProcess(), PspTerminateThreadByPointer(), PspWriteTebImpersonationInfo(), PsReferenceProcessFilePointer(), PsRemoveCreateThreadNotifyRoutine(), PsRemoveLoadImageNotifyRoutine(), PsResumeProcess(), PsResumeThread(), PsReturnProcessPageFileQuota(), PsSetContextThread(), PsSetCreateProcessNotifyRoutine(), PsSetCreateThreadNotifyRoutine(), PsSetLoadImageNotifyRoutine(), PsSetProcessSecurityPort(), PsSetProcessWin32Process(), PsSuspendProcess(), PsSuspendThread(), PublishWaveOutDevice(), PushCircularBufferEntry(), QSI_DEF(), query_balance(), query_dir_item(), query_directory(), query_filesystems(), query_info(), query_ranges(), query_scrub(), query_uuid(), QueryBinaryValueCallback(), QueryBinding(), QueryBootStoreOptions(), QueryCygwinEA(), QueryCygwinSymlink(), QueryDeviceInformation(), QueryDosDeviceW(), QueryFileInfo(), FxFileObject::QueryInterface(), FxIoQueue::QueryInterface(), FxIoTargetRemote::QueryInterface(), FxObject::QueryInterface(), FxRequest::QueryInterface(), FxRequestMemory::QueryInterface(), FxUserObject::QueryInterface(), FxDeviceBase::QueryInterface(), FxDevice::QueryInterface(), FxDriver::QueryInterface(), FxIoTarget::QueryInterface(), FxMemoryBufferPreallocated::QueryInterface(), FxMemoryObject::QueryInterface(), FxSystemWorkItem::QueryInterface(), CUnregisterPhysicalConnection::QueryInterface(), CDmaChannelInit::QueryInterface(), CDrmPort2::QueryInterface(), CPortFilterDMus::QueryInterface(), CPortFilterTopology::QueryInterface(), CPortFilterWaveCyclic::QueryInterface(), CPortFilterWavePci::QueryInterface(), CPortFilterWaveRT::QueryInterface(), CInterruptSync::QueryInterface(), CIrpQueue::QueryInterface(), CMiniportDMusUART::QueryInterface(), CMiniportDMusUARTStream::QueryInterface(), CPortPinDMus::QueryInterface(), CPortPinWaveCyclic::QueryInterface(), CPortPinWavePci::QueryInterface(), CPortPinWaveRT::QueryInterface(), CPortDMus::QueryInterface(), CPortTopology::QueryInterface(), CPortWaveCyclic::QueryInterface(), CPortWavePci::QueryInterface(), CPortWaveRT::QueryInterface(), CPortWaveRTStreamInit::QueryInterface(), CRegistryKey::QueryInterface(), CResourceList::QueryInterface(), CServiceGroup::QueryInterface(), CUnregisterSubdevice::QueryInterface(), CPortClsVersion::QueryInterface(), QueryNameServer(), QueryPointsFromMemory(), QueryPointsFromSymbolicLinkName(), QueryRoutine(), QuerySetProcessValidator(), QuerySetThreadValidator(), QueryStringCallback(), QuerySymbolicLinkNamesFromStorage(), QueryTokenDefaultDaclTests(), QueryTokenGroupsTests(), QueryTokenImpersonationTests(), QueryTokenIsSandboxInert(), QueryTokenOriginTests(), QueryTokenOwnerTests(), QueryTokenPrimaryGroupTests(), QueryTokenPrivilegesAndGroupsTests(), QueryTokenPrivilegesTests(), QueryTokenRestrictedSidsTest(), QueryTokenSessionIdTests(), QueryTokenSourceTests(), QueryTokenStatisticsTests(), QueryTokenTypeTests(), QueryTokenUserTests(), QueryUniqueIdFromMaster(), QueryUniqueIdQueryRoutine(), QueryVolumeName(), queue_timer_expire(), FxIoQueue::QueueIdle(), FxIoQueue::QueuePurge(), FxIoQueue::QueueRequestFromForward(), QueueWorkItem(), RamdiskAddDevice(), RamdiskCreateDiskDevice(), RamdiskCreateRamdisk(), RamdiskDeleteDiskDevice(), RamdiskDeviceControl(), RamdiskFlushBuffers(), RamdiskGetPartitionInfo(), RamdiskOpenClose(), RamdiskPower(), RamdiskQueryBusInformation(), RamdiskQueryCapabilities(), RamdiskQueryDeviceRelations(), RamdiskQueryDeviceText(), RamdiskQueryId(), RamdiskReadWriteReal(), RamdiskRemoveBusDevice(), RamdiskSetPartitionInfo(), RawChannelCreate(), RawChannelIBufferIsFull(), RawChannelIRead(), RawChannelIWrite(), RawChannelOEcho(), RawChannelORead(), RawChannelOWrite2(), RawCleanup(), RawClose(), RawCompletionRoutine(), RawCreate(), RawDispatch(), RawFsDriverEntry(), RawInitializeVcb(), RawIPSendDatagram(), RawIPShutdown(), RawIPStartup(), RawQueryFsAttributeInfo(), RawQueryFsDeviceInfo(), RawQueryFsSizeInfo(), RawQueryFsVolumeInfo(), RawQueryInformation(), RawReadWriteDeviceControl(), RawSetInformation(), RawShutdown(), RawUserFsCtrl(), rdpdr_process_irp(), read_data(), read_data_dup(), read_data_raid0(), read_data_raid10(), read_data_raid5(), read_data_raid6(), read_file_test(), read_pipe_test(), read_send_buffer(), ReadAttribute(), ReadBootCodeByHandle(), ReadBytes(), ReadRecord(), ReadRegistryEntries(), FxPkgPnp::ReadStateFromRegistry(), ReadStringFromRegistry(), ReadTags(), ReadVolumeLabel(), ReadWritePassive(), ReadWriteWorkItemRoutine(), FxIoQueue::ReadyNotify(), RealizeFontInit(), Recalibrate(), ReceiveActivity(), ReceiveComplete(), ReceiveDatagram(), recvd_subvol(), reduce_tree_extent(), BtrfsScrub::RefreshScrubDlg(), regenerate_space_list(), RegEnumValueW(), RegInitializeRegistry(), _FX_DRIVER_TRACKER_CACHE_AWARE::Register(), FxDeviceInterface::Register(), FxPkgFdo::RegisterCallbacks(), FxPkgPnp::RegisterCallbacks(), RegisterConnection(), FxPkgPnp::RegisterPowerPolicyWmiInstance(), RegisterUncProvider(), registry_load_volume_options(), registry_mark_volume_mounted(), registry_mark_volume_unmounted(), registry_mark_volume_unmounted_path(), RegpCopyTree(), RegpCreateOrOpenKey(), RegQueryValueExW(), RegSetValueExW(), FxDmaTransactionBase::ReleaseForReuse(), ReleaseMemory(), CMiniportWaveICHStream::ReleaseUsedMappings(), remove_balance_item(), remove_device(), remove_free_space_inode(), remove_root_extents(), remove_superblocks(), FxObject::RemoveChildObjectInternal(), RemoveConsoleByPointer(), FxCollectionInternal::RemoveEntry(), FxRequest::RemoveFromIrpQueue(), rename_file_to_stream(), rename_stream(), rename_stream_to_file(), RenderInitializeUrbAndIrp(), ReportDetectedDevice(), ReportDetectedPnpDevice(), ReportGreenPdo(), FxIoQueue::RequestCancelable(), RequestDispatchProcessDirectly(), RequestDispatchSpecialIoctls(), RequestDispatchSyncWithSequentialQueue(), RequestDispatchToSequentialQueue(), RequestDuidGetDeviceIdProperty(), RequestDuidGetDeviceProperty(), RequestedPowerIrpHandler(), RequestHandleGetDeviceNumber(), RequestHandleGetHotPlugInfo(), RequestHandleGetInquiryData(), RequestHandleGetMediaTypeEx(), RequestHandleMountQueryDeviceName(), RequestHandleMountQuerySuggestedLinkName(), RequestHandleMountQueryUniqueId(), RequestHandleQueryPropertyDeviceUniqueId(), RequestHandleQueryPropertyRetrieveCachedData(), RequestHandleQueryPropertyWriteCache(), RequestHandleReadWrite(), RequestHandleSetHotPlugInfo(), RequestIsIoctlBlockedByExclusiveAccess(), RequestIssueShutdownFlush(), FxIrp::RequestPowerIrp(), RequestProcessInternalDeviceControl(), RequestProcessShutdownFlush(), RequestSend(), RequestSenseInfoInterpret(), RequestSetContextFields(), RequestSynchronizeProcessWithSerialQueue(), RequestValidateAacsBindingNonce(), RequestValidateAacsEndSession(), RequestValidateAacsGetCertificate(), RequestValidateAacsGetChallengeKey(), RequestValidateAacsReadMediaId(), RequestValidateAacsReadMediaKeyBlock(), RequestValidateAacsReadSerialNumber(), RequestValidateAacsReadVolumeId(), RequestValidateAacsSendCertificate(), RequestValidateAacsSendChallengeKey(), RequestValidateAacsStartSession(), RequestValidateDvdEndSession(), RequestValidateDvdReadKey(), RequestValidateDvdReadStructure(), RequestValidateDvdSendKey(), RequestValidateDvdStartSession(), RequestValidateEnableStreaming(), RequestValidateExclusiveAccess(), RequestValidateGetConfiguration(), RequestValidateGetLastSession(), RequestValidateGetPerformance(), RequestValidatePersistentReserve(), RequestValidateRawRead(), RequestValidateReadQChannel(), RequestValidateReadToc(), RequestValidateReadTocEx(), RequestValidateReadWrite(), RequestValidateSendOpcInformation(), RequestValidateSetSpeed(), FxIoQueue::Requeue(), reserve_subvol(), reset_stats(), ResetChangeFlag(), ResFindDataEntryFromImage(), resize_device(), CMiniportWaveCyclicStream::ResizeBuffer(), ResolveArcNameManually(), resume_balance(), resume_scrub(), FxPkgIo::ResumeProcessingForPower(), FxRequest::Reuse(), RouterRemoveRoute(), RouterShutdown(), RouterStartup(), RpcpStartRpcServer(), rpcrt4_protseq_np_get_wait_array(), rpcrt4_protseq_np_wait_for_new_connection(), RQueryServiceObjectSecurity(), RtlAbortRXact(), RtlActivateActivationContextEx(), RtlAddAce(), RtlAddAtomToAtomTable(), RtlAddAttributeActionToRXact(), RtlAddRange(), RtlAdjustPrivilege(), RtlAllocateActivationContextStack(), RtlAllocateAndInitializeSid(), RtlAppendAsciizToString(), RtlAppendStringToString(), RtlAppendUnicodeStringToString(), RtlAppendUnicodeToString(), RtlApplyRXact(), RtlCharToInteger(), RtlCheckRegistryKey(), RtlComputePrivatizedDllName_U(), RtlConvertSidToUnicodeString(), RtlConvertUiListToApiList(), RtlCopyMappedMemory(), RtlCopyRangeList(), RtlCopySecurityDescriptor(), RtlCopySid(), RtlCopySidAndAttributesArray(), RtlCreateAcl(), RtlCreateAtomTable(), RtlCreateEnvironment(), RtlCreateProcessParameters(), RtlCreateRegistryKey(), RtlCreateSecurityDescriptor(), RtlCreateSecurityDescriptorRelative(), RtlCreateTimer(), RtlCreateTimerQueue(), RtlCreateUserProcess(), RtlCustomCPToUnicodeN(), RtlDeactivateActivationContext(), RtlDeleteAce(), RtlDeleteAtomFromAtomTable(), RtlDeleteCriticalSection(), RtlDeleteHeapLock(), RtlDeleteOwnersRanges(), RtlDeleteRange(), RtlDeleteSecurityObject(), RtlDeleteTimer(), RtlDeleteTimerQueueEx(), RtlDeregisterWaitEx(), RtlDestroyAtomTable(), RtlDestroyProcessParameters(), RtlDestroyQueryDebugBuffer(), RtlDnsHostNameToComputerName(), RtlDosSearchPath_Ustr(), RtlDowncaseUnicodeString(), RtlDuplicateUnicodeString(), RtlEmptyAtomTable(), RtlEnterCriticalSection(), RtlEnterHeapLock(), RtlExpandEnvironmentStrings_U(), RtlFindActivationContextSectionGuid(), RtlFindActivationContextSectionString(), RtlFindCharInUnicodeString(), RtlFindMessage(), RtlFindRange(), RtlFormatCurrentUserKeyPath(), RtlGetAce(), RtlGetActiveActivationContext(), RtlGetControlSecurityDescriptor(), RtlGetDaclSecurityDescriptor(), RtlGetFirstRange(), RtlGetFullPathName_Ustr(), RtlGetFullPathName_UstrEx(), RtlGetGroupSecurityDescriptor(), RtlGetLengthWithoutLastFullDosOrNtPathElement(), RtlGetLengthWithoutTrailingPathSeparators(), RtlGetNextRange(), RtlGetOwnerSecurityDescriptor(), RtlGetSaclSecurityDescriptor(), RtlGetVersion(), RtlGUIDFromString(), RtlHashUnicodeString(), RtlInitAnsiStringEx(), RtlInitializeCriticalSectionEx(), RtlInitializeHeapLock(), RtlInitializeRXact(), RtlInitializeSid(), RtlInitUnicodeStringEx(), RtlIntegerToChar(), RtlIntegerToUnicode(), RtlInvertRangeList(), RtlIpv4AddressToStringA(), RtlIpv4AddressToStringExA(), RtlIpv4AddressToStringExW(), RtlIpv4AddressToStringW(), RtlIpv4StringToAddressExW(), RtlIpv6AddressToStringExA(), RtlIpv6AddressToStringExW(), RtlIpv6AddressToStringW(), RtlIpv6StringToAddressExW(), RtlIpv6StringToAddressW(), RtlIsRangeAvailable(), RtlLeaveCriticalSection(), RtlLeaveHeapLock(), RtlLocalTimeToSystemTime(), RtlLookupAtomInAtomTable(), RtlMakeSelfRelativeSD(), RtlMergeRangeLists(), RtlMultiByteToUnicodeN(), RtlMultiByteToUnicodeSize(), RtlNewInstanceSecurityObject(), RtlNewSecurityGrantedAccess(), RtlNtPathNameToDosPathName(), RtlOemStringToCountedUnicodeString(), RtlOemToUnicodeN(), RtlOpenCurrentUser(), RtlpAddKnownAce(), RtlpAddKnownObjectAce(), RtlpApplyLengthFunction(), RtlpArrayVPrintfWorkerW(), RtlpCallQueryRegistryRoutine(), RtlpCompressBufferLZNT1(), RtlpCreateUserStack(), RtlpDosPathNameToRelativeNtPathName_Ustr(), RtlpDphSetProtectionAfterUse(), RtlpDphTargetDllsLogicInitialize(), RtlpEnsureBufferSize(), RtlpFindActivationContextSection_CheckParameters(), RtlpFindExportedRoutineByName(), RtlpGetImpersonationToken(), RtlpGetRegistryHandle(), RtlpImageNtHeaderEx(), RtlPinAtomInAtomTable(), RtlpInitAtomTableLock(), RtlpInitEnvironment(), RtlpInitializeHeap(), RtlpInitializeHeapSegment(), RtlpInitializeThreadPool(), RtlpIoWorkerThreadProc(), RtlpQueryRegistryDirect(), RtlpQueryRemoteProcessModules(), RtlpQueueIoWorkerThread(), RtlpQueueWorkerThread(), RtlpSafeCopyMemory(), RtlpSetSecurityObject(), RtlpStringVPrintfExWorkerW(), RtlpStringVPrintfWorkerW(), RtlpSysVolCheckOwnerAndSecurity(), RtlpUnicodeStringValidate(), RtlpWaitForCriticalSection(), RtlpWin32NTNameToNtPathName_U(), RtlpWorkerThreadProc(), RtlpWorkSpaceSizeLZNT1(), RtlQueryAtomInAtomTable(), RtlQueryAtomListInAtomTable(), RtlQueryEnvironmentVariable_U(), RtlQueryHeapInformation(), RtlQueryInformationAcl(), RtlQueryInformationActivationContext(), RtlQueryProcessDebugInformation(), RtlQueryRegistryValues(), RtlQueueWorkItem(), RtlReAllocateHeap(), RtlRegisterWait(), RtlRunOnceBeginInitialize(), RtlRunOnceComplete(), RtlSelfRelativeToAbsoluteSD(), RtlSelfRelativeToAbsoluteSD2(), RtlSetControlSecurityDescriptor(), RtlSetCurrentDirectory_U(), RtlSetDaclSecurityDescriptor(), RtlSetEnvironmentVariable(), RtlSetGroupSecurityDescriptor(), RtlSetHeapInformation(), RtlSetInformationAcl(), RtlSetOwnerSecurityDescriptor(), RtlSetSaclSecurityDescriptor(), RtlSetThreadErrorMode(), RtlSetThreadPoolStartFunc(), RtlStartRXact(), RtlStringCatExWorkerA(), RtlStringCatExWorkerW(), RtlStringCatNExWorkerA(), RtlStringCatNExWorkerW(), RtlStringCopyExWorkerA(), RtlStringCopyExWorkerW(), RtlStringCopyNExWorkerA(), RtlStringCopyNExWorkerW(), RtlStringCopyNWorkerA(), RtlStringCopyNWorkerW(), RtlStringCopyWorkerA(), RtlStringCopyWorkerW(), RtlStringFromGUID(), RtlStringLengthWorkerA(), RtlStringLengthWorkerW(), RtlStringVPrintfExWorkerA(), RtlStringVPrintfWorkerA(), RtlSystemTimeToLocalTime(), RtlUnicodeStringToAnsiString(), RtlUnicodeStringToInteger(), RtlUnicodeToCustomCPN(), RtlUnicodeToMultiByteN(), RtlUnicodeToMultiByteSize(), RtlUnicodeToOemN(), RtlUnicodeToUTF8N(), RtlUpcaseUnicodeString(), RtlUpcaseUnicodeToCustomCPN(), RtlUpcaseUnicodeToMultiByteN(), RtlUpcaseUnicodeToOemN(), RtlUpdateTimer(), RtlUTF8ToUnicodeN(), RtlValidateUnicodeString(), RtlVerifyVersionInfo(), RtlZombifyActivationContext(), run_error_tests(), run_open_osfhandle(), RunApphelpCacheControlTests(), RunTest(), RunTestCases(), RunUSetup(), RWComputeCHS(), RWDetermineMediaType(), RWSeekToCylinder(), RXactpCommit(), RxAllocateCanonicalNameBuffer(), RxCancelNotifyChangeDirectoryRequestsForVNetRoot(), RxChangeBufferingState(), RxCheckShareAccessPerSrvOpens(), RxCheckVNetRootCredentials(), RxCloseAssociatedSrvOpen(), RxCollapseOrCreateSrvOpen(), RxCommonCleanup(), RxCommonCreate(), RxCommonDevFCBCleanup(), RxCommonDevFCBClose(), RxCommonRead(), RxCommonSetInformation(), RxCommonWrite(), RxCompleteMdl(), RxConstructNetRoot(), RxConstructVirtualNetRoot(), RxCreateFromNetRoot(), RxCreateSrvCallCallBack(), RxCreateTreeConnect(), RxDriverEntry(), RxFcbTableInsertFcb(), RxFcbTableRemoveFcb(), RxFinalizeConnection(), RxFinalizeNetRoot(), RxFindOrConstructVirtualNetRoot(), RxFindOrCreateConnections(), RxFindOrCreateFcb(), RxFinishSrvCallConstruction(), RxFirstCanonicalize(), RxFsdCommonDispatch(), RxGetStringRegistryParameter(), RxInitializeBufferingManager(), RxInitializeMRxDispatcher(), RxInitializeRegistrationStructures(), RxInitializeRxTimer(), RxInitializeSrvCallParameters(), RxInsertWorkQueueItem(), RxLowIoPopulateFsctlInfo(), RxLowIoReadShellCompletion(), RxLowIoSubmit(), RxLowIoWriteShellCompletion(), RxMarkFobxOnCleanup(), RxpDereferenceAndFinalizeNetFcb(), RxpDispatchChangeBufferingStateRequests(), RxpLookupSrvOpenForRequestLite(), RxPostOneShotTimerRequest(), RxPrepareToReparseSymbolicLink(), RxProcessChangeBufferingStateRequestsForSrvOpen(), RxpScavengeFobxs(), RxPurgeFcbInSystemCache(), RxPurgeFobx(), RxPurgeFobxFromCache(), RxPurgeNetFcb(), RxPurgeRelatedFobxs(), RxpWorkerThreadDispatcher(), RxQueryDirectory(), RxQueryNameInfo(), RxQueryStandardInfo(), RxRegisterMinirdr(), RxScavengeFobxsForNetRoot(), RxSearchForCollapsibleOpen(), RxSetDispositionInfo(), RxSpinUpRequestsDispatcher(), RxSpinUpWorkerThread(), RxStartMinirdr(), RxTearDownBufferingManager(), RxWaitForStableCondition(), SamFreeMemory(), SamGetCompatibilityMode(), SamIInitialize(), SampCheckAccountName(), SampCheckAccountNameInDomain(), SampCheckPassword(), SampCloseDbObject(), SampCreateAccountDomainSD(), SampCreateAliasSD(), SampCreateBuiltinDomainSD(), SampCreateGroupSD(), SampCreateServerSD(), SampCreateUserSD(), SampDeleteAccountDbObject(), SampFillUserDisplayCache(), SampGetAccountDomainInfo(), SampGetLogonHoursAttribute(), SampGetMembersInAlias(), SampGetObjectAttributeString(), SampGetRidFromSid(), SampInitDatabase(), SampInitializeDisplayCache(), SampInitializeRegistry(), SampQueryAliasGeneral(), SampQueryGroupGeneral(), SampQueryUserInternal1(), SampRegCloseKey(), SampRegQueryValue(), SampRemoveGroupMembershipFromUser(), SampRemoveMemberFromAllAliases(), SampRemoveMemberFromGroup(), SampRemoveUserFromAllAliases(), SampRemoveUserFromAllGroups(), SampSetUserAll(), SampSetUserInternal1(), SampSetUserInternal2(), SampShutdownDisplayCache(), SampValidateDbObject(), SamrAddMultipleMembersToAlias(), SamrCloseHandle(), SamrEnumerateAliasesInDomain(), SamrEnumerateGroupsInDomain(), SamrEnumerateUsersInDomain(), SamrGetAliasMembership(), SamrGetGroupsForUser(), SamrGetMembersInGroup(), SamrGetUserDomainPasswordInformation(), SamrLookupDomainInSamServer(), SamrLookupIdsInDomain(), SamrLookupNamesInDomain(), SamrRemoveMultipleMembersFromAlias(), SamrShutdownSamServer(), SamValidateUser(), SatisfyPacketRecvRequest(), SatisfyPreAccept(), FxPkgPnp::SaveState(), SbDsp4SetInputRate(), SbDsp4SetOutputRate(), SbDsp4WriteRate(), SbDspGetVersion(), SbDspIsSpeakerEnabled(), SbDspRead(), SbDspReset(), SbDspWaitToRead(), SbDspWaitToWrite(), SbDspWrite(), SbMixerGetLevel(), SbMixerPackLevelData(), SbMixerSetLevel(), SbMixerUnpackLevelData(), ScAllocateAndInitializeSid(), ScCreateWellKnownSids(), ScDomainIdToSid(), ScmCheckDriver(), ScmGetDriverStatus(), ScmLoadDriver(), ScmUnloadDriver(), ScratchBuffer_PerformNextReadWrite(), ScratchBuffer_ReadWriteCompletionRoutine(), ScratchBuffer_ReadWriteTimerRoutine(), ScratchBuffer_ResetItems(), ScratchBuffer_SendSrb(), ScrCreateClose(), ScreenAddDevice(), ScreenDeviceControl(), ScrInbvCleanup(), ScrInbvInitialize(), ScrIoControl(), scrub_chunk(), scrub_chunk_raid56(), scrub_chunk_raid56_stripe_run(), scrub_data_extent(), scrub_extent(), scrub_extent_dup(), scrub_extent_raid0(), scrub_extent_raid10(), ScrubRegistryRoutine(), ScrWrite(), ScsiFlopDeviceControl(), ScsiFlopInitDevice(), ScsiFlopReadWriteVerification(), ScsiFlopRemoveDevice(), ScsiFlopStartDevice(), ScsiFlopStopDevice(), ScsiPortAddDevice(), ScsiPortCreateClose(), ScsiPortDeviceControl(), ScsiPortDispatchPower(), ScsiPortDispatchScsi(), ScsiPortInitialize(), SdbDeletePermLayerKeys(), SdbpAppendLayer(), SdbSetPermLayerKeys(), SeAccessCheck(), SeAppendPrivileges(), search_manifest_in_module(), SearchForLegacyDrivers(), SeCaptureLuidAndAttributesArray(), SeCaptureObjectTypeList(), SeCaptureSecurityDescriptor(), SeCaptureSidAndAttributesArray(), SeCreateAccessStateEx(), SeDefaultObjectMethod(), SeExchangePrimaryToken(), SeGetLogonIdDeviceMap(), SeInitializeProcessAuditName(), SeIsTokenChild(), SeIsTokenSibling(), FxUsbDevice::SelectConfig(), FxUsbInterface::SelectSetting(), FxUsbInterface::SelectSettingByDescriptor(), FxUsbInterface::SelectSettingByIndex(), SeLocateProcessImageName(), SeMarkLogonSessionForTerminationNotification(), send_add_dir(), Send_Byte(), send_extent_data(), send_inode(), send_inode_extref(), send_inode_ref(), send_read_symlink(), send_subvol(), send_unlink_command(), send_xattr(), SendComplete(), FxIrp::SendIrpSynchronously(), SendRequest(), SenseInfoInterpretByAdditionalSenseCode(), SenseInfoInterpretBySenseKey(), SenseInfoInterpretRefineByIoControl(), SenseInfoInterpretRefineByScsiCommand(), SepAccessCheck(), SepAccessCheckAndAuditAlarmWorker(), SepAccessCheckWorker(), SepAdjustGroups(), SepAdjustPrivileges(), SepCaptureAcl(), SepCaptureSecurityQualityOfService(), SepCaptureSid(), SepCleanupLUIDDeviceMapDirectory(), SepCompareTokens(), SepCreateClientSecurity(), SepCreateImpersonationTokenDacl(), SepCreateSystemAnonymousLogonToken(), SepCreateSystemAnonymousLogonTokenNoEveryone(), SepCreateSystemProcessToken(), SepCreateTokenLock(), SepDuplicateToken(), SepFindPrimaryGroupAndDefaultOwner(), SepOpenThreadToken(), SepPerformTokenFiltering(), SepPropagateAcl(), SepRebuildDynamicPartOfToken(), SePrivilegePolicyCheck(), SepRmCreateLogonSession(), SepRmDeleteLogonSession(), SepRmDereferenceLogonSession(), SepRmInsertLogonSessionIntoToken(), SepRmReferenceLogonSession(), SepRmRemoveLogonSessionFromToken(), SepRmSetAuditEvent(), SepValidateObjectTypeList(), SequentialQueueEvtIoDeviceControl(), SequentialQueueEvtIoReadWrite(), SeQueryAuthenticationIdToken(), SeQueryInformationToken(), SeQuerySessionIdToken(), SeRegisterLogonSessionTerminatedRoutine(), SeReleaseSecurityDescriptor(), SerenumAddDevice(), SerenumDetectPnpDevice(), SerenumFdoQueryBusRelations(), SerenumFdoStartDevice(), SerenumInitMultiSzString(), SerenumPdoPnp(), SerenumPdoQueryDeviceRelations(), SerenumPdoStartDevice(), SeReportSecurityEvent(), serial_close(), serial_create(), serial_device_control(), serial_read(), serial_write(), SerialAddDevice(), SerialAddDeviceInternal(), SerialBufferGetChar(), SerialCleanup(), SerialClose(), SerialCreate(), SerialDeviceControl(), SerialGetCommProp(), SerialGetCommStatus(), SerialInterruptService(), SerialPnpStartDevice(), SerialQueryInformation(), SerialRead(), SerialSetBaudRate(), SerialWrite(), SermouseAddDevice(), SermouseCleanup(), SermouseClose(), SermouseCreate(), SermouseDeviceWorker(), SermouseInternalDeviceControl(), SermousePnp(), ServerThread(), ServiceInit(), ServiceTransferRequest(), SeSetAuditParameter(), SeSetWorldSecurityDescriptor(), set_basic_information(), set_case_sensitive_information(), set_compression(), set_disposition_information(), set_end_of_file_information(), set_inode_info(), set_integrity_information(), set_link_information(), set_position_information(), set_rename_information(), set_reparse_point(), set_reparse_point2(), set_sparse(), set_valid_data_length_information(), set_xattr(), set_zero_data(), CAC97AdapterCommon::SetAC97Default(), SetAccountsDomainSid(), SetAdministratorPassword(), SetAttributeDataLength(), SetBootStoreOptions(), SetContextManipulateHandler(), SetContextSendHandler(), CMiniportWaveStreamCMI::setDACChannels(), SetDeviceFunctional(), SetDirtyStatus(), FxPkgFdo::SetFilter(), FxPkgIo::SetFilter(), FxRequest::SetInformation(), SetLastWriteTime(), CAC97MiniportTopology::SetMultichannelMute(), CAC97MiniportTopology::SetMultichannelVolume(), SetNonResidentAttributeDataLength(), SetPrimaryDomain(), SetProcSpeed(), SetResidentAttributeDataLength(), SetSocketInformation(), CMiniportStream::SetState(), SetTokenDefaultDaclTests(), CMiniportWaveStreamCMI::setupAC3Passthru(), SetupCommitFileQueueW(), SetupCreateDirectory(), SetupExtractFile(), CMiniportWaveStreamCMI::setupSPDIFPlayback(), SetUserGeoID(), SetUserInfo(), FxUsbInterface::SetWinUsbHandle(), SeUnregisterLogonSessionTerminatedRoutine(), SfcGetFiles(), SharedMemoryInit(), SHELL32_GetFSItemAttributes(), SimpleAllocation(), SimpleErrorChecks(), SmConnectToSm(), SmpAcquirePrivilege(), SmpApiLoop(), SmpConfigureAllowProtectedRenames(), SmpConfigureEnvironment(), SmpConfigureExcludeKnownDlls(), SmpConfigureFileRenames(), SmpConfigureObjectDirectories(), SmpConfigureProtectionMode(), SmpConfigureSubSystems(), SmpCreateDynamicEnvironmentVariables(), SmpCreatePagingFileDescriptor(), SmpCreatePagingFiles(), SmpCreateSecurityDescriptors(), SmpCreateVolumeDescriptors(), SmpExecuteCommand(), SmpGetPagingFileSize(), SmpGetVolumeFreeSpace(), SmpInitializeDosDevices(), SmpInitializeKnownDllPath(), SmpInvokeAutoChk(), SmpLoadSubSystem(), SmpLoadSubSystemsForMuSession(), SmpParseCommandLine(), SmpParseToken(), SmpSaveRegistryValue(), SmpSbCreateSession(), SmpStartCsr(), SmpValidatePagingFileSizes(), SnapTimeStamp(), SpGetInfoSChannel(), SpGetInfoUnified(), SpiAllocateCommonBuffer(), SpiCreatePortConfig(), SpiGetInquiryData(), SpiHandleAttachRelease(), SpiMemCopy(), SpiParseDeviceInfo(), SpiProcessCompletedRequest(), split_batch_item_list(), split_path(), split_tree(), split_tree_at(), SplitBTreeNode(), SpLsaModeInitialize(), SpQueryDeviceCallout(), SpUserModeInitialize(), SRomParseHeader(), SSI_DEF(), FxDmaPacketTransaction::StageTransfer(), start_address_thread(), start_balance(), start_scrub(), START_TEST(), StartAuthenticationPort(), StartCaptureIsocTransfer(), StartDevice(), StartMotor(), StartProcedure(), StartThread(), STDMETHODIMP_(), stop_balance(), stop_scrub(), FxPkgIo::StopProcessingForPower(), CMiniportWaveCMI::storeChannelConfigToRegistry(), StorPortInitialize(), stream_set_end_of_file_information(), StreamClassCleanup(), StreamClassDeviceControl(), StreamClassFlushBuffers(), StreamClassPower(), StreamClassRegisterAdapter(), StreamClassRWCompletion(), StreamClassStartDevice(), StreamClassSystemControl(), StreamSocketConnectComplete(), StressTesting(), FxIoTarget::SubmitLocked(), FxIoTarget::SubmitSync(), SwDispatchClose(), SwDispatchPnp(), SwDispatchPower(), SwDispatchSystemControl(), SymbolicLinkNamesFromUniqueIdCount(), SymbolicLinkNamesFromUniqueIdQuery(), sync_ext_cutoff_points(), SynchronizedDMusMPUWrite(), sys_arch_mbox_fetch(), sys_arch_sem_wait(), SysAudio_AddDevice(), SysAudio_Shutdown(), SysAudioHandleProperty(), SysAudioOpenKMixer(), SysAudioOpenVirtualDevice(), SysAudioRegisterNotifications(), SysPoCompletionRoutine(), SystemConfigurationDataQueryRoutine(), SystemFunction001(), SystemFunction002(), SystemFunction003(), SystemFunction004(), SystemFunction005(), SystemFunction006(), SystemFunction007(), SystemFunction008(), SystemFunction010(), SystemFunction012(), SystemFunction013(), SystemFunction024(), SystemFunction025(), SystemFunction032(), SystemFunction040(), SystemFunction041(), SystemProcessTestWorker(), SystemProcessWorker(), TaBuildNullTransportAddress(), TCPAcceptEventHandler(), TCPClose(), TCPDisconnect(), TCPGetSocketStatus(), TcpipLanGetDwordOid(), TcpipWaitForSingleObject(), TCPListen(), TCPSendEventHandler(), TCPSendIoctl(), TCPSetNoDelay(), TCPShutdown(), TCPSocket(), TCPStartup(), TCPTranslateError(), TdiBuildConnectionInfoInPlace(), TdiBuildNullConnectionInfoInPlace(), TdiBuildNullTransportAddressInPlace(), TdiCall(), TdiCloseDevice(), tdiGetMibForIfEntity(), tdiGetMibForIpEntity(), tdiGetRoutesForIpEntity(), tdiGetSetOfThings(), TdiQueryAddress(), TdiQueryMaxDatagramLength(), TdiReceiveThread(), TdiSendDatagram(), TdiSendThread(), TearDownGlobalMessageTable(), TerminateUserModePnpManager(), test1(), test2(), test3(), test6(), test9(), test_affinity(), test_allocations(), Test_API(), Test_BasedSection(), test_BCryptGenRandom(), test_BCryptGetFipsAlgorithmMode(), test_BcryptHash(), Test_Buffersizes(), test_CallNtPowerInformation(), test_case_sensitive(), Test_CcCopyRead(), Test_CcCopyWrite(), test_completion(), test_D3DKMTCreateDCFromMemory(), Test_Data(), test_DeletePwrScheme(), test_directory(), test_directory_sort(), test_dllnames(), test_EnumBuffer(), test_event(), test_file_access_information(), test_file_all_information(), test_file_all_name_information(), test_file_basic_information(), test_file_completion_information(), test_file_disposition_information(), test_file_full_size_information(), test_file_link_information(), test_file_name_information(), test_file_rename_information(), Test_Flags(), test_flags_NtQueryDirectoryFile(), test_flush_buffers_file(), test_GetBuffer(), test_GetPerformanceInfo(), test_HandleTables(), test_image_mapping(), Test_ImageSection(), Test_ImageSection2(), Test_Init(), test_InProcess(), test_iocp_fileio(), test_iocp_setcompletion(), Test_IoRegisterPlugPlayNotification(), Test_IoSetDeviceInterface(), test_junction_points(), Test_KernelDebugger(), test_keyed_events(), Test_KeyFullInformation(), Test_KeyNameInformation(), test_LdrAddRefDll(), test_LdrEnumerateLoadedModules(), test_LdrLockLoaderLock(), test_Loader(), test_long_value_name(), test_LookupAccountSid(), test_lsa(), test_LsaLookupNames2(), test_LsaLookupPrivilegeName(), test_LsaLookupSids(), test_mapprotection(), test_md4hashfunc(), test_md5(), test_mutant(), test_name_limits(), test_namespace_pipe(), test_NhGetInterfaceNameFromDeviceGuid(), test_NhGetInterfaceNameFromGuid(), test_not_full(), test_notify(), test_NtAreMappedFilesTheSame(), test_NtCreateKey(), test_NtDeleteKey(), test_NtFlushKey(), Test_NtFreeVirtualMemory(), test_NtGetCurrentProcessorNumber(), test_NtMapViewOfSection(), test_ntncdf(), test_ntncdf_async(), test_NtOpenKey(), test_NtQueryDirectoryFile(), test_NtQueryDirectoryFile_case(), test_NtQueryKey(), test_NtQueryLicenseKey(), test_NtQueryPerformanceCounter(), test_NtQuerySection(), test_NtQueryValueKey(), test_NtSetValueKey(), test_NtSuspendProcess(), test_null_device(), test_overlapped_error(), Test_PageFileSection(), Test_Parameters(), test_ports_client(), test_ports_server(), Test_ProcBasePriorityClass(), test_process_info(), Test_ProcessModules(), Test_ProcessPriorityClassAlignment(), Test_ProcessTimes(), Test_ProcessWx86Information(), Test_ProcForegroundBackgroundClass(), Test_ProcRaisePriorityClass(), test_query_attribute_information_file(), test_query_basic(), test_query_cpu(), test_query_data_alignment(), test_query_handle(), test_query_handle_ex(), test_query_interrupt(), test_query_kerndebug(), test_query_logicalproc(), test_query_logicalprocex(), test_query_module(), test_query_object(), test_query_object_types(), test_query_performance(), test_query_process(), test_query_process_basic(), test_query_process_debug_object_handle(), test_query_process_handlecount(), test_query_process_image_file_name(), test_query_process_io(), test_query_process_priority(), test_query_process_times(), test_query_process_vm(), test_query_process_wow64(), test_query_processor_power_info(), test_query_procperf(), test_query_regquota(), test_query_timeofday(), test_query_volume_information_file(), test_QueryBacktrace(), test_queryvirtualmemory(), Test_RawSize(), test_read_write(), test_readdirectorychanges(), test_readdirectorychanges_filedir(), test_readfileex_pending(), test_readonly(), test_readvirtualmemory(), test_redirection(), Test_Release(), test_rng(), test_RtlCharToInteger(), test_RtlCheckRegistryKey(), test_RtlCompressBuffer(), test_RtlDecompressBuffer(), test_RtlDuplicateUnicodeString(), test_RtlGetCompressionWorkSpaceSize(), test_RtlGetFullPathName_U(), test_RtlHashUnicodeString(), test_RtlInitUnicodeStringEx(), test_RtlIpv4AddressToStringEx(), test_RtlIpv4StringToAddressEx(), test_RtlIpv6AddressToStringEx(), test_RtlIpv6StringToAddress(), test_RtlIpv6StringToAddressEx(), test_RtlMakeSelfRelativeSD(), test_RtlOpenCurrentUser(), test_RtlQueryPackageIdentity(), test_RtlQueryRegistryValues(), test_RtlQueryTimeZoneInformation(), test_RtlThreadErrorMode(), Test_RtlUnicodeStringPrintf(), Test_RtlUnicodeStringPrintfEx(), test_RtlUnicodeStringToAnsiString(), test_RtlUnicodeStringToInteger(), test_RtlUnicodeToUTF8N(), test_RtlUTF8ToUnicodeN(), Test_SectionContents(), test_security_info(), test_sha1(), test_sha256(), test_sha384(), test_sha512(), Test_SingleInstruction(), test_specialhandling(), test_symboliclink(), test_symlinks(), Test_SyscallNumbers(), test_SystemFunction001(), test_SystemFunction002(), test_SystemFunction003(), test_SystemFunction004(), test_SystemFunction005(), test_SystemFunction007(), test_SystemFunction008(), test_SystemFunction009(), test_SystemFunction032(), test_SystemFunction_dec32(), test_SystemFunction_decrypt(), test_SystemFunction_enc32(), test_SystemFunction_encrypt(), test_table(), test_thread_info(), test_thread_processor(), test_thread_start_address(), Test_ThreadBasicInformationClass(), Test_ThreadPriorityClass(), Test_TimeAdjustment(), Test_Truncate(), test_VirtualAlloc(), test_VirtualProtect(), test_volume_info(), test_WritePwrScheme(), TestAllInformation(), TestAMLIllegalIOPortAddresses(), TestAttachDevice(), TestBuffers(), testCharNext(), testCharPrev(), TestCleanEverything(), TestConnect(), TestCreateEvent(), TestCreateNamedPipe(), TestCreateOpen_(), TestCreateProcessNotify(), TestCreateSection(), TestCreateThreadNotify(), TestCrossProcessDecrypt(), TestCrossProcessEncrypt(), CMiniport::TestDataFormat(), TestDeviceCreateDelete(), TestDirectoryControl(), TestDispatch(), TestDuplicate(), TestEncrypt(), TestEntry(), TestEventConcurrent(), TestEventScheduling(), testExpand(), TestFastMutexConcurrent(), TestFileFsAttributeInformation(), TestFileFsVolumeInformation(), TestFileInfo(), TestFindCharInUnicodeString(), TestFltRegisterFilter(), TestFreeNoAccess(), TestGetCollectionDescription(), TestGetComputerNameEx(), testGetInfo(), TestGetReturnStatus(), TestGuardedMutexConcurrent(), TestHardError(), TestHidPDescription(), testInitialize(), TestInterfaceRegistry(), TestIoCreateFile(), TestIoVolumeDeviceToDosName(), TestIrpHandler(), TestIsAvailable(), TestKM(), TestLoadImageNotify(), TestMap(), TestMessageHandler(), TestModuleRegistry(), TestMutex(), TestNodeName(), TestObRootSecurity(), TestOwnerRes(), TestPhysicalMemorySection(), TestPoolQuota(), TestPoRequestPowerIrp(), TestProviderInfo(), testQuery(), TestQueryInformation(), TestQueryLink(), TestRead(), TestReadWrite(), TestReference(), TestRegFilterUnload(), TestRelativeNames(), TestResourceWithOwner(), TestResourceWithThreads(), TestReturnValues(), TestRtlQueryRegistryValues(), TestSeAssignSecurity(), TestSend(), TestSendTo(), TestServiceName(), testSet(), testSetHelper(), TestSetInformation(), TestSharedCacheMap(), TestSharedFlag(), TestsSeQueryInformationToken(), TestStartEqualsEnd(), TestSymlinks(), TestTcp(), TestTcpConnect(), TestTdi(), TestUdp(), TestUpcaseUnicodeString(), TestVolumeInfo(), TestWrite(), TestZwLoad(), TestZwUnload(), TextIntCreateFontIndirect(), TextIntRealizeFont(), TEXTMODE_BUFFER_Initialize(), TH32CreateSnapshot(), TH32CreateSnapshotSectionInitialize(), FxSystemThread::Thread(), TiDispatchInternal(), TiGetProtocolNumber(), timer_queue_thread_proc(), TiSecurityStartup(), FxDmaScatterGatherTransaction::TransferCompleted(), TranslateMachineInformationXML(), TranslateNtStatusError(), TriggerWork(), TrpGenerateMappingTracker(), try_consolidation(), try_tree_amalgamate(), TryConnectPort(), TryCreatePort(), TryToSatisfyRecvRequestFromBuffer(), TUILoggedOutSAS(), UDFAcquireDloc(), UDFAddXSpaceBitmap(), UDFAllocateFESpace(), UDFAllocFreeExtent_(), UDFAssignAcl(), UDFAsyncCompletionRoutine(), UDFBuildAllocDescs(), UDFBuildFileEntry(), UDFBuildFileIdent(), UDFBuildTreeItemsList(), UDFCheckAccessRights(), UDFCheckArea(), UDFCleanup(), UDFClose(), UDFCloseAllXXXDelayedInDir(), UDFCloseFile__(), UDFCloseFileInfoChain(), UDFCommonCleanup(), UDFCommonClose(), UDFCommonCreate(), UDFCommonDeviceControl(), UDFCommonDirControl(), UDFCommonDispatch(), UDFCommonFileInfo(), UDFCommonFlush(), UDFCommonLockControl(), UDFCommonRead(), UDFCommonShutdown(), UDFCommonWrite(), UDFCompareVcb(), UDFCompleteMount(), UDFConvertFEToExtended(), UDFConvertFEToNonInICB(), UDFCreate(), UDFCreateFile__(), UDFCreateFsDeviceObject(), UDFCreateRootFile__(), UDFCreateStreamDir__(), UDFDeviceControl(), UDFDevIoctlCompletion(), UDFDirControl(), UDFDirIndexGrow(), UDFDirIndexTrunc(), UDFDismountDevice(), UDFDismountVolume(), UDFDoDismountSequence(), UDFDoesOSAllowFilePretendDeleted__(), UDFDoesOSAllowFileToBeTargetForRename__(), UDFDoesOSAllowFileToBeUnlinked__(), UDFEjectReqWaiter(), UDFExceptionFilter(), UDFFastIoQueryBasicInfo(), UDFFastIoQueryStdInfo(), UDFFileDirInfoToNT(), UDFFileInfo(), UDFFindFile(), UDFFindLastFileSet(), UDFFindNextMatch(), UDFFirstOpenFile(), UDFFlush(), UDFFlushAllCachedAllocations(), UDFFlushCompletion(), UDFFlushFE(), UDFFlushFI(), UDFFlushFile__(), UDFFSControl(), UDFGetAltNameInformation(), UDFGetBasicInformation(), UDFGetBlockSize(), UDFGetCachedAllocation(), UDFGetDiskInfo(), UDFGetEaInformation(), UDFGetFileAllocModeFromICB(), UDFGetFileStreamInformation(), UDFGetFullNameInformation(), UDFGetInternalInformation(), UDFGetNetworkInformation(), UDFGetOpenParamsByFileId(), UDFGetPositionInformation(), UDFGetStandardInformation(), UDFGetStatistics(), UDFGetVolumeBitmap(), UDFHardLink(), UDFHardLinkFile__(), UDFIndexDirectory(), UDFInitAllocationCache(), UDFInitializeFCB(), UDFInitializeIrpContextLite(), UDFInitializeVCB(), UDFInitializeZones(), UDFInvalidateVolumes(), UDFIsCachedBadSequence(), UDFIsPathnameValid(), UDFIsVolumeDirty(), UDFIsVolumeMounted(), UDFLoadBogusLogicalVol(), UDFLoadExtInfo(), UDFLoadImpUseVolDesc(), UDFLoadLogicalVol(), UDFLoadLogicalVolInt(), UDFLoadPartDesc(), UDFLoadPartition(), UDFLoadSparingTable(), UDFLoadUnallocatedSpaceDesc(), UDFLoadVAT(), UDFLockCallersBuffer(), UDFLockControl(), UDFLockVolume(), UDFMarkAllocatedAsNotXXX(), UDFMarkAllocatedAsRecorded(), UDFMarkNotAllocatedAsAllocated(), UDFMarkStreamsForDeletion(), UDFMdlComplete(), UDFMountVolume(), UDFNotifyChangeDirectory(), UDFOpenFile(), UDFOpenFile__(), UDFOpenRootFile__(), UDFOpenStreamDir__(), UDFPackDirectory__(), UDFPadLastSector(), UDFPerformVerify(), UDFPhReadSynchronous(), UDFPhSendIOCTL(), UDFPhWriteSynchronous(), UDFPnpRemove(), UDFPrepareForReadOperation(), UDFPrepareForRenameMoveLink(), UDFPrepareForWriteOperation(), UDFPrepareXSpaceBitmap(), UDFPretendFileDeleted__(), UDFProcessSequence(), UDFQueryDirectory(), UDFQueryFsAttributeInfo(), UDFQueryFsDeviceInfo(), UDFQueryFsFullSizeInfo(), UDFQueryFsSizeInfo(), UDFQueryFsVolumeInfo(), UDFQuerySetEA(), UDFQueryVolInfo(), UDFQueueDelayedClose(), UDFRead(), UDFReadAndProcessFullToc(), UDFReadDiscTrackInfo(), UDFReadExtent(), UDFReadExtentLocation(), UDFReadFileEntry(), UDFReadTagged(), UDFReadVDS(), UDFReallocTrackMap(), UDFRecordVAT(), UDFRecoverFromError(), UDFReleaseDloc(), UDFRemapPacket(), UDFRemoveDloc(), UDFRemoveFileId(), UDFRename(), UDFRenameMoveFile__(), UDFResizeExtent(), UDFResizeFile__(), UDFReTagDirectory(), UDFSetAllocationInformation(), UDFSetBasicInformation(), UDFSetCaching(), UDFSetDispositionInformation(), UDFSetEOF(), UDFSetFileAllocModeFromICB(), UDFSetLabelInfo(), UDFSetMRWMode(), UDFSetVolInfo(), UDFShutdown(), UDFStartEjectWaiter(), UDFStoreCachedAllocation(), UDFStoreDloc(), UDFStoreFileId(), UDFSyncCompletionRoutine(), UDFTRead(), UDFTSendIOCTL(), UDFTWrite(), UDFUmount__(), UDFUnlinkAllFilesInDir(), UDFUnlinkDloc(), UDFUnlinkFile__(), UDFUnlockCallersBuffer(), UDFUnlockVolume(), UDFUnmapRange(), UDFUnPackMapping(), UDFUpdateLogicalVol(), UDFUpdateLogicalVolInt(), UDFUpdateNonAllocated(), UDFUpdatePartDesc(), UDFUpdateSparingTable(), UDFUpdateVAT(), UDFUpdateVolIdent(), UDFUserFsCtrlRequest(), UDFUseStandard(), UDFVerifyFreeSpaceBitmap(), UDFVerifyPartDesc(), UDFVerifySequence(), UDFVerifyVcb(), UDFVerifyVolume(), UDFVerifyXSpaceBitmap(), UDFVForget(), UDFVInit(), UDFVRead(), UDFVWrite(), UDFWrite(), UDFWriteData(), UDFWriteExtent(), UDFWriteFile__(), UDFWriteSecurity(), UDFZeroExtent(), UDPSendDatagram(), UDPShutdown(), UDPStartup(), uid_to_sid(), UnhandledExceptionFilter(), UniataChipDetect(), UniataConnectIntr2(), UniataDisconnectIntr2(), UniataFindBusMasterController(), Unload(), unlock_volume(), UnmapGlobalUserHeap(), unmarshal_nfs41_dirquery(), unmarshal_nfs41_getacl(), unmarshal_nfs41_open(), unmarshal_nfs41_rw(), UnpackParam(), update_changed_extent_ref(), update_chunk_cache(), update_chunk_cache_tree(), update_chunk_caches(), update_chunk_caches_tree(), update_chunk_usage(), update_chunks(), update_dev_item(), update_extent_level(), update_root_backref(), update_root_root(), update_tree_extents(), update_tree_extents_recursive(), FxChildList::UpdateAsMissing(), UpdateBootIni(), FxChildList::UpdateDeviceAsMissing(), UpdateFileRecord(), UpdateFreeLoaderIni(), UpdateIndexAllocation(), UpdateIndexEntryFileNameSize(), UpdateIndexNode(), FxDevice::UpdateInterruptThreadpoolLimits(), FxUsbInterface::UpdatePipeAttributes(), FxPkgPnp::UpdateWmiInstance(), USBAudioAddDevice(), UsbAudioAllocCaptureUrbIso(), USBAudioFilterCreate(), USBAudioGetStringDescriptor(), USBAudioInitComponentId(), USBAudioPinBuildDescriptors(), USBAudioPinCreate(), UsbAudioPinDataIntersect(), USBAudioPinSetDataFormat(), USBAudioPinSetDeviceState(), USBAudioPnPQueryCapabilities(), USBAudioPnPQueryPower(), USBAudioPnPQueryRemove(), USBAudioPnPQueryStop(), USBAudioPnPStart(), USBAudioSelectConfiguration(), USBCCG_InitIdsWithInterfaceDescriptor(), USBCCGP_BuildConfigurationDescriptor(), USBCCGP_CustomEnumWithInterface(), USBCCGP_EnumWithAssociationDescriptor(), USBCCGP_EnumWithAudioLegacy(), USBCCGP_GetStringDescriptor(), USBCCGP_InitFunctionDescriptor(), USBCCGP_InitInterfaceListOfFunctionDescriptor(), USBCCGP_LegacyEnum(), USBCCGP_PdoAppendInterfaceNumber(), USBCCGP_PdoHandleDeviceRelations(), USBCCGP_PdoHandleQueryDeviceText(), USBCCGP_PdoHandleQueryId(), USBCCGP_PDOSelectConfiguration(), USBCCGP_ScanConfigurationDescriptor(), USBCCGP_SyncUrbRequest(), USBD_CreateHandle(), USBD_IsochUrbAllocate(), USBD_QueryUsbCapability(), USBD_UrbAllocate(), USBDI_EnumLogEntry(), USBDI_QueryBusInformation(), USBDI_QueryBusTime(), USBDI_SubmitIsoOutUrb(), USBFlopFormatTracks(), USBFlopGetMediaTypes(), USBH_AllocateWorkItem(), USBH_ChangeIndicationQueryChange(), USBH_CheckDeviceLanguage(), USBH_CompleteIrp(), USBH_FdoDispatch(), USBH_FdoPnP(), USBH_FdoPoRequestD0Completion(), USBH_FdoQueryBusRelations(), USBH_FdoStopDevice(), USBH_FdoWWIrpIoCompletion(), USBH_GetConfigValue(), USBH_IoctlGetDescriptor(), USBH_IoctlGetHubCapabilities(), USBH_IoctlGetNodeConnectionAttributes(), USBH_IoctlGetNodeConnectionDriverKeyName(), USBH_IoctlGetNodeConnectionInformation(), USBH_IoctlGetNodeInformation(), USBH_IoctlGetNodeName(), USBH_PdoDispatch(), USBH_PdoInternalControl(), USBH_PdoPnP(), USBH_PdoQueryDeviceText(), USBH_PdoQueryId(), USBH_PdoRemoveDevice(), USBH_PdoStopDevice(), USBH_SymbolicLink(), USBH_SyncIrpComplete(), USBH_SyncPowerOnPort(), USBHI_ControllerSelectiveSuspend(), USBHI_GetControllerInformation(), USBHI_GetExtendedHubInformation(), USBHI_QueryDeviceInformation(), USBHI_RootHubInitNotification(), USBPORT_CompletePdoWaitWake(), USBPORT_CreateDevice(), USBPORT_CreatePdo(), USBPORT_DevicePowerState(), USBPORT_Dispatch(), USBPORT_FdoPnP(), USBPORT_FdoPower(), USBPORT_GetConfigValue(), USBPORT_GetSetConfigSpaceData(), USBPORT_GetSymbolicName(), USBPORT_GetUnicodeName(), USBPORT_HcWake(), USBPORT_Initialize20Hub(), USBPORT_InitializeTT(), USBPORT_NtStatusToMpStatus(), USBPORT_OpenPipe(), USBPORT_ParseResources(), USBPORT_PdoDevicePowerState(), USBPORT_PdoInternalDeviceControl(), USBPORT_PdoPnP(), USBPORT_PdoPower(), USBPORT_PdoQueryInterface(), USBPORT_RegisterUSBPortDriver(), USBPORT_RemoveDevice(), USBPORT_ReopenPipe(), USBPORT_RestoreDevice(), USBPORT_SendSetupPacket(), USBPORT_StopDevice(), USBPORT_StopWorkerThread(), USBPORT_SystemPowerState(), USBPORT_USBDStatusToNtStatus(), USBPORT_ValidateTransferParametersURB(), USBSTOR_AddDevice(), USBSTOR_AllocateIrp(), USBSTOR_BuildCBW(), USBSTOR_CBWCompletionRoutine(), USBSTOR_ConvertToUnicodeString(), USBSTOR_CreatePDO(), USBSTOR_DispatchClose(), USBSTOR_DispatchPower(), USBSTOR_FdoHandleDeviceRelations(), USBSTOR_FdoHandlePnp(), USBSTOR_FdoHandleRemoveDevice(), USBSTOR_FdoHandleStartDevice(), USBSTOR_GetMaxLUN(), USBSTOR_GetPipeHandles(), USBSTOR_HandleDeviceControl(), USBSTOR_HandleExecuteSCSI(), USBSTOR_HandleInternalDeviceControl(), USBSTOR_HandleQueryProperty(), USBSTOR_HandleTransferError(), USBSTOR_PdoHandleDeviceRelations(), USBSTOR_PdoHandlePnp(), USBSTOR_PdoHandleQueryCompatibleId(), USBSTOR_PdoHandleQueryDeviceText(), USBSTOR_PdoHandleQueryHardwareId(), USBSTOR_PdoHandleQueryInstanceId(), USBSTOR_ScanConfigurationDescriptor(), USBSTOR_SendCBW(), USBSTOR_SendCSW(), USBSTOR_SendInternalCdb(), USBSTOR_SendModeSense(), USBSTOR_SrbStatusToNtStatus(), USBSTOR_SyncUrbRequest(), User32CallClientLoadLibraryFromKernel(), User32CallClientThreadSetupFromKernel(), User32CallCopyImageFromKernel(), User32CallDDEGetFromKernel(), User32CallDDEPostFromKernel(), User32CallEventProcFromKernel(), User32CallGetCharsetInfo(), User32CallHookProcFromKernel(), User32CallImmLoadLayoutFromKernel(), User32CallImmProcessKeyFromKernel(), User32CallLoadMenuFromKernel(), User32CallLPKFromKernel(), User32CallOBMFromKernel(), User32CallSendAsyncProcForKernel(), User32CallSetWndIconsFromKernel(), User32CallUMPDFromKernel(), User32CallWindowProcFromKernel(), User32DeliverUserAPC(), User32LoadSysMenuTemplateForKernel(), User32SetupDefaultCursors(), UserAttachMonitor(), UserAttachThreadInput(), UserDetachMonitor(), UserEndShutdown(), UserEnumCurrentDisplaySettings(), UserEnumDisplayDevices(), UserEnumDisplaySettings(), UserEnumRegistryDisplaySettings(), UserGetClassName(), UserInitialize(), UserInitializeDesktop(), UserInitiateShutdown(), UserLoadImage(), UserModeTest(), UserpFormatMessages(), UserpGetClientFileName(), UserProcessCreate(), UserProcessDestroy(), UserThreadCreate(), UserThreadDestroy(), UserUpdateMonitorSize(), IdleTimeoutManagement::UseSystemManagedIdleTimeout(), UTF8EncodeAndSend(), FxPkgPnp::ValidateCmResource(), FxPkgPnp::ValidateInterruptResourceCm(), FxRequestBuffer::ValidateMemoryDescriptor(), IFxMemory::ValidateMemoryOffsets(), ValidatePowerPolicies(), ValidatePropertyRequest(), ValidateResources(), FxRequestBase::ValidateTarget(), FxUsbPipe::ValidateTransferLength(), VcdDeviceControl(), VcdHandle(), vDbgPrintExWithPrefixInternal(), VdmEndExecution(), VdmpGetVdmTib(), VdmpInitialize(), FxPkgIo::VerifierFreeRequestToTestForwardProgess(), verify_vcb(), VerifyAccess_(), FxChildList::VerifyDescriptionEntry(), FxChildList::VerifyModificationEntry(), VerifyRegistryHives(), VerifyWdfDeviceWdmDispatchIrp(), VerifyWdfDeviceWdmDispatchIrpToIoQueue(), VerifyWdfRequestForwardToIoQueue(), VersionInfo32_QueryValue(), VfAddContextToHandle(), VfAllocateContext(), VfatAcquireForCcFlush(), vfatAttachFCBToFileObject(), VfatChkdsk(), VfatCleanup(), VfatClose(), VfatCloseFile(), VfatCommonRead(), VfatCreate(), VfatCreateFile(), VfatDirectoryControl(), VfatDismountVolume(), VfatFastIoQueryBasicInfo(), VfatFastIoQueryStandardInfo(), vfatFCBInitializeCacheFromVolume(), VfatFlushFile(), VfatFlushVolume(), VfatGetBasicInformation(), VfatGetEaInformation(), vfatGetFCBForFile(), VfatGetFileBothInformation(), VfatGetFileDirectoryInformation(), VfatGetFileFullDirectoryInformation(), VfatGetFileNamesInformation(), VfatGetInternalInformation(), VfatGetNameInformation(), VfatGetNetworkOpenInformation(), VfatGetPositionInformation(), VfatGetRetrievalPointers(), VfatGetStandardInformation(), VfatGetStatistics(), vfatInitFCBFromDirEntry(), VfatIsVolumeDirty(), VfatLockOrUnlockVolume(), VfatLockUserBuffer(), vfatMakeFCBFromDirEntry(), vfatMakeFullName(), vfatMakeRootFCB(), VfatMarkVolumeDirty(), VfatMount(), VfatPostCloseFile(), vfatPrepareTargetForRename(), VfatQueryInformation(), VfatQueryVolumeInformation(), VfatRead(), VfatReadDisk(), VfatReleaseForCcFlush(), VfatSetAllocationSizeInformation(), VfatSetBasicInformation(), VfatSetDispositionInformation(), vfatSetFCBNewDirName(), VfatSetInformation(), VfatSetPositionInformation(), VfatSetRenameInformation(), VfatSetVolumeInformation(), VfatShutdown(), VfatUpdateEntry(), vfatUpdateFCB(), VfatVerify(), VfatWrite(), VfatWriteDisk(), VfatWriteFileData(), VfatxChkdsk(), VfdCreateClose(), VfdCreateDevice(), VfdDeviceControl(), VfdDeviceThread(), VfdFormatCheck(), VfdFormatTrack(), VfdIoCtlThread(), VfdOpenCheck(), VfdOpenImage(), VfdQueryImage(), VfdReadData(), VfdReadWrite(), VfdSetLink(), VfdWriteData(), VfEvtDeviceD0Entry(), VfEvtDeviceD0EntryPostInterruptsEnabled(), VfEvtDeviceD0Exit(), VfEvtDeviceD0ExitPreInterruptsDisabled(), VfEvtDevicePrepareHardware(), VfEvtDeviceQueryRemove(), VfEvtDeviceQueryStop(), VfEvtDeviceReleaseHardware(), VfEvtDeviceSelfManagedIoInit(), VfEvtDeviceSelfManagedIoRestart(), VfEvtDeviceSelfManagedIoSuspend(), VfEvtDeviceUsageNotificationEx(), ViAllocateUnicodeString(), ViCheckVerify(), VideoPortCallout(), VideoPortForwardDeviceControl(), VideoPortInitialize(), VideoPortInitWin32kCallbacks(), VideoPortUseDeviceInSession(), ViEjectMedia(), ViEnumerateDrives(), ViGetDriveGeometry(), ViGetImagePath(), ViGetLastSession(), ViMountImage(), vio_legacy_initialize(), vio_legacy_query_vq_alloc(), vio_legacy_set_features(), vio_legacy_setup_vq(), vio_modern_initialize(), vio_modern_query_vq_alloc(), vio_modern_set_features(), vio_modern_setup_vq(), ViReadToc(), ViReadTocEx(), virtio_find_queues(), virtio_reserve_queue_memory(), vol_check_verify(), vol_close(), vol_create(), vol_device_control(), vol_get_device_number(), vol_get_disk_extents(), vol_get_drive_geometry(), vol_get_gpt_attributes(), vol_get_length(), vol_is_dynamic(), vol_is_writable(), vol_query_device_name(), vol_query_stable_guid(), vol_query_unique_id(), VTUTF8ChannelAnsiDispatch(), VTUTF8ChannelCreate(), VTUTF8ChannelIBufferIsFull(), VTUTF8ChannelIRead(), VTUTF8ChannelIWrite(), VTUTF8ChannelOEcho(), VTUTF8ChannelOInit(), VTUTF8ChannelOWrite2(), wait_for_flush(), WaitForBind(), WaitForEventThread(), WaitForHwAddress(), WaitForWork(), WaitWakeCompletionRoutine(), WarmSocketForBind(), WCacheCheckLimits(), WCacheCheckLimitsR(), WCacheCheckLimitsRAM(), WCacheCheckLimitsRW(), WCacheCompleteAsync__(), WCacheDecodeFlags(), WCacheDirect__(), WCacheEODirect__(), WCacheFlushAllRAM(), WCacheFlushBlocks__(), WCacheFlushBlocksRAM(), WCacheFlushBlocksRW(), WCacheInit__(), WCachePreReadPacket__(), WCachePurgeAllRAM(), WCacheReadBlocks__(), WCacheSetMode__(), WCacheStartDirect__(), WCacheUpdatePacket(), WCacheWriteBlocks__(), WDF_WMI_BUFFER_APPEND_STRING(), WdmaudAddDevice(), WdmAudCleanup(), WdmAudClose(), WdmAudControlCloseMixer(), WdmAudControlDeviceType(), WdmAudControlOpenMidi(), WdmAudControlOpenMixer(), WdmAudControlOpenWave(), WdmAudCreate(), WdmAudGetControlDetails(), WdmAudGetDeviceInterface(), WdmAudGetLineControls(), WdmAudGetLineInfo(), WdmAudGetMixerEvent(), WdmAudGetPnpNameByIndexAndType(), WdmAudIoctlClose(), WdmAudMidiCapabilities(), WdmAudMixerCapabilities(), WdmAudOpenSysaudio(), WdmAudOpenSysAudioDeviceInterfaces(), WdmAudOpenSysAudioDevices(), WdmAudSetControlDetails(), WdmAudWaveCapabilities(), WmiCompleteRequest(), WmiFireEvent(), WmipCaptureGuidObjectAttributes(), WmipCreateGuidObject(), WmipIoControl(), FxDevice::WmiPkgRegister(), WmipOpenCloseCleanup(), WmipOpenGuidForEvents(), WmipQueryRawSMBiosTables(), WmipRegisterGuids(), WmipSecurityMethod(), WmipShutdown(), WmipUnregisterGuids(), WmiSetMark(), WmiSystemControl(), WmiTraceEvent(), WmiTraceUserMessage(), write_btrfs(), write_compressed(), write_data(), write_data_phys(), write_metadata_items(), write_roots(), write_superblock(), write_superblocks(), write_trees(), WriteMPU(), WritePartitions(), WriteSoundBlaster(), WriteToSoundBlaster(), WSHNotify(), WSPAccept(), WSPBind(), WSPConnect(), WSPEnumNetworkEvents(), WSPEventSelect(), WSPListen(), WSPRecv(), WSPRecvFrom(), WSPSelect(), WSPSend(), WSPSendTo(), WTSEnumerateProcessesW(), wWinMain(), x86BiosAllocateBuffer(), x86BiosFreeBuffer(), x86BiosReadMemory(), x86BiosWriteMemory(), xHalGetInterruptTranslator(), xHalIoAssignDriveLetters(), xHalIoReadPartitionTable(), xHalIoWritePartitionTable(), zero_data(), zlib_compress(), zlib_decompress(), zstd_compress(), and zstd_decompress().

◆ STRSAFE_NO_DEPRECATE

#define STRSAFE_NO_DEPRECATE

Definition at line 28 of file shellext.h.

◆ SYMLINK_FLAG_RELATIVE

#define SYMLINK_FLAG_RELATIVE   1

Definition at line 193 of file shellext.h.

◆ WINVER

#define WINVER   0x0A00

Definition at line 31 of file shellext.h.

Typedef Documentation

◆ DUPLICATE_EXTENTS_DATA

◆ FSCTL_GET_INTEGRITY_INFORMATION_BUFFER

◆ FSCTL_SET_INTEGRITY_INFORMATION_BUFFER

◆ PDUPLICATE_EXTENTS_DATA

◆ PFSCTL_GET_INTEGRITY_INFORMATION_BUFFER

◆ PFSCTL_SET_INTEGRITY_INFORMATION_BUFFER

◆ PREPARSE_DATA_BUFFER

◆ REPARSE_DATA_BUFFER

Function Documentation

◆ command_line_to_args()

void command_line_to_args ( LPWSTR  cmdline,
vector< wstring > &  args 
)

Definition at line 645 of file main.cpp.

645 {
646 LPWSTR* l;
647 int num_args;
648
649 args.clear();
650
651 l = CommandLineToArgvW(cmdline, &num_args);
652
653 if (!l)
654 return;
655
656 try {
657 args.reserve(num_args);
658
659 for (unsigned int i = 0; i < (unsigned int)num_args; i++) {
660 args.push_back(l[i]);
661 }
662 } catch (...) {
663 LocalFree(l);
664 throw;
665 }
666
667 LocalFree(l);
668}
r l[0]
Definition: byte_order.h:168
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
Definition: typeof.h:31
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
Definition: glfuncs.h:248
HLOCAL NTAPI LocalFree(HLOCAL hMem)
Definition: heapmem.c:1594
LPWSTR *WINAPI CommandLineToArgvW(LPCWSTR lpCmdline, int *numargs)
Definition: shell32_main.c:80
TCHAR * cmdline
Definition: stretchblt.cpp:32
Definition: match.c:390
WCHAR * LPWSTR
Definition: xmlstorage.h:184

Referenced by CreateSnapshotW(), CreateSubvolW(), RecvSubvolW(), ReflinkCopyW(), SendSubvolW(), StartScrubW(), and StopScrubW().

◆ error_message()

void error_message ( HWND  hwnd,
const char msg 
)

Definition at line 783 of file main.cpp.

783 {
784 wstring title;
785
787
788 auto wmsg = utf8_to_utf16(msg);
789
790 MessageBoxW(hwnd, wmsg.c_str(), title.c_str(), MB_ICONERROR);
791}
#define msg(x)
Definition: auth_time.c:54
#define IDS_ERROR
Definition: resource.h:18
bool load_string(HMODULE module, UINT id, wstring &s)
Definition: main.cpp:206
wstring utf8_to_utf16(const string_view &utf8)
Definition: main.cpp:734
static char title[]
Definition: ps.c:92
_In_ LONG _In_ HWND hwnd
Definition: winddi.h:4023
int WINAPI MessageBoxW(_In_opt_ HWND hWnd, _In_opt_ LPCWSTR lpText, _In_opt_ LPCWSTR lpCaption, _In_ UINT uType)
#define MB_ICONERROR
Definition: winuser.h:787

Referenced by AddDeviceW(), BtrfsPropSheet::AddPages(), BtrfsVolPropSheet::AddPages(), BtrfsBalance::BalanceDlgProc(), BtrfsBalance::BalanceOptsDlgProc(), BtrfsDeviceAdd::DeviceAddDlgProc(), BtrfsVolPropSheet::DeviceDlgProc(), BtrfsDeviceResize::DeviceResizeDlgProc(), BtrfsChangeDriveLetter::DlgProc(), DllRegisterServer(), DllUnregisterServer(), BtrfsChangeDriveLetter::do_change(), BtrfsPropSheet::Initialize(), BtrfsContextMenu::InvokeCommand(), PauseBalanceW(), PropSheetDlgProc(), RecvSubvolGUIW(), RemoveDeviceW(), ResetStatsW(), ResizeDeviceW(), BtrfsScrub::ScrubDlgProc(), BtrfsSend::SendDlgProc(), SendSubvolGUIW(), ShowPropSheetW(), ShowScrubW(), SizeDetailsDlgProc(), StartBalanceW(), BtrfsVolPropSheet::StatsDlgProc(), StopBalanceW(), and BtrfsVolPropSheet::UsageDlgProc().

◆ format_message()

wstring format_message ( ULONG  last_error)

Definition at line 164 of file main.cpp.

164 {
165 WCHAR* buf;
166 wstring s;
167
169 last_error, 0, (WCHAR*)&buf, 0, nullptr) == 0) {
170 return L"(error retrieving message)";
171 }
172
173 s = buf;
174
175 LocalFree(buf);
176
177 // remove trailing newline
178 while (s.length() > 0 && (s.substr(s.length() - 1, 1) == L"\r" || s.substr(s.length() - 1, 1) == L"\n"))
179 s = s.substr(0, s.length() - 1);
180
181 return s;
182}
DWORD WINAPI FormatMessageW(DWORD dwFlags, LPCVOID lpSource, DWORD dwMessageId, DWORD dwLanguageId, LPWSTR lpBuffer, DWORD nSize, __ms_va_list *args)
Definition: format_msg.c:583
GLdouble s
Definition: gl.h:2039
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: glext.h:7751
#define L(x)
Definition: ntvdm.h:50
#define FORMAT_MESSAGE_IGNORE_INSERTS
Definition: winbase.h:420
#define FORMAT_MESSAGE_FROM_SYSTEM
Definition: winbase.h:423
#define FORMAT_MESSAGE_ALLOCATE_BUFFER
Definition: winbase.h:419
__wchar_t WCHAR
Definition: xmlstorage.h:180

Referenced by format_ntstatus().

◆ format_ntstatus()

wstring format_ntstatus ( NTSTATUS  Status)

Definition at line 184 of file main.cpp.

184 {
186 wstring s;
187 HMODULE ntdll = LoadLibraryW(L"ntdll.dll");
188
189 if (!ntdll)
190 return L"(error loading ntdll.dll)";
191
192 RtlNtStatusToDosError = (_RtlNtStatusToDosError)GetProcAddress(ntdll, "RtlNtStatusToDosError");
193
195 FreeLibrary(ntdll);
196 return L"(error loading RtlNtStatusToDosError)";
197 }
198
200
201 FreeLibrary(ntdll);
202
203 return s;
204}
wstring format_message(ULONG last_error)
Definition: main.cpp:164
ULONG(WINAPI * _RtlNtStatusToDosError)(NTSTATUS Status)
Definition: main.cpp:44
#define GetProcAddress(x, y)
Definition: compat.h:753
#define FreeLibrary(x)
Definition: compat.h:748
#define LoadLibraryW(x)
Definition: compat.h:747
Status
Definition: gdiplustypes.h:25
NTSYSAPI ULONG WINAPI RtlNtStatusToDosError(NTSTATUS)

Referenced by BtrfsSend::AddClone(), BtrfsSend::BrowseParent(), BtrfsRecv::cmd_chmod(), BtrfsRecv::cmd_chown(), BtrfsRecv::cmd_clone(), BtrfsRecv::cmd_mkfile(), BtrfsRecv::cmd_removexattr(), BtrfsRecv::cmd_setxattr(), BtrfsRecv::cmd_snapshot(), BtrfsRecv::cmd_subvol(), BtrfsRecv::do_recv(), BtrfsBalance::RefreshBalanceDlg(), and BtrfsSend::Thread().

◆ format_size()

void format_size ( uint64_t  size,
wstring &  s,
bool  show_bytes 
)

Definition at line 65 of file main.cpp.

65 {
66 wstring t, bytes, kb, nb;
67 WCHAR nb2[255];
68 ULONG sr;
69 float f;
71 WCHAR dec[2], thou[4], grouping[64], *c;
72#ifdef __REACTOS__
73 WCHAR buffer[64];
74#endif
75
76#ifndef __REACTOS__
77 nb = to_wstring(size);
78#else
79 swprintf(buffer, L"%I64d", size);
80 nb = wstring(buffer);
81#endif
82
83 GetLocaleInfoW(LOCALE_USER_DEFAULT, LOCALE_STHOUSAND, thou, sizeof(thou) / sizeof(WCHAR));
84
85 dec[0] = '.'; dec[1] = 0; // not used, but silences gcc warning
86
87 fmt.NumDigits = 0;
88 fmt.LeadingZero = 1;
89 fmt.lpDecimalSep = dec;
90 fmt.lpThousandSep = thou;
91 fmt.NegativeOrder = 0;
92
93 // Grouping code copied from dlls/shlwapi/string.c in Wine - thank you
94
95 fmt.Grouping = 0;
96 GetLocaleInfoW(LOCALE_USER_DEFAULT, LOCALE_SGROUPING, grouping, sizeof(grouping) / sizeof(WCHAR));
97
98 c = grouping;
99 while (*c) {
100 if (*c >= '0' && *c < '9') {
101 fmt.Grouping *= 10;
102 fmt.Grouping += *c - '0';
103 }
104
105 c++;
106 }
107
108 if (fmt.Grouping % 10 == 0)
109 fmt.Grouping /= 10;
110 else
111 fmt.Grouping *= 10;
112
113 GetNumberFormatW(LOCALE_USER_DEFAULT, 0, nb.c_str(), &fmt, nb2, sizeof(nb2) / sizeof(WCHAR));
114
115 if (size < 1024) {
117 throw last_error(GetLastError());
118
119 wstring_sprintf(s, t, nb2);
120 return;
121 }
122
123 if (show_bytes) {
125 throw last_error(GetLastError());
126
127 wstring_sprintf(bytes, t, nb2);
128 }
129
130 if (size >= 1152921504606846976) {
131 sr = IDS_SIZE_EB;
132 f = (float)size / 1152921504606846976.0f;
133 } else if (size >= 1125899906842624) {
134 sr = IDS_SIZE_PB;
135 f = (float)size / 1125899906842624.0f;
136 } else if (size >= 1099511627776) {
137 sr = IDS_SIZE_TB;
138 f = (float)size / 1099511627776.0f;
139 } else if (size >= 1073741824) {
140 sr = IDS_SIZE_GB;
141 f = (float)size / 1073741824.0f;
142 } else if (size >= 1048576) {
143 sr = IDS_SIZE_MB;
144 f = (float)size / 1048576.0f;
145 } else {
146 sr = IDS_SIZE_KB;
147 f = (float)size / 1024.0f;
148 }
149
150 if (!load_string(module, sr, t))
151 throw last_error(GetLastError());
152
153 if (show_bytes) {
154 wstring_sprintf(kb, t, f);
155
157 throw last_error(GetLastError());
158
159 wstring_sprintf(s, t, kb.c_str(), bytes.c_str());
160 } else
161 wstring_sprintf(s, t, f);
162}
ios_base &_STLP_CALL dec(ios_base &__s)
Definition: _ios_base.h:321
static unsigned char bytes[4]
Definition: adnsresfilter.c:74
void wstring_sprintf(wstring &s, wstring fmt,...)
Definition: main.cpp:225
#define IDS_SIZE_LARGE
Definition: resource.h:42
#define IDS_SIZE_PB
Definition: resource.h:36
#define IDS_SIZE_BYTE
Definition: resource.h:30
#define IDS_SIZE_GB
Definition: resource.h:34
#define IDS_SIZE_KB
Definition: resource.h:32
#define IDS_SIZE_TB
Definition: resource.h:35
#define IDS_SIZE_MB
Definition: resource.h:33
#define IDS_SIZE_BYTES
Definition: resource.h:31
#define IDS_SIZE_EB
Definition: resource.h:37
#define swprintf
Definition: precomp.h:40
GLdouble GLdouble t
Definition: gl.h:2047
GLsizeiptr size
Definition: glext.h:5919
GLuint buffer
Definition: glext.h:5915
const GLubyte * c
Definition: glext.h:8905
GLfloat f
Definition: glext.h:7540
#define f
Definition: ke_i.h:83
#define c
Definition: ke_i.h:80
INT WINAPI GetLocaleInfoW(LCID lcid, LCTYPE lctype, LPWSTR buffer, INT len)
Definition: lang.c:1108
INT WINAPI GetNumberFormatW(LCID lcid, DWORD dwFlags, LPCWSTR lpszValue, const NUMBERFMTW *lpFormat, LPWSTR lpNumberStr, int cchOut)
Definition: lcformat.c:1212
static float(__cdecl *square_half_float)(float x
#define LOCALE_USER_DEFAULT
Definition: dsound.c:943
uint32_t ULONG
Definition: typedefs.h:59
DWORD WINAPI GetLastError(void)
Definition: except.c:1042
#define LOCALE_SGROUPING
Definition: winnls.h:44
#define LOCALE_STHOUSAND
Definition: winnls.h:43

Referenced by BtrfsDeviceResize::DeviceResizeDlgProc(), BtrfsDeviceResize::do_resize(), BtrfsVolPropSheet::FormatUsage(), midi_IDirectMusicPort_GetFormat(), BtrfsDeviceAdd::populate_device_tree(), BtrfsVolPropSheet::RefreshDevList(), BtrfsPropSheet::set_size_on_disk(), BtrfsPropSheet::update_size_details_dialog(), and BtrfsScrub::UpdateTextBox().

◆ load_string()

bool load_string ( HMODULE  module,
UINT  id,
wstring &  s 
)

Definition at line 206 of file main.cpp.

206 {
207 int len;
208 LPWSTR retstr = nullptr;
209
210 len = LoadStringW(module, id, (LPWSTR)&retstr, 0);
211
212 if (len == 0)
213 return false;
214
215 s = wstring(retstr, len);
216
217 return true;
218}
GLenum GLsizei len
Definition: glext.h:6722
int WINAPI LoadStringW(_In_opt_ HINSTANCE hInstance, _In_ UINT uID, _Out_writes_to_(cchBufferMax, return+1) LPWSTR lpBuffer, _In_ int cchBufferMax)

Referenced by error_message(), format_size(), and string_error::string_error().

◆ NtQueryVolumeInformationFile()

◆ NtReadFile()

◆ NtSetEaFile()

NTSTATUS WINAPI NtSetEaFile ( HANDLE  FileHandle,
PIO_STATUS_BLOCK  IoStatusBlock,
PVOID  Buffer,
ULONG  Length 
)

◆ NtSetSecurityObject()

◆ set_dpi_aware()

void set_dpi_aware ( )

Definition at line 50 of file main.cpp.

50 {
51 _SetProcessDpiAwareness SetProcessDpiAwareness;
52 HMODULE shcore = LoadLibraryW(L"shcore.dll");
53
54 if (!shcore)
55 return;
56
57 SetProcessDpiAwareness = (_SetProcessDpiAwareness)GetProcAddress(shcore, "SetProcessDpiAwareness");
58
59 if (!SetProcessDpiAwareness)
60 return;
61
62 SetProcessDpiAwareness(PROCESS_PER_MONITOR_DPI_AWARE);
63}
HRESULT(WINAPI * _SetProcessDpiAwareness)(PROCESS_DPI_AWARENESS value)
Definition: main.cpp:45
@ PROCESS_PER_MONITOR_DPI_AWARE
Definition: main.cpp:41

Referenced by AddDeviceW(), RecvSubvolGUIW(), RemoveDeviceW(), ResetStatsW(), ResizeDeviceW(), SendSubvolGUIW(), ShowPropSheetW(), and ShowScrubW().

◆ utf8_to_utf16()

wstring utf8_to_utf16 ( const string_view &  utf8)

Definition at line 734 of file main.cpp.

734 {
735 wstring ret;
736 WCHAR* buf;
737
738 if (utf8.empty())
739 return L"";
740
741 auto utf16len = MultiByteToWideChar(CP_UTF8, 0, utf8.data(), (int)utf8.length(), nullptr, 0);
742
743 if (utf16len == 0)
744 throw last_error(GetLastError());
745
746 buf = (WCHAR*)malloc((utf16len + 1) * sizeof(WCHAR));
747
748 if (!buf)
750
751 if (MultiByteToWideChar(CP_UTF8, 0, utf8.data(), (int)utf8.length(), buf, utf16len) == 0) {
752 auto le = GetLastError();
753 free(buf);
754 throw last_error(le);
755 }
756
757 buf[utf16len] = 0;
758
759 ret = buf;
760
761 free(buf);
762
763 return ret;
764}
#define IDS_OUT_OF_MEMORY
Definition: resource.h:5
#define free
Definition: debug_ros.c:5
#define malloc
Definition: debug_ros.c:4
#define MultiByteToWideChar
Definition: compat.h:110
#define CP_UTF8
Definition: nls.h:20
int ret

Referenced by BtrfsRecv::cmd_chmod(), BtrfsRecv::cmd_chown(), BtrfsRecv::cmd_clone(), BtrfsRecv::cmd_link(), BtrfsRecv::cmd_mkfile(), BtrfsRecv::cmd_removexattr(), BtrfsRecv::cmd_rename(), BtrfsRecv::cmd_rmdir(), BtrfsRecv::cmd_setxattr(), BtrfsRecv::cmd_snapshot(), BtrfsRecv::cmd_subvol(), BtrfsRecv::cmd_truncate(), BtrfsRecv::cmd_unlink(), BtrfsRecv::cmd_utimes(), BtrfsRecv::cmd_write(), error_message(), get_reparse_block(), get_reparse_point(), load_dir_children(), log_file_checksum_error(), open_fcb(), open_fileref_by_inode(), BtrfsRecv::recv_thread(), BtrfsRecv::RecvProgressDlgProc(), and BtrfsSend::Thread().

◆ wstring_sprintf()

void wstring_sprintf ( wstring &  s,
wstring  fmt,
  ... 
)

Definition at line 225 of file main.cpp.

225 {
226 int len;
228
229 va_start(args, fmt);
230 len = _vsnwprintf(nullptr, 0, fmt.c_str(), args);
231
232 if (len == 0)
233 s = L"";
234 else {
235 s.resize(len);
236 _vsnwprintf((wchar_t*)s.c_str(), len, fmt.c_str(), args);
237 }
238
239 va_end(args);
240}
char * va_list
Definition: acmsvcex.h:78
#define va_end(ap)
Definition: acmsvcex.h:90
#define va_start(ap, A)
Definition: acmsvcex.h:91
_CRTIMP int __cdecl _vsnwprintf(wchar_t *_Dest, size_t _Count, const wchar_t *_Format, va_list _Args)

Referenced by BtrfsDeviceAdd::AddDevice(), BtrfsBalance::BalanceOptsDlgProc(), create_snapshot(), BtrfsVolPropSheet::DeviceDlgProc(), BtrfsDeviceResize::DeviceResizeDlgProc(), BtrfsDeviceResize::do_resize(), format_size(), BtrfsVolPropSheet::FormatUsage(), BtrfsPropSheet::init_propsheet(), BtrfsDeviceAdd::populate_device_tree(), PropSheetDlgProc(), BtrfsRecv::recv_thread(), BtrfsBalance::RefreshBalanceDlg(), BtrfsVolPropSheet::RefreshDevList(), BtrfsScrub::RefreshScrubDlg(), BtrfsPropSheet::set_size_on_disk(), BtrfsVolPropSheet::StatsDlgProc(), and BtrfsScrub::UpdateTextBox().

Variable Documentation

◆ module

HMODULE module
extern

Definition at line 47 of file main.cpp.