ReactOS 0.4.16-dev-2613-g9533ad7
io.h File Reference
#include "ntdddisk.h"
#include "io_x.h"
Include dependency graph for io.h:

Go to the source code of this file.

Classes

struct  _FILE_OBJECT_EXTENSION
 
struct  _IOP_MINI_COMPLETION_PACKET
 
struct  _IO_UNLOAD_SAFE_COMPLETION_CONTEXT
 
struct  _IO_WORKITEM
 
struct  _IO_INTERRUPT
 
struct  _ERROR_LOG_ENTRY
 
struct  _EXTENDED_IO_REMOVE_LOCK
 
struct  _DUMMY_FILE_OBJECT
 
struct  _OPEN_PACKET
 
struct  _DRIVER_INFORMATION
 
struct  _IO_BUS_TYPE_GUID_LIST
 
struct  _SHUTDOWN_ENTRY
 
struct  _FS_CHANGE_NOTIFY_ENTRY
 
struct  _DRIVER_REINIT_ITEM
 
struct  _DEVICETREE_TRAVERSE_CONTEXT
 
struct  _RESERVE_IRP_ALLOCATOR
 

Macros

#define _IO_DEBUG_   0x00
 
#define IO_IRP_DEBUG   0x01
 
#define IO_FILE_DEBUG   0x02
 
#define IO_API_DEBUG   0x04
 
#define IO_CTL_DEBUG   0x08
 
#define IOTRACE(x, fmt, ...)   DPRINT(fmt, ##__VA_ARGS__)
 
#define ENUM_ROOT   L"\\Registry\\Machine\\System\\CurrentControlSet\\Enum"
 
#define IO_METHOD_FROM_CTL_CODE(c)   (c & 0x00000003)
 
#define RD_NO_XIPROM_DESCRIPTOR   1
 
#define RD_NO_RAMDISK_DRIVER   2
 
#define RD_FSCTL_FAILED   3
 
#define RD_GUID_CONVERT_FAILED   4
 
#define RD_SYMLINK_CREATE_FAILED   5
 
#define RD_SYSROOT_INIT_FAILED   6
 
#define IOP_MAX_REPARSE_TRAVERSAL   0x20
 
#define IOP_USE_TOP_LEVEL_DEVICE_HINT   0x01
 
#define IOP_CREATE_FILE_OBJECT_EXTENSION   0x02
 
#define IopAllocateMdlFromLookaside    ObpAllocateObjectCreateInfoBuffer
 
#define IopFreeMdlFromLookaside    ObpFreeCapturedAttributes
 
#define IsIrpSynchronous(Irp, FileObject)
 
#define IoGetDevObjExtension(DeviceObject)
 
#define IoGetDrvObjExtension(DriverObject)
 
#define IopDeviceNodeSetFlag(DeviceNode, Flag)    ((DeviceNode)->Flags |= (Flag))
 
#define IopDeviceNodeClearFlag(DeviceNode, Flag)    ((DeviceNode)->Flags &= ~(Flag))
 
#define IopDeviceNodeHasFlag(DeviceNode, Flag)    (((DeviceNode)->Flags & (Flag)) > 0)
 
#define IopDeviceNodeSetUserFlag(DeviceNode, UserFlag)    ((DeviceNode)->UserFlags |= (UserFlag))
 
#define IopDeviceNodeClearUserFlag(DeviceNode, UserFlag)    ((DeviceNode)->UserFlags &= ~(UserFlag))
 
#define IopDeviceNodeHasUserFlag(DeviceNode, UserFlag)    (((DeviceNode)->UserFlags & (UserFlag)) > 0)
 
#define IopDeviceNodeSetProblem(DeviceNode, Problem)    ((DeviceNode)->Problem |= (Problem))
 
#define IopDeviceNodeClearProblem(DeviceNode, Problem)    ((DeviceNode)->Problem &= ~(Problem))
 
#define IopDeviceNodeHasProblem(DeviceNode, Problem)    (((DeviceNode)->Problem & (Problem)) > 0)
 
#define IopInitDeviceTreeTraverseContext( _DeviceTreeTraverseContext, _DeviceNode, _Action, _Context)
 
#define IopIsValidPhysicalDeviceObject(PhysicalDeviceObject)
 

Typedefs

typedef struct _FILE_OBJECT_EXTENSION FILE_OBJECT_EXTENSION
 
typedef struct _FILE_OBJECT_EXTENSIONPFILE_OBJECT_EXTENSION
 
typedef enum _IOP_DEVICE_LIST_OPERATION IOP_DEVICE_LIST_OPERATION
 
typedef enum _IOP_DEVICE_LIST_OPERATIONPIOP_DEVICE_LIST_OPERATION
 
typedef enum _IOP_TRANSFER_TYPE IOP_TRANSFER_TYPE
 
typedef enum _IOP_TRANSFER_TYPEPIOP_TRANSFER_TYPE
 
typedef enum _COMPLETION_PACKET_TYPE COMPLETION_PACKET_TYPE
 
typedef enum _COMPLETION_PACKET_TYPEPCOMPLETION_PACKET_TYPE
 
typedef struct _IOP_MINI_COMPLETION_PACKET IOP_MINI_COMPLETION_PACKET
 
typedef struct _IOP_MINI_COMPLETION_PACKETPIOP_MINI_COMPLETION_PACKET
 
typedef struct _IO_UNLOAD_SAFE_COMPLETION_CONTEXT IO_UNLOAD_SAFE_COMPLETION_CONTEXT
 
typedef struct _IO_UNLOAD_SAFE_COMPLETION_CONTEXTPIO_UNLOAD_SAFE_COMPLETION_CONTEXT
 
typedef struct _IO_WORKITEM IO_WORKITEM
 
typedef struct _IO_INTERRUPT IO_INTERRUPT
 
typedef struct _IO_INTERRUPTPIO_INTERRUPT
 
typedef struct _ERROR_LOG_ENTRY ERROR_LOG_ENTRY
 
typedef struct _ERROR_LOG_ENTRYPERROR_LOG_ENTRY
 
typedef struct _EXTENDED_IO_REMOVE_LOCK EXTENDED_IO_REMOVE_LOCK
 
typedef struct _EXTENDED_IO_REMOVE_LOCKPEXTENDED_IO_REMOVE_LOCK
 
typedef struct _DUMMY_FILE_OBJECT DUMMY_FILE_OBJECT
 
typedef struct _DUMMY_FILE_OBJECTPDUMMY_FILE_OBJECT
 
typedef struct _OPEN_PACKET OPEN_PACKET
 
typedef struct _OPEN_PACKETPOPEN_PACKET
 
typedef struct _DRIVER_INFORMATION DRIVER_INFORMATION
 
typedef struct _DRIVER_INFORMATIONPDRIVER_INFORMATION
 
typedef struct _IO_BUS_TYPE_GUID_LIST IO_BUS_TYPE_GUID_LIST
 
typedef struct _IO_BUS_TYPE_GUID_LISTPIO_BUS_TYPE_GUID_LIST
 
typedef struct _SHUTDOWN_ENTRY SHUTDOWN_ENTRY
 
typedef struct _SHUTDOWN_ENTRYPSHUTDOWN_ENTRY
 
typedef struct _FS_CHANGE_NOTIFY_ENTRY FS_CHANGE_NOTIFY_ENTRY
 
typedef struct _FS_CHANGE_NOTIFY_ENTRYPFS_CHANGE_NOTIFY_ENTRY
 
typedef struct _DRIVER_REINIT_ITEM DRIVER_REINIT_ITEM
 
typedef struct _DRIVER_REINIT_ITEMPDRIVER_REINIT_ITEM
 
typedef NTSTATUS(* DEVICETREE_TRAVERSE_ROUTINE) (IN PDEVICE_NODE DeviceNode, IN PVOID Context)
 
typedef struct _DEVICETREE_TRAVERSE_CONTEXT DEVICETREE_TRAVERSE_CONTEXT
 
typedef struct _DEVICETREE_TRAVERSE_CONTEXTPDEVICETREE_TRAVERSE_CONTEXT
 
typedef struct _RESERVE_IRP_ALLOCATOR RESERVE_IRP_ALLOCATOR
 
typedef struct _RESERVE_IRP_ALLOCATORPRESERVE_IRP_ALLOCATOR
 
typedef enum _SECURITY_DESCRIPTOR_TYPE SECURITY_DESCRIPTOR_TYPE
 
typedef enum _SECURITY_DESCRIPTOR_TYPEPSECURITY_DESCRIPTOR_TYPE
 
typedef enum _DEVICE_ACTION DEVICE_ACTION
 

Enumerations

enum  _IOP_DEVICE_LIST_OPERATION { IopRemove , IopAdd }
 
enum  _IOP_TRANSFER_TYPE { IopReadTransfer , IopWriteTransfer , IopOtherTransfer }
 
enum  _COMPLETION_PACKET_TYPE { IopCompletionPacketIrp , IopCompletionPacketMini , IopCompletionPacketQuota }
 
enum  _SECURITY_DESCRIPTOR_TYPE {
  RestrictedPublic = 1 , UnrestrictedPublic , RestrictedPublicOpen , UnrestrictedPublicOpen ,
  SystemDefault
}
 
enum  _DEVICE_ACTION {
  PiActionEnumDeviceTree , PiActionEnumRootDevices , PiActionResetDevice , PiActionAddBootDevices ,
  PiActionStartDevice , PiActionQueryState
}
 

Functions

ULONG NTAPI PnpDetermineResourceListSize (IN PCM_RESOURCE_LIST ResourceList)
 
NTSTATUS NTAPI IopAssignDeviceResources (IN PDEVICE_NODE DeviceNode)
 
NTSTATUS NTAPI IopFixupResourceListWithRequirements (IN PIO_RESOURCE_REQUIREMENTS_LIST RequirementsList, OUT PCM_RESOURCE_LIST *ResourceList)
 
NTSTATUS NTAPI IopDetectResourceConflict (IN PCM_RESOURCE_LIST ResourceList, IN BOOLEAN Silent, OUT OPTIONAL PCM_PARTIAL_RESOURCE_DESCRIPTOR ConflictingDescriptor)
 
NTSTATUS NTAPI PipCallDriverAddDevice (IN PDEVICE_NODE DeviceNode, IN BOOLEAN LoadDriver, IN PDRIVER_OBJECT DriverObject)
 
NTSTATUS NTAPI IopInitializePlugPlayServices (VOID)
 
BOOLEAN NTAPI PpInitSystem (VOID)
 
VOID PnpInit2 (VOID)
 
VOID IopInitDriverImplementation (VOID)
 
NTSTATUS IopGetSystemPowerDeviceObject (IN PDEVICE_OBJECT *DeviceObject)
 
PDEVICE_NODE PipAllocateDeviceNode (IN PDEVICE_OBJECT PhysicalDeviceObject)
 
VOID PiInsertDevNode (_In_ PDEVICE_NODE DeviceNode, _In_ PDEVICE_NODE ParentNode)
 
PNP_DEVNODE_STATE PiSetDevNodeState (_In_ PDEVICE_NODE DeviceNode, _In_ PNP_DEVNODE_STATE NewState)
 
VOID PiSetDevNodeProblem (_In_ PDEVICE_NODE DeviceNode, _In_ UINT32 Problem)
 
VOID PiClearDevNodeProblem (_In_ PDEVICE_NODE DeviceNode)
 
NTSTATUS IopFreeDeviceNode (IN PDEVICE_NODE DeviceNode)
 
NTSTATUS NTAPI IopQueryDeviceCapabilities (PDEVICE_NODE DeviceNode, PDEVICE_CAPABILITIES DeviceCaps)
 
NTSTATUS IopSynchronousCall (IN PDEVICE_OBJECT DeviceObject, IN PIO_STACK_LOCATION IoStackLocation, OUT PVOID *Information)
 
NTSTATUS NTAPI IopInitiatePnpIrp (IN PDEVICE_OBJECT DeviceObject, IN PIO_STATUS_BLOCK IoStatusBlock, IN UCHAR MinorFunction, IN PIO_STACK_LOCATION Stack)
 
PDEVICE_NODE FASTCALL IopGetDeviceNode (IN PDEVICE_OBJECT DeviceObject)
 
NTSTATUS IopInitPlugPlayEvents (VOID)
 
NTSTATUS IopQueueDeviceChangeEvent (_In_ const GUID *EventGuid, _In_ const GUID *InterfaceClassGuid, _In_ PUNICODE_STRING SymbolicLinkName)
 
NTSTATUS IopQueueTargetDeviceEvent (_In_ const GUID *Guid, _In_ PUNICODE_STRING DeviceIds)
 
NTSTATUS IopQueueDeviceInstallEvent (_In_ const GUID *Guid, _In_ PUNICODE_STRING DeviceId)
 
NTSTATUS NTAPI IopOpenRegistryKeyEx (PHANDLE KeyHandle, HANDLE ParentKey, PUNICODE_STRING Name, ACCESS_MASK DesiredAccess)
 
NTSTATUS NTAPI IopGetRegistryValue (IN HANDLE Handle, IN PWSTR ValueName, OUT PKEY_VALUE_FULL_INFORMATION *Information)
 
NTSTATUS NTAPI IopCreateRegistryKeyEx (OUT PHANDLE Handle, IN HANDLE BaseHandle OPTIONAL, IN PUNICODE_STRING KeyName, IN ACCESS_MASK DesiredAccess, IN ULONG CreateOptions, OUT PULONG Disposition OPTIONAL)
 
NTSTATUS IopTraverseDeviceTree (PDEVICETREE_TRAVERSE_CONTEXT Context)
 
NTSTATUS NTAPI IopCreateDeviceKeyPath (IN PCUNICODE_STRING RegistryPath, IN ULONG CreateOptions, OUT PHANDLE Handle)
 
NTSTATUS NTAPI IopUpdateRootKey (VOID)
 
NTSTATUS NTAPI PiInitCacheGroupInformation (VOID)
 
USHORT NTAPI PpInitGetGroupOrderIndex (IN HANDLE ServiceHandle)
 
USHORT NTAPI PipGetDriverTagPriority (IN HANDLE ServiceHandle)
 
NTSTATUS NTAPI PnpRegMultiSzToUnicodeStrings (IN PKEY_VALUE_FULL_INFORMATION KeyValueInformation, OUT PUNICODE_STRING *UnicodeStringList, OUT PULONG UnicodeStringCount)
 
BOOLEAN NTAPI PnpRegSzToString (IN PWCHAR RegSzData, IN ULONG RegSzLength, OUT PUSHORT StringLength OPTIONAL)
 
VOID PiSetDevNodeText (_In_ PDEVICE_NODE DeviceNode, _In_ HANDLE InstanceKey)
 Sets the DeviceNode's DeviceDesc and LocationInformation registry values.
 
NTSTATUS NTAPI IopCreateArcNames (IN PLOADER_PARAMETER_BLOCK LoaderBlock)
 
NTSTATUS NTAPI IopReassignSystemRoot (IN PLOADER_PARAMETER_BLOCK LoaderBlock, OUT PANSI_STRING NtBootPath)
 
BOOLEAN NTAPI IoInitSystem (IN PLOADER_PARAMETER_BLOCK LoaderBlock)
 
BOOLEAN IopVerifyDiskSignature (_In_ PDRIVE_LAYOUT_INFORMATION_EX DriveLayout, _In_ PARC_DISK_SIGNATURE ArcDiskSignature, _Out_ PULONG Signature)
 
BOOLEAN NTAPI IoInitializeCrashDump (IN HANDLE PageFileHandle)
 
VOID PiInitializeNotifications (VOID)
 
VOID NTAPI IopReadyDeviceObjects (IN PDRIVER_OBJECT Driver)
 
PVPB NTAPI IopCheckVpbMounted (IN POPEN_PACKET OpenPacket, IN PDEVICE_OBJECT DeviceObject, IN PUNICODE_STRING RemainingName, OUT PNTSTATUS Status)
 
NTSTATUS NTAPI IopMountVolume (IN PDEVICE_OBJECT DeviceObject, IN BOOLEAN AllowRawMount, IN BOOLEAN DeviceIsLocked, IN BOOLEAN Alertable, OUT PVPB *Vpb)
 
PVOID IoOpenSymlink (IN PVOID SymbolicLink)
 
PVOID IoOpenFileOnDevice (IN PVOID SymbolicLink, IN PWCHAR Name)
 
NTSTATUS NTAPI IopCreateVpb (IN PDEVICE_OBJECT DeviceObject)
 
VOID NTAPI IopDereferenceVpbAndFree (IN PVPB Vpb)
 
VOID NTAPI IoInitFileSystemImplementation (VOID)
 
VOID NTAPI IoInitVpbImplementation (VOID)
 
NTSTATUS NTAPI IopReferenceDeviceObject (IN PDEVICE_OBJECT DeviceObject)
 
VOID NTAPI IopDereferenceDeviceObject (IN PDEVICE_OBJECT DeviceObject, IN BOOLEAN ForceUnload)
 
NTSTATUS NTAPI IopGetRelatedTargetDevice (IN PFILE_OBJECT FileObject, OUT PDEVICE_NODE *DeviceNode)
 
NTSTATUS NTAPI IoGetRelatedTargetDevice (IN PFILE_OBJECT FileObject, OUT PDEVICE_OBJECT *DeviceObject)
 
VOID NTAPI IopUnloadDevice (IN PDEVICE_OBJECT DeviceObject)
 
PDEVICE_OBJECT NTAPI IopGetDeviceAttachmentBase (IN PDEVICE_OBJECT DeviceObject)
 
NTSTATUS NTAPI IopCleanupFailedIrp (IN PFILE_OBJECT FileObject, IN PKEVENT EventObject, IN PVOID Buffer OPTIONAL)
 
VOID NTAPI IopAbortInterruptedIrp (IN PKEVENT EventObject, IN PIRP Irp)
 
PIRP NTAPI IopAllocateIrpMustSucceed (IN CCHAR StackSize)
 
BOOLEAN NTAPI IopInitializeReserveIrp (IN PRESERVE_IRP_ALLOCATOR ReserveIrpAllocator)
 
PIRP NTAPI IopAllocateReserveIrp (IN CCHAR StackSize)
 
VOID IoInitShutdownNotification (VOID)
 
VOID NTAPI IoShutdownSystem (IN ULONG Phase)
 
VOID NTAPI IopShutdownBaseFileSystems (IN PLIST_ENTRY ListHead)
 
VOID IopInitBootLog (IN BOOLEAN StartBootLog)
 
VOID IopStartBootLog (VOID)
 
VOID IopStopBootLog (VOID)
 
VOID IopBootLog (IN PUNICODE_STRING DriverName, IN BOOLEAN Success)
 
VOID IopSaveBootLogToFile (VOID)
 
VOID NTAPI IoCancelThreadIo (IN PETHREAD Thread)
 
VOID IoInitCancelHandling (VOID)
 
VOID NTAPI IopCompleteRequest (IN PKAPC Apc, IN PKNORMAL_ROUTINE *NormalRoutine, IN PVOID *NormalContext, IN PVOID *SystemArgument1, IN PVOID *SystemArgument2)
 
VOID NTAPI IopInitErrorLog (VOID)
 
VOID NTAPI IopLogWorker (IN PVOID Parameter)
 
BOOLEAN RawFsIsRawFileSystemDeviceObject (IN PDEVICE_OBJECT DeviceObject)
 
NTSTATUS NTAPI RawFsDriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
 
NTSTATUS NTAPI PnpRootDriverEntry (IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
 
NTSTATUS PnpRootCreateDeviceObject (OUT PDEVICE_OBJECT *DeviceObject)
 
NTSTATUS PnpRootCreateDevice (IN PUNICODE_STRING ServiceName, OUT PDEVICE_OBJECT *PhysicalDeviceObject, OUT PUNICODE_STRING FullInstancePath)
 
NTSTATUS PnpRootRegisterDevice (IN PDEVICE_OBJECT DeviceObject)
 
VOID PnpRootInitializeDevExtension (VOID)
 
VOID FASTCALL IopInitializeBootDrivers (VOID)
 
VOID FASTCALL IopInitializeSystemDrivers (VOID)
 
VOID NTAPI IopDeleteDriver (IN PVOID ObjectBody)
 
NTSTATUS IopLoadDriver (_In_ HANDLE ServiceHandle, _Out_ PDRIVER_OBJECT *DriverObject)
 
NTSTATUS IopGetDriverNames (_In_ HANDLE ServiceHandle, _Out_ PUNICODE_STRING DriverName, _Out_opt_ PUNICODE_STRING ServiceName)
 
NTSTATUS IopInitializeDriverModule (_In_ PLDR_DATA_TABLE_ENTRY ModuleObject, _In_ HANDLE ServiceHandle, _Out_ PDRIVER_OBJECT *DriverObject, _Out_ NTSTATUS *DriverEntryStatus)
 Initialize a loaded driver.
 
NTSTATUS FASTCALL IopAttachFilterDrivers (IN PDEVICE_NODE DeviceNode, IN HANDLE EnumSubKey, IN HANDLE ClassKey, IN BOOLEAN Lower)
 
VOID NTAPI IopReinitializeDrivers (VOID)
 
VOID NTAPI IopReinitializeBootDrivers (VOID)
 
VOID NTAPI IopDeleteDevice (IN PVOID ObjectBody)
 
NTSTATUS NTAPI IopParseDevice (IN PVOID ParseObject, IN PVOID ObjectType, IN OUT PACCESS_STATE AccessState, IN KPROCESSOR_MODE AccessMode, IN ULONG Attributes, IN OUT PUNICODE_STRING CompleteName, IN OUT PUNICODE_STRING RemainingName, IN OUT PVOID Context, IN PSECURITY_QUALITY_OF_SERVICE SecurityQos OPTIONAL, OUT PVOID *Object)
 
NTSTATUS NTAPI IopParseFile (IN PVOID ParseObject, IN PVOID ObjectType, IN OUT PACCESS_STATE AccessState, IN KPROCESSOR_MODE AccessMode, IN ULONG Attributes, IN OUT PUNICODE_STRING CompleteName, IN OUT PUNICODE_STRING RemainingName, IN OUT PVOID Context OPTIONAL, IN PSECURITY_QUALITY_OF_SERVICE SecurityQos OPTIONAL, OUT PVOID *Object)
 
VOID NTAPI IopDeleteFile (IN PVOID ObjectBody)
 
NTSTATUS NTAPI IopGetSetSecurityObject (IN PVOID ObjectBody, IN SECURITY_OPERATION_CODE OperationCode, IN PSECURITY_INFORMATION SecurityInformation, IN OUT PSECURITY_DESCRIPTOR SecurityDescriptor, IN OUT PULONG BufferLength, OUT PSECURITY_DESCRIPTOR *OldSecurityDescriptor, IN POOL_TYPE PoolType, IN OUT PGENERIC_MAPPING GenericMapping)
 
NTSTATUS NTAPI IopQueryName (IN PVOID ObjectBody, IN BOOLEAN HasName, OUT POBJECT_NAME_INFORMATION ObjectNameInfo, IN ULONG Length, OUT PULONG ReturnLength, IN KPROCESSOR_MODE PreviousMode)
 
NTSTATUS NTAPI IopQueryNameInternal (IN PVOID ObjectBody, IN BOOLEAN HasName, IN BOOLEAN QueryDosName, OUT POBJECT_NAME_INFORMATION ObjectNameInfo, IN ULONG Length, OUT PULONG ReturnLength, IN KPROCESSOR_MODE PreviousMode)
 
VOID NTAPI IopCloseFile (IN PEPROCESS Process OPTIONAL, IN PVOID Object, IN ACCESS_MASK GrantedAccess, IN ULONG ProcessHandleCount, IN ULONG SystemHandleCount)
 
NTSTATUS NTAPI IopAcquireFileObjectLock (_In_ PFILE_OBJECT FileObject, _In_ KPROCESSOR_MODE AccessMode, _In_ BOOLEAN Alertable, _Out_ PBOOLEAN LockFailed)
 
PVOID NTAPI IoGetFileObjectFilterContext (IN PFILE_OBJECT FileObject)
 
NTSTATUS NTAPI IoChangeFileObjectFilterContext (IN PFILE_OBJECT FileObject, IN PVOID FilterContext, IN BOOLEAN Define)
 
VOID NTAPI IopDoNameTransmogrify (IN PIRP Irp, IN PFILE_OBJECT FileObject, IN PREPARSE_DATA_BUFFER DataBuffer)
 
NTSTATUS NTAPI IoComputeDesiredAccessFileObject (IN PFILE_OBJECT FileObject, IN PACCESS_MASK DesiredAccess)
 
NTSTATUS NTAPI IopGetFileInformation (IN PFILE_OBJECT FileObject, IN ULONG Length, IN FILE_INFORMATION_CLASS FileInfoClass, OUT PVOID Buffer, OUT PULONG ReturnedLength)
 
BOOLEAN NTAPI IopVerifyDeviceObjectOnStack (IN PDEVICE_OBJECT BaseDeviceObject, IN PDEVICE_OBJECT TopDeviceObjectHint)
 
VOID FASTCALL IopInitTimerImplementation (VOID)
 
VOID NTAPI IopRemoveTimerFromTimerList (IN PIO_TIMER Timer)
 
VOID NTAPI IopDeleteIoCompletion (PVOID ObjectBody)
 
NTSTATUS NTAPI IoSetIoCompletion (IN PVOID IoCompletion, IN PVOID KeyContext, IN PVOID ApcContext, IN NTSTATUS IoStatus, IN ULONG_PTR IoStatusInformation, IN BOOLEAN Quota)
 
NTSTATUS NTAPI IopStartRamdisk (IN PLOADER_PARAMETER_BLOCK LoaderBlock)
 
NTSTATUS IopFetchConfigurationInformation (_Out_ PWSTR *SymbolicLinkList, _In_ GUID Guid, _In_ ULONG ExpectedInterfaces, _Out_ PULONG Interfaces)
 
VOID IopStoreSystemPartitionInformation (_In_ PUNICODE_STRING NtSystemPartitionDeviceName, _In_ PUNICODE_STRING OsLoaderPathName)
 
VOID PiQueueDeviceAction (_In_ PDEVICE_OBJECT DeviceObject, _In_ DEVICE_ACTION Action, _In_opt_ PKEVENT CompletionEvent, _Out_opt_ NTSTATUS *CompletionStatus)
 Queue a device operation to a worker thread.
 
NTSTATUS PiPerformSyncDeviceAction (_In_ PDEVICE_OBJECT DeviceObject, _In_ DEVICE_ACTION Action)
 Perfom a device operation synchronously via PiQueueDeviceAction.
 
VOID PiNotifyDeviceInterfaceChange (_In_ LPCGUID Event, _In_ LPCGUID InterfaceClassGuid, _In_ PUNICODE_STRING SymbolicLinkName)
 Delivers the event to all drivers subscribed to EventCategoryDeviceInterfaceChange.
 
VOID PiNotifyHardwareProfileChange (_In_ LPCGUID Event)
 Delivers the event to all drivers subscribed to EventCategoryHardwareProfileChange PnP event.
 
VOID PiNotifyTargetDeviceChange (_In_ LPCGUID Event, _In_ PDEVICE_OBJECT DeviceObject, _In_opt_ PTARGET_DEVICE_CUSTOM_NOTIFICATION CustomNotification)
 Delivers the event to all drivers subscribed to EventCategoryTargetDeviceChange PnP event.
 
NTSTATUS PiIrpStartDevice (_In_ PDEVICE_NODE DeviceNode)
 
NTSTATUS PiIrpStopDevice (_In_ PDEVICE_NODE DeviceNode)
 
NTSTATUS PiIrpQueryStopDevice (_In_ PDEVICE_NODE DeviceNode)
 
NTSTATUS PiIrpCancelStopDevice (_In_ PDEVICE_NODE DeviceNode)
 
NTSTATUS PiIrpQueryDeviceRelations (_In_ PDEVICE_NODE DeviceNode, _In_ DEVICE_RELATION_TYPE Type)
 
NTSTATUS PiIrpQueryResources (_In_ PDEVICE_NODE DeviceNode, _Out_ PCM_RESOURCE_LIST *Resources)
 
NTSTATUS PiIrpQueryResourceRequirements (_In_ PDEVICE_NODE DeviceNode, _Out_ PIO_RESOURCE_REQUIREMENTS_LIST *Resources)
 
NTSTATUS PiIrpQueryDeviceText (_In_ PDEVICE_NODE DeviceNode, _In_ LCID LocaleId, _In_ DEVICE_TEXT_TYPE Type, _Out_ PWSTR *DeviceText)
 
NTSTATUS PiIrpQueryPnPDeviceState (_In_ PDEVICE_NODE DeviceNode, _Out_ PPNP_DEVICE_STATE DeviceState)
 

Variables

PIO_BUS_TYPE_GUID_LIST IopBusTypeGuidList
 
POBJECT_TYPE IoCompletionType
 
PDEVICE_NODE IopRootDeviceNode
 
KSPIN_LOCK IopDeviceTreeLock
 
ULONG IopTraceLevel
 
GENERAL_LOOKASIDE IopMdlLookasideList
 
GENERIC_MAPPING IopCompletionMapping
 
GENERIC_MAPPING IopFileMapping
 
POBJECT_TYPE _IoFileObjectType
 
HAL_DISPATCH _HalDispatchTable
 
LIST_ENTRY IopErrorLogListHead
 
ULONG IopAutoReboot
 
ULONG IopNumTriageDumpDataBlocks
 
PVOID IopTriageDumpDataBlocks [64]
 
PIO_BUS_TYPE_GUID_LIST PnpBusTypeGuidList
 
PDRIVER_OBJECT IopRootDriverObject
 
KSPIN_LOCK IopDeviceActionLock
 
LIST_ENTRY IopDeviceActionRequestList
 
RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator
 
BOOLEAN IoRemoteBootClient
 

Macro Definition Documentation

◆ _IO_DEBUG_

#define _IO_DEBUG_   0x00

Definition at line 14 of file io.h.

◆ ENUM_ROOT

#define ENUM_ROOT   L"\\Registry\\Machine\\System\\CurrentControlSet\\Enum"

Definition at line 53 of file io.h.

◆ IO_API_DEBUG

#define IO_API_DEBUG   0x04

Definition at line 21 of file io.h.

◆ IO_CTL_DEBUG

#define IO_CTL_DEBUG   0x08

Definition at line 22 of file io.h.

◆ IO_FILE_DEBUG

#define IO_FILE_DEBUG   0x02

Definition at line 20 of file io.h.

◆ IO_IRP_DEBUG

#define IO_IRP_DEBUG   0x01

Definition at line 19 of file io.h.

◆ IO_METHOD_FROM_CTL_CODE

#define IO_METHOD_FROM_CTL_CODE (   c)    (c & 0x00000003)

Definition at line 58 of file io.h.

◆ IoGetDevObjExtension

#define IoGetDevObjExtension (   DeviceObject)
Value:
((DeviceObject)->DeviceObjectExtension))
struct _EXTENDED_DEVOBJ_EXTENSION * PEXTENDED_DEVOBJ_EXTENSION
_In_ PDEVICE_OBJECT DeviceObject
Definition: wdfdevice.h:2061

Definition at line 128 of file io.h.

◆ IoGetDrvObjExtension

#define IoGetDrvObjExtension (   DriverObject)
Value:
((DriverObject)->DriverExtension))
struct _EXTENDED_DRIVER_EXTENSION * PEXTENDED_DRIVER_EXTENSION
_Must_inspect_result_ _In_ PDRIVER_OBJECT DriverObject
Definition: wdfdriver.h:213

Definition at line 135 of file io.h.

◆ IOP_CREATE_FILE_OBJECT_EXTENSION

#define IOP_CREATE_FILE_OBJECT_EXTENSION   0x02

Definition at line 97 of file io.h.

◆ IOP_MAX_REPARSE_TRAVERSAL

#define IOP_MAX_REPARSE_TRAVERSAL   0x20

Definition at line 91 of file io.h.

◆ IOP_USE_TOP_LEVEL_DEVICE_HINT

#define IOP_USE_TOP_LEVEL_DEVICE_HINT   0x01

Definition at line 96 of file io.h.

◆ IopAllocateMdlFromLookaside

#define IopAllocateMdlFromLookaside    ObpAllocateObjectCreateInfoBuffer

Definition at line 112 of file io.h.

◆ IopDeviceNodeClearFlag

#define IopDeviceNodeClearFlag (   DeviceNode,
  Flag 
)     ((DeviceNode)->Flags &= ~(Flag))

Definition at line 154 of file io.h.

◆ IopDeviceNodeClearProblem

#define IopDeviceNodeClearProblem (   DeviceNode,
  Problem 
)     ((DeviceNode)->Problem &= ~(Problem))

Definition at line 208 of file io.h.

◆ IopDeviceNodeClearUserFlag

#define IopDeviceNodeClearUserFlag (   DeviceNode,
  UserFlag 
)     ((DeviceNode)->UserFlags &= ~(UserFlag))

Definition at line 181 of file io.h.

◆ IopDeviceNodeHasFlag

#define IopDeviceNodeHasFlag (   DeviceNode,
  Flag 
)     (((DeviceNode)->Flags & (Flag)) > 0)

Definition at line 163 of file io.h.

◆ IopDeviceNodeHasProblem

#define IopDeviceNodeHasProblem (   DeviceNode,
  Problem 
)     (((DeviceNode)->Problem & (Problem)) > 0)

Definition at line 217 of file io.h.

◆ IopDeviceNodeHasUserFlag

#define IopDeviceNodeHasUserFlag (   DeviceNode,
  UserFlag 
)     (((DeviceNode)->UserFlags & (UserFlag)) > 0)

Definition at line 190 of file io.h.

◆ IopDeviceNodeSetFlag

#define IopDeviceNodeSetFlag (   DeviceNode,
  Flag 
)     ((DeviceNode)->Flags |= (Flag))

Definition at line 145 of file io.h.

◆ IopDeviceNodeSetProblem

#define IopDeviceNodeSetProblem (   DeviceNode,
  Problem 
)     ((DeviceNode)->Problem |= (Problem))

Definition at line 199 of file io.h.

◆ IopDeviceNodeSetUserFlag

#define IopDeviceNodeSetUserFlag (   DeviceNode,
  UserFlag 
)     ((DeviceNode)->UserFlags |= (UserFlag))

Definition at line 172 of file io.h.

◆ IopFreeMdlFromLookaside

#define IopFreeMdlFromLookaside    ObpFreeCapturedAttributes

Definition at line 114 of file io.h.

◆ IopInitDeviceTreeTraverseContext

#define IopInitDeviceTreeTraverseContext (   _DeviceTreeTraverseContext,
  _DeviceNode,
  _Action,
  _Context 
)
Value:
{ \
(_DeviceTreeTraverseContext)->FirstDeviceNode = \
(_DeviceNode); \
(_DeviceTreeTraverseContext)->Action = (_Action); \
(_DeviceTreeTraverseContext)->Context = (_Context); }
_Check_return_ _In_z_ wchar_t const _Inout_opt_ _Deref_prepost_opt_z_ wchar_t ** _Context
_In_ PVOID Context
Definition: storport.h:2269
_In_ WDFIOTARGET _In_ _Strict_type_match_ WDF_IO_TARGET_SENT_IO_ACTION Action
Definition: wdfiotarget.h:510

Definition at line 228 of file io.h.

◆ IopIsValidPhysicalDeviceObject

#define IopIsValidPhysicalDeviceObject (   PhysicalDeviceObject)
Value:
(((PEXTENDED_DEVOBJ_EXTENSION)PhysicalDeviceObject->DeviceObjectExtension)->DeviceNode) && \
@ DeviceNode
Definition: Node.h:9
PDEVICE_OBJECT PhysicalDeviceObject
Definition: btrfs_drv.h:1157
#define DNF_ENUMERATED
Definition: iotypes.h:175

Definition at line 241 of file io.h.

◆ IOTRACE

#define IOTRACE (   x,
  fmt,
  ... 
)    DPRINT(fmt, ##__VA_ARGS__)

Definition at line 47 of file io.h.

◆ IsIrpSynchronous

#define IsIrpSynchronous (   Irp,
  FileObject 
)
Value:
(!(FileObject) ? FALSE : \
_In_ PIRP Irp
Definition: csq.h:116
#define FALSE
Definition: types.h:117
_In_ WDFREQUEST _In_ WDFFILEOBJECT FileObject
Definition: wdfdevice.h:550
_Must_inspect_result_ _In_ ULONG Flags
Definition: wsk.h:170
#define IRP_SYNCHRONOUS_API
#define FO_SYNCHRONOUS_IO
Definition: iotypes.h:1776

Definition at line 120 of file io.h.

◆ RD_FSCTL_FAILED

#define RD_FSCTL_FAILED   3

Definition at line 74 of file io.h.

◆ RD_GUID_CONVERT_FAILED

#define RD_GUID_CONVERT_FAILED   4

Definition at line 78 of file io.h.

◆ RD_NO_RAMDISK_DRIVER

#define RD_NO_RAMDISK_DRIVER   2

Definition at line 70 of file io.h.

◆ RD_NO_XIPROM_DESCRIPTOR

#define RD_NO_XIPROM_DESCRIPTOR   1

Definition at line 66 of file io.h.

◆ RD_SYMLINK_CREATE_FAILED

#define RD_SYMLINK_CREATE_FAILED   5

Definition at line 82 of file io.h.

◆ RD_SYSROOT_INIT_FAILED

#define RD_SYSROOT_INIT_FAILED   6

Definition at line 86 of file io.h.

Typedef Documentation

◆ COMPLETION_PACKET_TYPE

◆ DEVICE_ACTION

◆ DEVICETREE_TRAVERSE_CONTEXT

◆ DEVICETREE_TRAVERSE_ROUTINE

typedef NTSTATUS(* DEVICETREE_TRAVERSE_ROUTINE) (IN PDEVICE_NODE DeviceNode, IN PVOID Context)

Definition at line 464 of file io.h.

◆ DRIVER_INFORMATION

◆ DRIVER_REINIT_ITEM

◆ DUMMY_FILE_OBJECT

◆ ERROR_LOG_ENTRY

◆ EXTENDED_IO_REMOVE_LOCK

◆ FILE_OBJECT_EXTENSION

◆ FS_CHANGE_NOTIFY_ENTRY

◆ IO_BUS_TYPE_GUID_LIST

◆ IO_INTERRUPT

◆ IO_UNLOAD_SAFE_COMPLETION_CONTEXT

◆ IO_WORKITEM

◆ IOP_DEVICE_LIST_OPERATION

◆ IOP_MINI_COMPLETION_PACKET

◆ IOP_TRANSFER_TYPE

◆ OPEN_PACKET

◆ PCOMPLETION_PACKET_TYPE

◆ PDEVICETREE_TRAVERSE_CONTEXT

◆ PDRIVER_INFORMATION

◆ PDRIVER_REINIT_ITEM

◆ PDUMMY_FILE_OBJECT

◆ PERROR_LOG_ENTRY

◆ PEXTENDED_IO_REMOVE_LOCK

◆ PFILE_OBJECT_EXTENSION

◆ PFS_CHANGE_NOTIFY_ENTRY

◆ PIO_BUS_TYPE_GUID_LIST

◆ PIO_INTERRUPT

◆ PIO_UNLOAD_SAFE_COMPLETION_CONTEXT

◆ PIOP_DEVICE_LIST_OPERATION

◆ PIOP_MINI_COMPLETION_PACKET

◆ PIOP_TRANSFER_TYPE

◆ POPEN_PACKET

◆ PRESERVE_IRP_ALLOCATOR

◆ PSECURITY_DESCRIPTOR_TYPE

◆ PSHUTDOWN_ENTRY

◆ RESERVE_IRP_ALLOCATOR

◆ SECURITY_DESCRIPTOR_TYPE

◆ SHUTDOWN_ENTRY

Enumeration Type Documentation

◆ _COMPLETION_PACKET_TYPE

Enumerator
IopCompletionPacketIrp 
IopCompletionPacketMini 
IopCompletionPacketQuota 

Definition at line 268 of file io.h.

269 {
@ IopCompletionPacketIrp
Definition: io.h:270
@ IopCompletionPacketMini
Definition: io.h:271
@ IopCompletionPacketQuota
Definition: io.h:272
enum _COMPLETION_PACKET_TYPE COMPLETION_PACKET_TYPE
enum _COMPLETION_PACKET_TYPE * PCOMPLETION_PACKET_TYPE

◆ _DEVICE_ACTION

Enumerator
PiActionEnumDeviceTree 
PiActionEnumRootDevices 
PiActionResetDevice 
PiActionAddBootDevices 
PiActionStartDevice 
PiActionQueryState 

Definition at line 523 of file io.h.

524{
@ PiActionResetDevice
Definition: io.h:527
@ PiActionQueryState
Definition: io.h:530
@ PiActionAddBootDevices
Definition: io.h:528
@ PiActionStartDevice
Definition: io.h:529
@ PiActionEnumRootDevices
Definition: io.h:526
@ PiActionEnumDeviceTree
Definition: io.h:525
enum _DEVICE_ACTION DEVICE_ACTION

◆ _IOP_DEVICE_LIST_OPERATION

Enumerator
IopRemove 
IopAdd 

Definition at line 249 of file io.h.

250{
251 IopRemove,
252 IopAdd
enum _IOP_DEVICE_LIST_OPERATION * PIOP_DEVICE_LIST_OPERATION
@ IopAdd
Definition: io.h:252
@ IopRemove
Definition: io.h:251
enum _IOP_DEVICE_LIST_OPERATION IOP_DEVICE_LIST_OPERATION

◆ _IOP_TRANSFER_TYPE

Enumerator
IopReadTransfer 
IopWriteTransfer 
IopOtherTransfer 

Definition at line 258 of file io.h.

259{
enum _IOP_TRANSFER_TYPE IOP_TRANSFER_TYPE
@ IopWriteTransfer
Definition: io.h:261
@ IopReadTransfer
Definition: io.h:260
@ IopOtherTransfer
Definition: io.h:262
enum _IOP_TRANSFER_TYPE * PIOP_TRANSFER_TYPE

◆ _SECURITY_DESCRIPTOR_TYPE

Enumerator
RestrictedPublic 
UnrestrictedPublic 
RestrictedPublicOpen 
UnrestrictedPublicOpen 
SystemDefault 

Definition at line 511 of file io.h.

512{
enum _SECURITY_DESCRIPTOR_TYPE SECURITY_DESCRIPTOR_TYPE
@ RestrictedPublicOpen
Definition: io.h:515
@ RestrictedPublic
Definition: io.h:513
@ UnrestrictedPublicOpen
Definition: io.h:516
@ SystemDefault
Definition: io.h:517
@ UnrestrictedPublic
Definition: io.h:514
enum _SECURITY_DESCRIPTOR_TYPE * PSECURITY_DESCRIPTOR_TYPE

Function Documentation

◆ IoCancelThreadIo()

VOID NTAPI IoCancelThreadIo ( IN PETHREAD  Thread)

Definition at line 1146 of file irp.c.

1147{
1148 KIRQL OldIrql;
1149 ULONG Retries = 3000;
1151 PLIST_ENTRY ListHead, NextEntry;
1152 PIRP Irp;
1153 PAGED_CODE();
1154
1155 /* Windows isn't using given thread, but using current. */
1157
1159 "%s - Canceling IRPs for Thread %p\n",
1161 Thread);
1162
1163 /* Raise to APC to protect the IrpList */
1165
1166 /* Start by cancelling all the IRPs in the current thread queue. */
1167 ListHead = &Thread->IrpList;
1168 NextEntry = ListHead->Flink;
1169 while (ListHead != NextEntry)
1170 {
1171 /* Get the IRP */
1172 Irp = CONTAINING_RECORD(NextEntry, IRP, ThreadListEntry);
1173
1174 /* Cancel it */
1176
1177 /* Move to the next entry */
1178 NextEntry = NextEntry->Flink;
1179 }
1180
1181 /* Wait 100 milliseconds */
1182 Interval.QuadPart = -1000000;
1183
1184 /* Wait till all the IRPs are completed or cancelled. */
1185 while (!IsListEmpty(&Thread->IrpList))
1186 {
1187 /* Now we can lower */
1189
1190 /* Wait a short while and then look if all our IRPs were completed. */
1192
1193 /*
1194 * Don't stay here forever if some broken driver doesn't complete
1195 * the IRP.
1196 */
1197 if (!(Retries--))
1198 {
1199 /* Print out a message and remove the IRP */
1200 DPRINT1("Broken driver did not complete!\n");
1202 }
1203
1204 /* Raise the IRQL Again */
1206 }
1207
1208 /* We're done, lower the IRQL */
1210}
#define PAGED_CODE()
#define DPRINT1
Definition: precomp.h:8
#define __FUNCTION__
Definition: types.h:116
#define IsListEmpty(ListHead)
Definition: env_spec_w32.h:954
UCHAR KIRQL
Definition: env_spec_w32.h:591
#define PsGetCurrentThread()
Definition: env_spec_w32.h:81
#define KeRaiseIrql(irql, oldIrql)
Definition: env_spec_w32.h:597
#define APC_LEVEL
Definition: env_spec_w32.h:695
#define KeLowerIrql(oldIrql)
Definition: env_spec_w32.h:602
#define KeDelayExecutionThread(mode, foo, t)
Definition: env_spec_w32.h:484
_In_opt_ PFILE_OBJECT _In_opt_ PETHREAD Thread
Definition: fltkernel.h:2653
#define KernelMode
Definition: asm.h:38
DWORD Interval
Definition: netstat.c:28
#define IO_IRP_DEBUG
Definition: io.h:19
#define IOTRACE(x, fmt,...)
Definition: io.h:47
VOID NTAPI IopDisassociateThreadIrp(VOID)
Definition: irp.c:115
BOOLEAN NTAPI IoCancelIrp(IN PIRP Irp)
Definition: irp.c:1101
LIST_ENTRY IrpList
Definition: pstypes.h:1233
Definition: typedefs.h:120
struct _LIST_ENTRY * Flink
Definition: typedefs.h:121
#define CONTAINING_RECORD(address, type, field)
Definition: typedefs.h:260
uint32_t ULONG
Definition: typedefs.h:59
_Requires_lock_held_ Interrupt _Releases_lock_ Interrupt _In_ _IRQL_restores_ KIRQL OldIrql
Definition: kefuncs.h:778

Referenced by PspExitThread().

◆ IoChangeFileObjectFilterContext()

NTSTATUS NTAPI IoChangeFileObjectFilterContext ( IN PFILE_OBJECT  FileObject,
IN PVOID  FilterContext,
IN BOOLEAN  Define 
)

Definition at line 2509 of file file.c.

2512{
2514 PFILE_OBJECT_EXTENSION FileObjectExtension;
2515
2517 {
2519 }
2520
2521 FileObjectExtension = FileObject->FileObjectExtension;
2522 if (Define)
2523 {
2524 /* If define, just set the new value if not value is set
2525 * Success will only contain old value. It is valid if it is NULL
2526 */
2528 }
2529 else
2530 {
2531 /* If not define, we want to reset filter context.
2532 * We will remove value (provided by the caller) and set NULL instead.
2533 * This will only success if caller provides correct previous value.
2534 * To catch whether it worked, we substract previous value to expect value:
2535 * If it matches (and thus, we reset), Success will contain 0
2536 * Otherwise, it will contain a non-zero value.
2537 */
2539 }
2540
2541 /* If success isn't 0, it means we failed somewhere (set or unset) */
2542 if (Success != 0)
2543 {
2545 }
2546
2547 return STATUS_SUCCESS;
2548}
#define NULL
Definition: types.h:112
#define ULONG_PTR
Definition: config.h:101
@ Success
Definition: eventcreate.c:712
#define BooleanFlagOn(F, SF)
Definition: ext2fs.h:183
_In_ PLIST_ENTRY _In_ PSTRING _In_ USHORT _In_opt_ PSTRING _In_opt_ PSTRING _In_ ULONG _In_ ULONG _In_opt_ PVOID _In_opt_ PVOID FilterContext
Definition: fsrtlfuncs.h:746
#define InterlockedCompareExchangePointer
Definition: interlocked.h:144
#define FO_FILE_OBJECT_HAS_EXTENSION
Definition: iotypes.h:144
#define STATUS_ALREADY_COMMITTED
Definition: ntstatus.h:363
#define STATUS_SUCCESS
Definition: shellext.h:65
PVOID FilterContext
Definition: io.h:103
uint32_t ULONG_PTR
Definition: typedefs.h:65
#define STATUS_INVALID_PARAMETER
Definition: udferr_usr.h:135

Referenced by FsRtlInsertPerFileObjectContext(), and FsRtlPTeardownPerFileObjectContexts().

◆ IoComputeDesiredAccessFileObject()

NTSTATUS NTAPI IoComputeDesiredAccessFileObject ( IN PFILE_OBJECT  FileObject,
IN PACCESS_MASK  DesiredAccess 
)

Definition at line 26 of file util.c.

28{
29 /* Assume failure */
30 *DesiredAccess = 0;
31
32 /* First check we really have a FileObject */
34 {
36 }
37
38 /* Then compute desired access:
39 * Check if the handle has either FILE_WRITE_DATA or FILE_APPEND_DATA was
40 * granted. However, if this is a named pipe, make sure we don't ask for
41 * FILE_APPEND_DATA as it interferes with the FILE_CREATE_PIPE_INSTANCE
42 * access right!
43 */
45
46 return STATUS_SUCCESS;
47}
Type
Definition: Type.h:7
#define STATUS_OBJECT_TYPE_MISMATCH
Definition: d3dkmdt.h:46
POBJECT_TYPE IoFileObjectType
Definition: iomgr.c:36
#define OBJECT_TO_OBJECT_HEADER(o)
Definition: obtypes.h:111
#define FILE_WRITE_DATA
Definition: nt_native.h:631
#define FILE_APPEND_DATA
Definition: nt_native.h:634
_Must_inspect_result_ _In_ WDFDEVICE _In_ ULONG _In_ ACCESS_MASK DesiredAccess
Definition: wdfdevice.h:2664
#define FO_NAMED_PIPE
Definition: iotypes.h:1782

Referenced by ObReferenceFileObjectForWrite().

◆ IoGetFileObjectFilterContext()

PVOID NTAPI IoGetFileObjectFilterContext ( IN PFILE_OBJECT  FileObject)

Definition at line 2494 of file file.c.

2495{
2497 {
2498 PFILE_OBJECT_EXTENSION FileObjectExtension;
2499
2500 FileObjectExtension = FileObject->FileObjectExtension;
2501 return FileObjectExtension->FilterContext;
2502 }
2503
2504 return NULL;
2505}

Referenced by FsRtlInsertPerFileObjectContext(), FsRtlLookupPerFileObjectContext(), FsRtlPTeardownPerFileObjectContexts(), and FsRtlRemovePerFileObjectContext().

◆ IoGetRelatedTargetDevice()

NTSTATUS NTAPI IoGetRelatedTargetDevice ( IN PFILE_OBJECT  FileObject,
OUT PDEVICE_OBJECT DeviceObject 
)

Definition at line 1617 of file device.c.

1619{
1622
1623 /* Call the internal helper function */
1626 {
1627 *DeviceObject = DeviceNode->PhysicalDeviceObject;
1628 }
1629 return Status;
1630}
LONG NTSTATUS
Definition: precomp.h:26
#define NT_SUCCESS(StatCode)
Definition: apphelp.c:33
Status
Definition: gdiplustypes.h:25
NTSTATUS NTAPI IopGetRelatedTargetDevice(IN PFILE_OBJECT FileObject, OUT PDEVICE_NODE *DeviceNode)
Definition: device.c:654

Referenced by FsRtlNotifyVolumeEvent(), and NtSetVolumeInformationFile().

◆ IoInitCancelHandling()

VOID IoInitCancelHandling ( VOID  )

◆ IoInitFileSystemImplementation()

VOID NTAPI IoInitFileSystemImplementation ( VOID  )

◆ IoInitializeCrashDump()

BOOLEAN NTAPI IoInitializeCrashDump ( IN HANDLE  PageFileHandle)

Definition at line 650 of file iomgr.c.

651{
653 return FALSE;
654}
#define UNIMPLEMENTED
Definition: ntoskrnl.c:15

Referenced by NtCreatePagingFile().

◆ IoInitShutdownNotification()

VOID IoInitShutdownNotification ( VOID  )

◆ IoInitSystem()

BOOLEAN NTAPI IoInitSystem ( IN PLOADER_PARAMETER_BLOCK  LoaderBlock)

Definition at line 466 of file iomgr.c.

467{
468 LARGE_INTEGER ExpireTime;
470 CHAR Buffer[256];
471 ANSI_STRING NtBootPath, RootString;
472
473 /* Initialize empty NT Boot Path */
474 RtlInitEmptyAnsiString(&NtBootPath, Buffer, sizeof(Buffer));
475
476 /* Initialize the lookaside lists */
478
479 /* Initialize all locks and lists */
498
499 /* Initialize PnP notifications */
501
502 /* Initialize the reserve IRP */
504 {
505 DPRINT1("IopInitializeReserveIrp failed!\n");
506 return FALSE;
507 }
508
509 /* Initialize Timer List Lock */
511
512 /* Initialize Timer List */
514
515 /* Initialize the DPC/Timer which will call the other Timer Routines */
516 ExpireTime.QuadPart = -10000000;
519 KeSetTimerEx(&IopTimer, ExpireTime, 1000, &IopTimerDpc);
520
521 /* Create Object Types */
523 {
524 DPRINT1("IopCreateObjectTypes failed!\n");
525 return FALSE;
526 }
527
528 /* Create Object Directories */
530 {
531 DPRINT1("IopCreateRootDirectories failed!\n");
532 return FALSE;
533 }
534
535 /* Initialize PnP manager */
537
538 /* Initialize SHIM engine */
540
541 /* Initialize WMI */
543
544 /* Initialize HAL Root Bus Driver */
546
547 /* Reenumerate what HAL has added (synchronously)
548 * This function call should eventually become a 2nd stage of the PnP initialization */
551 NULL,
552 NULL);
553
554 /* Make loader block available for the whole kernel */
555 IopLoaderBlock = LoaderBlock;
556
557 /* Load boot start drivers */
559
560 /* Call back drivers that asked for */
562
563 /* Check if this was a ramdisk boot */
564 if (!_strnicmp(LoaderBlock->ArcBootDeviceName, "ramdisk(0)", 10))
565 {
566 /* Initialize the ramdisk driver */
567 IopStartRamdisk(LoaderBlock);
568 }
569
570 /* No one should need loader block any longer */
572
573 /* Create ARC names for boot devices */
574 Status = IopCreateArcNames(LoaderBlock);
575 if (!NT_SUCCESS(Status))
576 {
577 DPRINT1("IopCreateArcNames failed: %lx\n", Status);
578 return FALSE;
579 }
580
581 /* Mark the system boot partition */
582 if (!IopMarkBootPartition(LoaderBlock))
583 {
584 DPRINT1("IopMarkBootPartition failed!\n");
585 return FALSE;
586 }
587
588 /* The disk subsystem is initialized here and the SystemRoot is set too.
589 * We can finally load other drivers from the boot volume. */
591
592 /* Load system start drivers */
595
596 /* Reinitialize drivers that requested it */
598
599 /* Convert SystemRoot from ARC to NT path */
600 Status = IopReassignSystemRoot(LoaderBlock, &NtBootPath);
601 if (!NT_SUCCESS(Status))
602 {
603 DPRINT1("IopReassignSystemRoot failed: %lx\n", Status);
604 return FALSE;
605 }
606
607 /* Set the ANSI_STRING for the root path */
608 RootString.MaximumLength = NtSystemRoot.MaximumLength / sizeof(WCHAR);
609 RootString.Length = 0;
611 RootString.MaximumLength,
612 TAG_IO);
613
614 /* Convert the path into the ANSI_STRING */
616 if (!NT_SUCCESS(Status))
617 {
618 DPRINT1("RtlUnicodeStringToAnsiString failed: %lx\n", Status);
619 return FALSE;
620 }
621
622 /* Assign drive letters */
623 IoAssignDriveLetters(LoaderBlock,
624 &NtBootPath,
625 (PUCHAR)RootString.Buffer,
626 &RootString);
627
628 /* Update system root */
630 if (!NT_SUCCESS(Status))
631 {
632 DPRINT1("RtlAnsiStringToUnicodeString failed: %lx\n", Status);
633 return FALSE;
634 }
635
636 /* Load the System DLL and its entrypoints */
638 if (!NT_SUCCESS(Status))
639 {
640 DPRINT1("PsLocateSystemDll failed: %lx\n", Status);
641 return FALSE;
642 }
643
644 /* Return success */
645 return TRUE;
646}
VOID FASTCALL IoAssignDriveLetters(IN struct _LOADER_PARAMETER_BLOCK *LoaderBlock, IN PSTRING NtDeviceName, OUT PUCHAR NtSystemPath, OUT PSTRING NtSystemPathString)
Definition: ntoskrnl.c:40
Definition: bufpool.h:45
#define TRUE
Definition: types.h:120
#define _strnicmp(_String1, _String2, _MaxCount)
Definition: compat.h:23
VOID NTAPI KeInitializeDpc(IN PKDPC Dpc, IN PKDEFERRED_ROUTINE DeferredRoutine, IN PVOID DeferredContext)
Definition: dpc.c:712
#define ExAllocatePoolWithTag(hernya, size, tag)
Definition: env_spec_w32.h:350
NTSTATUS ExInitializeResourceLite(PULONG res)
Definition: env_spec_w32.h:641
#define InitializeListHead(ListHead)
Definition: env_spec_w32.h:944
#define KeInitializeSpinLock(sl)
Definition: env_spec_w32.h:604
#define PagedPool
Definition: env_spec_w32.h:308
LIST_ENTRY IopErrorLogListHead
Definition: error.c:30
LIST_ENTRY DriverReinitListHead
Definition: driver.c:22
KDPC IopTimerDpc
Definition: iotimer.c:22
VOID NTAPI IopInitLookasideLists(VOID)
Definition: iomgr.c:95
BOOLEAN NTAPI IopCreateRootDirectories(VOID)
Definition: iomgr.c:331
LIST_ENTRY ShutdownListHead
Definition: device.c:21
ERESOURCE IopDriverLoadResource
Definition: driver.c:20
ERESOURCE IopSecurityResource
Definition: iomgr.c:61
BOOLEAN PnPBootDriversInitialized
Definition: pnpinit.c:21
BOOLEAN PnpSystemInit
Definition: iomgr.c:17
KSPIN_LOCK DriverBootReinitListLock
Definition: driver.c:28
BOOLEAN NTAPI WmiInitialize(VOID)
Definition: wmi.c:38
KSPIN_LOCK IoStatisticsLock
Definition: iomgr.c:45
BOOLEAN NTAPI IopMarkBootPartition(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
Definition: iomgr.c:396
KSPIN_LOCK IopTimerLock
Definition: iotimer.c:18
KSPIN_LOCK ShutdownListLock
Definition: device.c:22
LIST_ENTRY IopCdRomFileSystemQueueHead
Definition: volume.c:22
ERESOURCE IopDatabaseResource
Definition: volume.c:20
LIST_ENTRY DriverBootReinitListHead
Definition: driver.c:27
KSPIN_LOCK IopLogListLock
Definition: error.c:31
KSPIN_LOCK DriverReinitListLock
Definition: driver.c:23
KTIMER IopTimer
Definition: iotimer.c:23
LIST_ENTRY LastChanceShutdownListHead
Definition: device.c:21
VOID NTAPI IopTimerDispatch(IN PKDPC Dpc, IN PVOID DeferredContext, IN PVOID SystemArgument1, IN PVOID SystemArgument2)
Definition: iotimer.c:32
LIST_ENTRY IopNetworkFileSystemQueueHead
Definition: volume.c:21
LIST_ENTRY IopDiskFileSystemQueueHead
Definition: volume.c:21
PLOADER_PARAMETER_BLOCK IopLoaderBlock
Definition: iomgr.c:88
LIST_ENTRY IopFsNotifyChangeQueueHead
Definition: volume.c:23
BOOLEAN NTAPI IopCreateObjectTypes(VOID)
Definition: iomgr.c:242
LIST_ENTRY IopTimerQueueHead
Definition: iotimer.c:19
LIST_ENTRY IopTapeFileSystemQueueHead
Definition: volume.c:22
NTSYSAPI NTSTATUS NTAPI RtlUnicodeStringToAnsiString(PANSI_STRING DestinationString, PUNICODE_STRING SourceString, BOOLEAN AllocateDestinationString)
NTSYSAPI NTSTATUS NTAPI RtlAnsiStringToUnicodeString(PUNICODE_STRING DestinationString, PANSI_STRING SourceString, BOOLEAN AllocateDestinationString)
@ SynchronizationTimer
UNICODE_STRING NtSystemRoot
Definition: init.c:76
VOID NTAPI IopReinitializeBootDrivers(VOID)
Definition: driver.c:1544
BOOLEAN NTAPI IopInitializeReserveIrp(IN PRESERVE_IRP_ALLOCATOR ReserveIrpAllocator)
Definition: irp.c:549
VOID FASTCALL IopInitializeSystemDrivers(VOID)
Definition: driver.c:1222
NTSTATUS NTAPI IopInitializePlugPlayServices(VOID)
Definition: pnpinit.c:287
VOID FASTCALL IopInitializeBootDrivers(VOID)
Definition: driver.c:1035
NTSTATUS NTAPI IopStartRamdisk(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
Definition: ramdisk.c:26
VOID NTAPI IopReinitializeDrivers(VOID)
Definition: driver.c:1508
NTSTATUS NTAPI IopReassignSystemRoot(IN PLOADER_PARAMETER_BLOCK LoaderBlock, OUT PANSI_STRING NtBootPath)
Definition: arcname.c:839
VOID PiQueueDeviceAction(_In_ PDEVICE_OBJECT DeviceObject, _In_ DEVICE_ACTION Action, _In_opt_ PKEVENT CompletionEvent, _Out_opt_ NTSTATUS *CompletionStatus)
Queue a device operation to a worker thread.
Definition: devaction.c:2668
VOID PiInitializeNotifications(VOID)
Definition: pnpnotify.c:55
PDEVICE_NODE IopRootDeviceNode
Definition: devnode.c:18
NTSTATUS NTAPI IopCreateArcNames(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
Definition: arcname.c:39
RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator
Definition: irp.c:19
short WCHAR
Definition: pedump.c:58
char CHAR
Definition: pedump.c:57
NTSTATUS NTAPI ApphelpCacheInitialize(VOID)
Definition: apphelp.c:439
NTSTATUS NTAPI PsLocateSystemDll(VOID)
Definition: psmgr.c:187
USHORT MaximumLength
Definition: env_spec_w32.h:377
PDEVICE_OBJECT PhysicalDeviceObject
Definition: iotypes.h:1011
USHORT MaximumLength
Definition: env_spec_w32.h:370
#define TAG_IO
Definition: tag.h:79
BOOLEAN NTAPI KeSetTimerEx(IN OUT PKTIMER Timer, IN LARGE_INTEGER DueTime, IN LONG Period, IN PKDPC Dpc OPTIONAL)
Definition: timerobj.c:295
VOID NTAPI KeInitializeTimerEx(OUT PKTIMER Timer, IN TIMER_TYPE Type)
Definition: timerobj.c:244
unsigned char * PUCHAR
Definition: typedefs.h:53
LONGLONG QuadPart
Definition: typedefs.h:114
#define HalInitPnpDriver
Definition: haltypes.h:310

Referenced by Phase1InitializationDiscard().

◆ IoInitVpbImplementation()

VOID NTAPI IoInitVpbImplementation ( VOID  )

◆ IoOpenFileOnDevice()

PVOID IoOpenFileOnDevice ( IN PVOID  SymbolicLink,
IN PWCHAR  Name 
)

◆ IoOpenSymlink()

PVOID IoOpenSymlink ( IN PVOID  SymbolicLink)

◆ IopAbortInterruptedIrp()

VOID NTAPI IopAbortInterruptedIrp ( IN PKEVENT  EventObject,
IN PIRP  Irp 
)

Definition at line 67 of file irp.c.

69{
71 BOOLEAN CancelResult;
73 PAGED_CODE();
74
75 /* Raise IRQL to APC */
77
78 /* Check if nobody completed it yet */
79 if (!KeReadStateEvent(EventObject))
80 {
81 /* First, cancel it */
82 CancelResult = IoCancelIrp(Irp);
84
85 /* Check if we cancelled it */
86 if (CancelResult)
87 {
88 /* Wait for the IRP to be cancelled */
89 Wait.QuadPart = -100000;
90 while (!KeReadStateEvent(EventObject))
91 {
92 /* Delay indefintely */
94 }
95 }
96 else
97 {
98 /* No cancellation done, so wait for the I/O system to kill it */
99 KeWaitForSingleObject(EventObject,
100 Executive,
102 FALSE,
103 NULL);
104 }
105 }
106 else
107 {
108 /* We got preempted, so give up */
110 }
111}
unsigned char BOOLEAN
Definition: actypes.h:127
#define KeWaitForSingleObject(pEvt, foo, a, b, c)
Definition: env_spec_w32.h:478
LONG NTAPI KeReadStateEvent(IN PKEVENT Event)
Definition: eventobj.c:121
_In_ WDFDPC _In_ BOOLEAN Wait
Definition: wdfdpc.h:170
@ Executive
Definition: ketypes.h:467

Referenced by IopFinalizeAsynchronousIo(), IopPerformSynchronousRequest(), IopQueryDeviceInformation(), IoSetInformation(), NtQueryInformationFile(), and NtSetInformationFile().

◆ IopAcquireFileObjectLock()

NTSTATUS NTAPI IopAcquireFileObjectLock ( _In_ PFILE_OBJECT  FileObject,
_In_ KPROCESSOR_MODE  AccessMode,
_In_ BOOLEAN  Alertable,
_Out_ PBOOLEAN  LockFailed 
)

Definition at line 2448 of file file.c.

2453{
2455
2456 PAGED_CODE();
2457
2459
2461 do
2462 {
2464 {
2465 break;
2466 }
2468 Executive,
2469 WaitMode,
2470 Alertable,
2471 NULL);
2472 } while (Status == STATUS_SUCCESS);
2473
2475 if (Status == STATUS_SUCCESS)
2476 {
2478 *LockFailed = FALSE;
2479 }
2480 else
2481 {
2482 if (!FileObject->Busy && FileObject->Waiters)
2483 {
2485 }
2486 *LockFailed = TRUE;
2487 }
2488
2489 return Status;
2490}
#define InterlockedIncrement
Definition: armddk.h:53
#define InterlockedExchange
Definition: armddk.h:54
#define InterlockedDecrement
Definition: armddk.h:52
#define KeSetEvent(pEvt, foo, foo2)
Definition: env_spec_w32.h:476
_In_ PVOID _In_ BOOLEAN Alertable
Definition: exfuncs.h:453
int32_t * PLONG
Definition: typedefs.h:58
#define IO_NO_INCREMENT
Definition: iotypes.h:598
#define ObReferenceObject
Definition: obfuncs.h:204

Referenced by IopLockFileObject().

◆ IopAllocateIrpMustSucceed()

PIRP NTAPI IopAllocateIrpMustSucceed ( IN CCHAR  StackSize)

Definition at line 716 of file irp.c.

717{
718 LONG i;
719 PIRP Irp;
721
722 /* Try to get an IRP */
724 if (Irp)
725 return Irp;
726
727 /* If we fail, start looping till we may get one */
728 i = LONG_MAX;
729 do {
730 i--;
731
732 /* First, sleep for 10ms */
733 Sleep.QuadPart = -10 * 1000 * 10;
735
736 /* Then, retry allocation */
738 if (Irp)
739 return Irp;
740 } while (i > 0);
741
742 return Irp;
743}
static ULONG StackSize
Definition: StackOverflow.c:21
#define LONG_MAX
Definition: limits.h:30
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
PIRP NTAPI IoAllocateIrp(IN CCHAR StackSize, IN BOOLEAN ChargeQuota)
Definition: irp.c:615
long LONG
Definition: pedump.c:60
VOID WINAPI DECLSPEC_HOTPATCH Sleep(IN DWORD dwMilliseconds)
Definition: synch.c:726

Referenced by IoCancelFileOpen(), IopCloseFile(), and IopDeleteFile().

◆ IopAllocateReserveIrp()

PIRP NTAPI IopAllocateReserveIrp ( IN CCHAR  StackSize)

Definition at line 573 of file irp.c.

574{
575 /* If we need a stack size higher than what was allocated, then fail */
577 {
578 return NULL;
579 }
580
581 /* Now, wait until the IRP becomes available and reserve it immediately */
583 {
585 Executive,
587 FALSE,
588 NULL);
589 }
590
591 /* It's ours! Initialize it */
593
594 /* And return it to the caller */
596}
VOID NTAPI IoInitializeIrp(IN PIRP Irp, IN USHORT PacketSize, IN CCHAR StackSize)
Definition: irp.c:1854
RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator
Definition: irp.c:19
volatile LONG ReserveIrpInUse
Definition: io.h:503
KEVENT WaitEvent
Definition: io.h:504
#define IoSizeOfIrp(_StackSize)

Referenced by IoPageRead().

◆ IopAssignDeviceResources()

NTSTATUS NTAPI IopAssignDeviceResources ( IN PDEVICE_NODE  DeviceNode)

Definition at line 1116 of file pnpres.c.

1118{
1120 ULONG ListSize;
1121
1123 if (!NT_SUCCESS(Status))
1124 goto ByeBye;
1125
1126 if (!DeviceNode->BootResources && !DeviceNode->ResourceRequirements)
1127 {
1128 /* No resource needed for this device */
1129 DeviceNode->ResourceList = NULL;
1130 DeviceNode->ResourceListTranslated = NULL;
1133
1134 return STATUS_SUCCESS;
1135 }
1136
1137 if (DeviceNode->BootResources)
1138 {
1139 ListSize = PnpDetermineResourceListSize(DeviceNode->BootResources);
1140
1141 DeviceNode->ResourceList = ExAllocatePool(PagedPool, ListSize);
1142 if (!DeviceNode->ResourceList)
1143 {
1145 goto ByeBye;
1146 }
1147
1148 RtlCopyMemory(DeviceNode->ResourceList, DeviceNode->BootResources, ListSize);
1149
1151 if (!NT_SUCCESS(Status))
1152 {
1153 DPRINT1("Boot resources for %wZ cause a resource conflict!\n", &DeviceNode->InstancePath);
1154 ExFreePool(DeviceNode->ResourceList);
1155 DeviceNode->ResourceList = NULL;
1156 }
1157 }
1158 else
1159 {
1160 /* We'll make this from the requirements */
1161 DeviceNode->ResourceList = NULL;
1162 }
1163
1164 /* No resources requirements */
1165 if (!DeviceNode->ResourceRequirements)
1166 goto Finish;
1167
1168 /* Call HAL to fixup our resource requirements list */
1169 HalAdjustResourceList(&DeviceNode->ResourceRequirements);
1170
1171 /* Add resource requirements that aren't in the list we already got */
1173 &DeviceNode->ResourceList);
1174 if (!NT_SUCCESS(Status))
1175 {
1176 DPRINT1("Failed to fixup a resource list from supplied resources for %wZ\n", &DeviceNode->InstancePath);
1178 goto ByeBye;
1179 }
1180
1181 /* IopFixupResourceListWithRequirements should NEVER give us a conflicting list */
1183
1184Finish:
1186 if (!NT_SUCCESS(Status))
1187 {
1189 DPRINT1("Failed to translate resources for %wZ\n", &DeviceNode->InstancePath);
1190 goto ByeBye;
1191 }
1192
1194 if (!NT_SUCCESS(Status))
1195 goto ByeBye;
1196
1198 if (!NT_SUCCESS(Status))
1199 goto ByeBye;
1200
1202
1203 return STATUS_SUCCESS;
1204
1205ByeBye:
1206 if (DeviceNode->ResourceList)
1207 {
1208 ExFreePool(DeviceNode->ResourceList);
1209 DeviceNode->ResourceList = NULL;
1210 }
1211
1212 DeviceNode->ResourceListTranslated = NULL;
1213
1214 return Status;
1215}
#define CM_PROB_TRANSLATION_FAILED
Definition: cfg.h:63
#define CM_PROB_NORMAL_CONFLICT
Definition: cfg.h:42
#define STATUS_NO_MEMORY
Definition: d3dkmdt.h:51
#define ExFreePool(addr)
Definition: env_spec_w32.h:352
#define ExAllocatePool(type, size)
Definition: fbtusb.h:44
NTSTATUS NTAPI HalAdjustResourceList(IN PIO_RESOURCE_REQUIREMENTS_LIST *ResourceList)
Definition: bus.c:26
#define ASSERT(a)
Definition: mode.c:44
@ DeviceNodeResourcesAssigned
Definition: iotypes.h:539
#define DNF_NO_RESOURCE_REQUIRED
Definition: iotypes.h:179
ULONG NTAPI PnpDetermineResourceListSize(IN PCM_RESOURCE_LIST ResourceList)
Definition: pnpmgr.c:1237
PNP_DEVNODE_STATE PiSetDevNodeState(_In_ PDEVICE_NODE DeviceNode, _In_ PNP_DEVNODE_STATE NewState)
Definition: devnode.c:108
#define STATUS_CONFLICTING_ADDRESSES
Definition: ntstatus.h:354
NTSTATUS IopUpdateResourceMapForPnPDevice(IN PDEVICE_NODE DeviceNode)
Definition: pnpres.c:961
NTSTATUS NTAPI IopFixupResourceListWithRequirements(IN PIO_RESOURCE_REQUIREMENTS_LIST RequirementsList, OUT PCM_RESOURCE_LIST *ResourceList)
Definition: pnpres.c:219
static NTSTATUS IopTranslateDeviceResources(IN PDEVICE_NODE DeviceNode)
Definition: pnpres.c:969
static NTSTATUS IopUpdateControlKeyWithResources(IN PDEVICE_NODE DeviceNode)
Definition: pnpres.c:716
static NTSTATUS IopFilterResourceRequirements(IN PDEVICE_NODE DeviceNode)
Definition: pnpres.c:773
NTSTATUS NTAPI IopDetectResourceConflict(IN PCM_RESOURCE_LIST ResourceList, IN BOOLEAN Silent, OUT OPTIONAL PCM_PARTIAL_RESOURCE_DESCRIPTOR ConflictingDescriptor)
Definition: pnpres.c:1255
#define RtlCopyMemory(Destination, Source, Length)
Definition: typedefs.h:263

Referenced by IoReportDetectedDevice(), and PiDevNodeStateMachine().

◆ IopAttachFilterDrivers()

NTSTATUS FASTCALL IopAttachFilterDrivers ( IN PDEVICE_NODE  DeviceNode,
IN HANDLE  EnumSubKey,
IN HANDLE  ClassKey,
IN BOOLEAN  Lower 
)

◆ IopBootLog()

VOID IopBootLog ( IN PUNICODE_STRING  DriverName,
IN BOOLEAN  Success 
)

◆ IopCheckVpbMounted()

PVPB NTAPI IopCheckVpbMounted ( IN POPEN_PACKET  OpenPacket,
IN PDEVICE_OBJECT  DeviceObject,
IN PUNICODE_STRING  RemainingName,
OUT PNTSTATUS  Status 
)

Definition at line 76 of file volume.c.

80{
83 PVPB Vpb = NULL;
84
85 /* Lock the VPBs */
87
88 /* Set VPB mount settings */
89 Raw = !RemainingName->Length && !OpenPacket->RelatedFileObject;
90 Alertable = (OpenPacket->CreateOptions & FILE_SYNCHRONOUS_IO_ALERT) ?
91 TRUE: FALSE;
92
93 /* Start looping until the VPB is mounted */
94 while (!(DeviceObject->Vpb->Flags & VPB_MOUNTED))
95 {
96 /* Release the lock */
98
99 /* Mount the volume */
101 Raw,
102 FALSE,
103 Alertable,
104 &Vpb);
105
106 /* Check if we failed or if we were alerted */
107 if (!(NT_SUCCESS(*Status)) ||
108 (*Status == STATUS_USER_APC) ||
110 {
111 /* Dereference the device, since IopParseDevice referenced it */
113
114 /* Check if it was a total failure */
115 if (!NT_SUCCESS(*Status)) return NULL;
116
117 /* Otherwise we were alerted */
119 return NULL;
120 }
121 /*
122 * In case IopMountVolume returns a valid VPB
123 * Then, the volume is mounted, return it
124 */
125 else if (Vpb != NULL)
126 {
127 return Vpb;
128 }
129
130 /* Re-acquire the lock */
132 }
133
134 /* Make sure the VPB isn't locked */
136 if (Vpb->Flags & VPB_LOCKED)
137 {
138 /* We're locked, so fail */
140 Vpb = NULL;
141 }
142 else
143 {
144 /* Success! Reference the VPB */
145 Vpb->ReferenceCount++;
146 }
147
148 /* Release the lock and return the VPB */
150 return Vpb;
151}
_Inout_ PFCB _Inout_ PUNICODE_STRING RemainingName
Definition: cdprocs.h:802
IN OUT PVCB IN PDEVICE_OBJECT IN PVPB Vpb
Definition: fatprocs.h:1676
#define FILE_SYNCHRONOUS_IO_ALERT
Definition: from_kernel.h:30
VOID NTAPI IopDereferenceDeviceObject(IN PDEVICE_OBJECT DeviceObject, IN BOOLEAN ForceUnload)
Definition: device.c:463
VOID NTAPI IoReleaseVpbSpinLock(IN KIRQL Irql)
Definition: volume.c:1215
NTSTATUS NTAPI IopMountVolume(IN PDEVICE_OBJECT DeviceObject, IN BOOLEAN AllowRawMount, IN BOOLEAN DeviceIsLocked, IN BOOLEAN Alertable, OUT PVPB *Vpb)
Definition: volume.c:462
VOID NTAPI IoAcquireVpbSpinLock(OUT PKIRQL Irql)
Definition: volume.c:1204
#define STATUS_ALERTED
Definition: ntstatus.h:133
#define STATUS_USER_APC
Definition: ntstatus.h:130
@ Raw
Definition: sacdrv.h:279
PVPB Vpb
Definition: cdstruc.h:511
Definition: iotypes.h:189
#define STATUS_ACCESS_DENIED
Definition: udferr_usr.h:145
#define STATUS_WRONG_VOLUME
Definition: udferr_usr.h:140
#define VPB_MOUNTED
Definition: iotypes.h:1807
#define VPB_LOCKED
Definition: iotypes.h:1808

Referenced by IopParseDevice().

◆ IopCleanupFailedIrp()

NTSTATUS NTAPI IopCleanupFailedIrp ( IN PFILE_OBJECT  FileObject,
IN PKEVENT  EventObject,
IN PVOID Buffer  OPTIONAL 
)

Definition at line 45 of file irp.c.

48{
49 PAGED_CODE();
50
51 /* Dereference the event */
52 if (EventObject) ObDereferenceObject(EventObject);
53
54 /* Free a buffer, if any */
56
57 /* If this was a file opened for synch I/O, then unlock it */
59
60 /* Now dereference it and return */
63}
static __inline VOID IopUnlockFileObject(IN PFILE_OBJECT FileObject)
Definition: io_x.h:36
#define STATUS_INSUFFICIENT_RESOURCES
Definition: udferr_usr.h:158
#define ObDereferenceObject
Definition: obfuncs.h:203

Referenced by IopDeviceFsIoControl(), IopGetSetSecurityObject(), IopQueryDeviceInformation(), IoSetInformation(), NtFlushBuffersFile(), NtLockFile(), NtNotifyChangeDirectoryFile(), NtQueryDirectoryFile(), NtQueryInformationFile(), NtQueryVolumeInformationFile(), NtReadFile(), NtSetInformationFile(), NtSetVolumeInformationFile(), NtUnlockFile(), and NtWriteFile().

◆ IopCloseFile()

VOID NTAPI IopCloseFile ( IN PEPROCESS Process  OPTIONAL,
IN PVOID  Object,
IN ACCESS_MASK  GrantedAccess,
IN ULONG  ProcessHandleCount,
IN ULONG  SystemHandleCount 
)

Definition at line 2176 of file file.c.

2181{
2182 PFILE_OBJECT FileObject = (PFILE_OBJECT)ObjectBody;
2183 KEVENT Event;
2184 PIRP Irp;
2185 PIO_STACK_LOCATION StackPtr;
2188 KIRQL OldIrql;
2190 IOTRACE(IO_FILE_DEBUG, "ObjectBody: %p\n", ObjectBody);
2191
2192 /* If this isn't the last handle for the current process, quit */
2193 if (HandleCount != 1) return;
2194
2195 /* Check if the file is locked and has more then one handle opened */
2196 if ((FileObject->LockOperation) && (SystemHandleCount != 1))
2197 {
2198 /* Check if this is a direct open or not */
2200 {
2201 /* Get the attached device */
2203 }
2204 else
2205 {
2206 /* Get the FO's device */
2208 }
2209
2210 /* Check if this is a sync FO and lock it */
2212 {
2214 }
2215
2216 /* Go the FastIO path if possible, otherwise fall back to IRP */
2217 if (DeviceObject->DriverObject->FastIoDispatch == NULL ||
2218 DeviceObject->DriverObject->FastIoDispatch->FastIoUnlockAll == NULL ||
2219 !DeviceObject->DriverObject->FastIoDispatch->FastIoUnlockAll(FileObject, PsGetCurrentProcess(), &IoStatusBlock, DeviceObject))
2220 {
2221 /* Clear and set up Events */
2222 KeClearEvent(&FileObject->Event);
2224
2225 /* Allocate an IRP */
2227
2228 /* Set it up */
2229 Irp->UserEvent = &Event;
2230 Irp->UserIosb = &Irp->IoStatus;
2231 Irp->Tail.Overlay.Thread = PsGetCurrentThread();
2232 Irp->Tail.Overlay.OriginalFileObject = FileObject;
2233 Irp->RequestorMode = KernelMode;
2234 Irp->Flags = IRP_SYNCHRONOUS_API;
2235 Irp->Overlay.AsynchronousParameters.UserApcRoutine = NULL;
2237
2238 /* Set up Stack Pointer Data */
2239 StackPtr = IoGetNextIrpStackLocation(Irp);
2241 StackPtr->MinorFunction = IRP_MN_UNLOCK_ALL;
2242 StackPtr->FileObject = FileObject;
2243
2244 /* Queue the IRP */
2246
2247 /* Call the FS Driver */
2249 if (Status == STATUS_PENDING)
2250 {
2251 /* Wait for completion */
2253 }
2254
2255 /* IO will unqueue & free for us */
2256 }
2257
2258 /* Release the lock if we were holding it */
2260 {
2262 }
2263 }
2264
2265 /* Make sure this is the last handle */
2266 if (SystemHandleCount != 1) return;
2267
2268 /* Check if this is a direct open or not */
2269 if (FileObject->Flags & FO_DIRECT_DEVICE_OPEN)
2270 {
2271 /* Get the attached device */
2273 }
2274 else
2275 {
2276 /* Get the FO's device */
2278 }
2279
2280 /* Set the handle created flag */
2281 FileObject->Flags |= FO_HANDLE_CREATED;
2282
2283 /* Check if this is a sync FO and lock it */
2284 if (Process != NULL &&
2286 {
2288 }
2289
2290 /* Clear and set up Events */
2291 KeClearEvent(&FileObject->Event);
2293
2294 /* Allocate an IRP */
2296
2297 /* Set it up */
2298 Irp->UserEvent = &Event;
2299 Irp->UserIosb = &Irp->IoStatus;
2300 Irp->Tail.Overlay.Thread = PsGetCurrentThread();
2301 Irp->Tail.Overlay.OriginalFileObject = FileObject;
2302 Irp->Overlay.AsynchronousParameters.UserApcRoutine = NULL;
2304
2305 /* Set up Stack Pointer Data */
2306 StackPtr = IoGetNextIrpStackLocation(Irp);
2307 StackPtr->MajorFunction = IRP_MJ_CLEANUP;
2308 StackPtr->FileObject = FileObject;
2309
2310 /* Queue the IRP */
2312
2313 /* Update operation counts */
2315
2316 /* Call the FS Driver */
2318 if (Status == STATUS_PENDING)
2319 {
2320 /* Wait for completion */
2322 }
2323
2324 /* Unqueue the IRP */
2328
2329 /* Free the IRP */
2330 IoFreeIrp(Irp);
2331
2332 /* Release the lock if we were holding it */
2333 if (Process != NULL &&
2335 {
2337 }
2338}
#define VOID
Definition: acefi.h:82
#define KeInitializeEvent(pEvt, foo, foo2)
Definition: env_spec_w32.h:477
VOID NTAPI KeClearEvent(IN PKEVENT Event)
Definition: eventobj.c:22
_Must_inspect_result_ _In_ PLARGE_INTEGER _In_ PLARGE_INTEGER _In_ ULONG _In_ PFILE_OBJECT _In_ PVOID Process
Definition: fsrtlfuncs.h:223
static __inline NTSTATUS IopLockFileObject(_In_ PFILE_OBJECT FileObject, _In_ KPROCESSOR_MODE WaitMode)
Definition: io_x.h:12
FORCEINLINE VOID IopQueueIrpToThread(IN PIRP Irp)
Definition: io_x.h:49
static __inline VOID IopUpdateOperationCount(IN IOP_TRANSFER_TYPE Type)
Definition: io_x.h:82
FORCEINLINE VOID IopUnQueueIrpFromThread(IN PIRP Irp)
Definition: io_x.h:66
@ SynchronizationEvent
static OUT PIO_STATUS_BLOCK IoStatusBlock
Definition: pipe.c:75
PIRP NTAPI IopAllocateIrpMustSucceed(IN CCHAR StackSize)
Definition: irp.c:716
#define IO_FILE_DEBUG
Definition: io.h:20
PDEVICE_OBJECT NTAPI IoGetRelatedDeviceObject(IN PFILE_OBJECT FileObject)
Definition: device.c:1549
PDEVICE_OBJECT NTAPI IoGetAttachedDevice(PDEVICE_OBJECT DeviceObject)
Definition: device.c:1386
#define IoCallDriver
Definition: irp.c:1225
VOID NTAPI IoFreeIrp(IN PIRP Irp)
Definition: irp.c:1666
#define IRP_MJ_LOCK_CONTROL
Definition: rdpdr.c:53
PFILE_OBJECT FileObject
Definition: iotypes.h:3171
#define STATUS_PENDING
Definition: telnetd.h:14
static ULONG HandleCount
Definition: uefidisk.c:68
__drv_aliasesMem FORCEINLINE PIO_STACK_LOCATION IoGetNextIrpStackLocation(_In_ PIRP Irp)
Definition: iofuncs.h:2695
#define IRP_MN_UNLOCK_ALL
Definition: iotypes.h:4415
#define IRP_CLOSE_OPERATION
#define FO_HANDLE_CREATED
Definition: iotypes.h:1794
#define FO_DIRECT_DEVICE_OPEN
Definition: iotypes.h:1787
* PFILE_OBJECT
Definition: iotypes.h:1998
#define IRP_MJ_CLEANUP
@ UserRequest
Definition: ketypes.h:473
#define PsGetCurrentProcess
Definition: psfuncs.h:17

Referenced by IopCreateObjectTypes(), and IopDeleteFile().

◆ IopCompleteRequest()

VOID NTAPI IopCompleteRequest ( IN PKAPC  Apc,
IN PKNORMAL_ROUTINE NormalRoutine,
IN PVOID NormalContext,
IN PVOID SystemArgument1,
IN PVOID SystemArgument2 
)

Definition at line 238 of file irp.c.

243{
245 PIRP Irp;
246 PMDL Mdl, NextMdl;
247 PVOID Port = NULL, Key = NULL;
248 BOOLEAN SignaledCreateRequest = FALSE;
249
250 /* Get data from the APC */
252 Irp = CONTAINING_RECORD(Apc, IRP, Tail.Apc);
254 "%s - Completing IRP %p for %p\n",
256 Irp,
257 FileObject);
258
259 /* Sanity check */
260 ASSERT(Irp->IoStatus.Status != (NTSTATUS)0xFFFFFFFF);
261
262 /* Check if we have a file object */
263 if (*SystemArgument2)
264 {
265 /* Check if we're reparsing */
266 if ((Irp->IoStatus.Status == STATUS_REPARSE) &&
267 (Irp->IoStatus.Information == IO_REPARSE_TAG_MOUNT_POINT))
268 {
269 PREPARSE_DATA_BUFFER ReparseData;
270
272
276
277 IopDoNameTransmogrify(Irp, FileObject, ReparseData);
278 }
279 }
280
281 /* Handle Buffered case first */
282 if (Irp->Flags & IRP_BUFFERED_IO)
283 {
284 /* Check if we have an input buffer and if we succeeded */
285 if ((Irp->Flags & IRP_INPUT_OPERATION) &&
286 (Irp->IoStatus.Status != STATUS_VERIFY_REQUIRED) &&
287 !(NT_ERROR(Irp->IoStatus.Status)))
288 {
290 {
291 /* Copy the buffer back to the user */
292 RtlCopyMemory(Irp->UserBuffer,
293 Irp->AssociatedIrp.SystemBuffer,
294 Irp->IoStatus.Information);
295 }
297 {
298 /* Fail the IRP */
299 Irp->IoStatus.Status = _SEH2_GetExceptionCode();
300 }
301 _SEH2_END;
302 }
303
304 /* Also check if we should de-allocate it */
305 if (Irp->Flags & IRP_DEALLOCATE_BUFFER)
306 {
307 /* Deallocate it */
308 ExFreePool(Irp->AssociatedIrp.SystemBuffer);
309 }
310 }
311
312 /* Now we got rid of these two... */
314
315 /* Check if there's an MDL */
316 for (Mdl = Irp->MdlAddress; Mdl; Mdl = NextMdl)
317 {
318 /* Free it */
319 NextMdl = Mdl->Next;
320 IoFreeMdl(Mdl);
321 }
322
323 /* No MDLs left */
324 Irp->MdlAddress = NULL;
325
326 /*
327 * Check if either the request was completed without any errors
328 * (but warnings are OK!), or if it was completed with an error, but
329 * did return from a pending I/O Operation and is not synchronous.
330 */
331 if (!NT_ERROR(Irp->IoStatus.Status) ||
332 (Irp->PendingReturned &&
334 {
335 /* Get any information we need from the FO before we kill it */
336 if ((FileObject) && (FileObject->CompletionContext))
337 {
338 /* Save Completion Data */
339 Port = FileObject->CompletionContext->Port;
340 Key = FileObject->CompletionContext->Key;
341 }
342
343 /* Check for UserIos */
344 if (Irp->UserIosb != NULL)
345 {
346 /* Use SEH to make sure we don't write somewhere invalid */
348 {
349 /* Save the IOSB Information */
350 *Irp->UserIosb = Irp->IoStatus;
351 }
353 {
354 /* Ignore any error */
355 }
356 _SEH2_END;
357 }
358
359 /* Check if we have an event or a file object */
360 if (Irp->UserEvent)
361 {
362 /* At the very least, this is a PKEVENT, so signal it always */
363 KeSetEvent(Irp->UserEvent, 0, FALSE);
364
365 /* Check if we also have a File Object */
366 if (FileObject)
367 {
368 /* Check if this is an Asynch API */
369 if (!(Irp->Flags & IRP_SYNCHRONOUS_API))
370 {
371 /* Dereference the event */
372 ObDereferenceObject(Irp->UserEvent);
373 }
374
375 /*
376 * Now, if this is a Synch I/O File Object, then this event is
377 * NOT an actual Executive Event, so we won't dereference it,
378 * and instead, we will signal the File Object
379 */
380 if ((FileObject->Flags & FO_SYNCHRONOUS_IO) &&
381 !(Irp->Flags & IRP_OB_QUERY_NAME))
382 {
383 /* Signal the file object and set the status */
384 KeSetEvent(&FileObject->Event, 0, FALSE);
385 FileObject->FinalStatus = Irp->IoStatus.Status;
386 }
387
388 /*
389 * This could also be a create operation, in which case we want
390 * to make sure there's no APC fired.
391 */
392 if (Irp->Flags & IRP_CREATE_OPERATION)
393 {
394 /* Clear the APC Routine and remember this */
395 Irp->Overlay.AsynchronousParameters.UserApcRoutine = NULL;
396 SignaledCreateRequest = TRUE;
397 }
398 }
399 }
400 else if (FileObject)
401 {
402 /* Signal the file object and set the status */
403 KeSetEvent(&FileObject->Event, 0, FALSE);
404 FileObject->FinalStatus = Irp->IoStatus.Status;
405
406 /*
407 * This could also be a create operation, in which case we want
408 * to make sure there's no APC fired.
409 */
410 if (Irp->Flags & IRP_CREATE_OPERATION)
411 {
412 /* Clear the APC Routine and remember this */
413 Irp->Overlay.AsynchronousParameters.UserApcRoutine = NULL;
414 SignaledCreateRequest = TRUE;
415 }
416 }
417
418 /* Update transfer count for everything but create operation */
419 if (!(Irp->Flags & IRP_CREATE_OPERATION))
420 {
421 if (Irp->Flags & IRP_WRITE_OPERATION)
422 {
423 /* Update write transfer count */
425 (ULONG)Irp->IoStatus.Information);
426 }
427 else if (Irp->Flags & IRP_READ_OPERATION)
428 {
429 /* Update read transfer count */
431 (ULONG)Irp->IoStatus.Information);
432 }
433 else
434 {
435 /* Update other transfer count */
437 (ULONG)Irp->IoStatus.Information);
438 }
439 }
440
441 /* Now that we've signaled the events, de-associate the IRP */
443
444 /* Now check if a User APC Routine was requested */
445 if (Irp->Overlay.AsynchronousParameters.UserApcRoutine)
446 {
447 /* Initialize it */
448 KeInitializeApc(&Irp->Tail.Apc,
454 Overlay.AsynchronousParameters.UserApcRoutine,
455 Irp->RequestorMode,
456 Irp->
457 Overlay.AsynchronousParameters.UserApcContext);
458
459 /* Queue it */
460 KeInsertQueueApc(&Irp->Tail.Apc, Irp->UserIosb, NULL, 2);
461 }
462 else if ((Port) &&
463 (Irp->Overlay.AsynchronousParameters.UserApcContext))
464 {
465 /* We have an I/O Completion setup... create the special Overlay */
466 Irp->Tail.CompletionKey = Key;
467 Irp->Tail.Overlay.PacketType = IopCompletionPacketIrp;
468 KeInsertQueue(Port, &Irp->Tail.Overlay.ListEntry);
469 }
470 else
471 {
472 /* Free the IRP since we don't need it anymore */
473 IoFreeIrp(Irp);
474 }
475
476 /* Check if we have a file object that wasn't part of a create */
477 if ((FileObject) && !(SignaledCreateRequest))
478 {
479 /* Dereference it, since it's not needed anymore either */
481 }
482 }
483 else
484 {
485 /*
486 * Either we didn't return from the request, or we did return but this
487 * request was synchronous.
488 */
489 if ((Irp->PendingReturned) && (FileObject))
490 {
491 /* So we did return with a synch operation, was it the IRP? */
492 if (Irp->Flags & IRP_SYNCHRONOUS_API)
493 {
494 /* Yes, this IRP was synchronous, so return the I/O Status */
495 *Irp->UserIosb = Irp->IoStatus;
496
497 /* Now check if the user gave an event */
498 if (Irp->UserEvent)
499 {
500 /* Signal it */
501 KeSetEvent(Irp->UserEvent, 0, FALSE);
502 }
503 else
504 {
505 /* No event was given, so signal the FO instead */
506 KeSetEvent(&FileObject->Event, 0, FALSE);
507 }
508 }
509 else
510 {
511 /*
512 * It's not the IRP that was synchronous, it was the FO
513 * that was opened this way. Signal its event.
514 */
515 FileObject->FinalStatus = Irp->IoStatus.Status;
516 KeSetEvent(&FileObject->Event, 0, FALSE);
517 }
518 }
519
520 /* Now that we got here, we do this for incomplete I/Os as well */
521 if ((FileObject) && !(Irp->Flags & IRP_CREATE_OPERATION))
522 {
523 /* Dereference the File Object unless this was a create */
525 }
526
527 /*
528 * Check if this was an Executive Event (remember that we know this
529 * by checking if the IRP is synchronous)
530 */
531 if ((Irp->UserEvent) &&
532 (FileObject) &&
533 !(Irp->Flags & IRP_SYNCHRONOUS_API))
534 {
535 /* This isn't a PKEVENT, so dereference it */
536 ObDereferenceObject(Irp->UserEvent);
537 }
538
539 /* Now that we've signaled the events, de-associate the IRP */
541
542 /* Free the IRP as well */
543 IoFreeIrp(Irp);
544 }
545}
#define IoFreeMdl
Definition: fxmdl.h:89
#define KeGetCurrentThread
Definition: hal.h:55
CPPORT Port[4]
Definition: headless.c:38
#define EXCEPTION_EXECUTE_HANDLER
Definition: excpt.h:90
static __inline VOID IopUpdateTransferCount(IN IOP_TRANSFER_TYPE Type, IN ULONG TransferCount)
Definition: io_x.h:116
@ CurrentApcEnvironment
Definition: ketypes.h:894
VOID(NTAPI * PKNORMAL_ROUTINE)(IN PVOID NormalContext OPTIONAL, IN PVOID SystemArgument1 OPTIONAL, IN PVOID SystemArgument2 OPTIONAL)
Definition: ketypes.h:869
VOID NTAPI IopDoNameTransmogrify(IN PIRP Irp, IN PFILE_OBJECT FileObject, IN PREPARSE_DATA_BUFFER DataBuffer)
Definition: file.c:167
#define IsIrpSynchronous(Irp, FileObject)
Definition: io.h:120
VOID NTAPI IopAbortIrpKernelApc(IN PKAPC Apc)
Definition: irp.c:37
VOID NTAPI IopFreeIrpKernelApc(IN PKAPC Apc, IN PKNORMAL_ROUTINE *NormalRoutine, IN PVOID *NormalContext, IN PVOID *SystemArgument1, IN PVOID *SystemArgument2)
Definition: irp.c:25
BOOLEAN NTAPI KeInsertQueueApc(IN PKAPC Apc, IN PVOID SystemArgument1, IN PVOID SystemArgument2, IN KPRIORITY PriorityBoost)
Definition: apc.c:735
VOID NTAPI KeInitializeApc(IN PKAPC Apc, IN PKTHREAD Thread, IN KAPC_ENVIRONMENT TargetEnvironment, IN PKKERNEL_ROUTINE KernelRoutine, IN PKRUNDOWN_ROUTINE RundownRoutine OPTIONAL, IN PKNORMAL_ROUTINE NormalRoutine, IN KPROCESSOR_MODE Mode, IN PVOID Context)
Definition: apc.c:651
LONG NTAPI KeInsertQueue(IN PKQUEUE Queue, IN PLIST_ENTRY Entry)
Definition: queue.c:198
#define STATUS_REPARSE
Definition: ntstatus.h:136
VOID NTAPI ObDereferenceObjectDeferDelete(IN PVOID Object)
Definition: obref.c:358
#define _SEH2_GetExceptionCode()
Definition: pseh2_64.h:204
#define _SEH2_EXCEPT(...)
Definition: pseh2_64.h:104
#define _SEH2_END
Definition: pseh2_64.h:194
#define _SEH2_TRY
Definition: pseh2_64.h:93
struct _REPARSE_DATA_BUFFER * PREPARSE_DATA_BUFFER
Key()
Definition: map_test.cpp:305
USHORT ReparseDataLength
Definition: shellext.h:166
#define STATUS_VERIFY_REQUIRED
Definition: udferr_usr.h:130
#define NT_ERROR(Status)
Definition: umtypes.h:106
_In_ WDFDEVICE _In_ PVOID _In_opt_ PMDL Mdl
#define IRP_DEALLOCATE_BUFFER
#define IRP_INPUT_OPERATION
#define IRP_OB_QUERY_NAME
#define IRP_WRITE_OPERATION
#define IRP_CREATE_OPERATION
#define MAXIMUM_REPARSE_DATA_BUFFER_SIZE
Definition: iotypes.h:7216
#define IRP_READ_OPERATION
#define IO_REPARSE_TAG_MOUNT_POINT
Definition: iotypes.h:7234
#define IRP_BUFFERED_IO
_In_opt_ PVOID _In_opt_ PVOID SystemArgument1
Definition: ketypes.h:740
_In_opt_ PVOID _In_opt_ PVOID _In_opt_ PVOID SystemArgument2
Definition: ketypes.h:741

Referenced by IofCompleteRequest(), IopPerformSynchronousRequest(), NtQueryInformationFile(), and NtSetInformationFile().

◆ IopCreateArcNames()

NTSTATUS NTAPI IopCreateArcNames ( IN PLOADER_PARAMETER_BLOCK  LoaderBlock)

Definition at line 39 of file arcname.c.

40{
43 CHAR Buffer[128];
44 BOOLEAN SingleDisk;
45 BOOLEAN FoundBoot = FALSE;
46 UNICODE_STRING SystemDevice, LoaderPathNameW, BootDeviceName;
47 PARC_DISK_INFORMATION ArcDiskInfo = LoaderBlock->ArcDiskInformation;
48 ANSI_STRING ArcString, LanmanRedirector, LoaderPathNameA;
49
50 /* Check if we only have one disk on the machine */
51 SingleDisk = (ArcDiskInfo->DiskSignatureListHead.Flink->Flink ==
52 &ArcDiskInfo->DiskSignatureListHead);
53
54 /* Create the firmware system loader / HAL partition global name */
55 sprintf(Buffer, "\\ArcName\\%s", LoaderBlock->ArcHalDeviceName);
56 RtlInitAnsiString(&ArcString, Buffer);
58 if (!NT_SUCCESS(Status))
59 return Status;
60
61 /* Create the OS boot partition global name */
62 sprintf(Buffer, "\\ArcName\\%s", LoaderBlock->ArcBootDeviceName);
63 RtlInitAnsiString(&ArcString, Buffer);
65 if (!NT_SUCCESS(Status))
66 return Status;
67
68 /* Allocate memory for the string */
69 Length = strlen(LoaderBlock->ArcBootDeviceName) + sizeof(ANSI_NULL);
71 Length,
72 TAG_IO);
74 {
75 /* Copy the name */
77 LoaderBlock->ArcBootDeviceName,
78 Length);
79 }
80
81 /* Check if we only found a disk, but we're booting from CD-ROM */
82 if ((SingleDisk) && strstr(LoaderBlock->ArcBootDeviceName, "cdrom"))
83 {
84 /* Then disable single-disk mode, since there's a CD drive out there */
85 SingleDisk = FALSE;
86 }
87
88 /* If we are doing remote booting */
90 {
91 /* Yes, we have found boot device */
92 FoundBoot = TRUE;
93
94 /* Get NT device name */
95 RtlInitAnsiString(&LanmanRedirector, "\\Device\\LanmanRedirector");
96 Status = RtlAnsiStringToUnicodeString(&SystemDevice, &LanmanRedirector, TRUE);
97 if (!NT_SUCCESS(Status))
98 {
99 return Status;
100 }
101
102 /* Get ARC booting device name (in net(0) something) */
103 sprintf(Buffer, "\\ArcName\\%s", LoaderBlock->ArcBootDeviceName);
104 RtlInitAnsiString(&ArcString, Buffer);
105 Status = RtlAnsiStringToUnicodeString(&BootDeviceName, &ArcString, TRUE);
106 if (NT_SUCCESS(Status))
107 {
108 /* Map ARC to NT name */
109 IoAssignArcName(&BootDeviceName, &SystemDevice);
110 RtlFreeUnicodeString(&BootDeviceName);
111
112 /* Now, get loader path name */
113 RtlInitAnsiString(&LoaderPathNameA, LoaderBlock->NtHalPathName);
114 Status = RtlAnsiStringToUnicodeString(&LoaderPathNameW, &LoaderPathNameA, TRUE);
115 if (!NT_SUCCESS(Status))
116 {
117 RtlFreeUnicodeString(&SystemDevice);
118 return Status;
119 }
120
121 /* And set it has system partition */
122 IopStoreSystemPartitionInformation(&SystemDevice, &LoaderPathNameW);
123 }
124
125 RtlFreeUnicodeString(&SystemDevice);
126
127 /* Don't quit here, even if everything went fine!
128 * We need IopCreateArcNamesDisk to properly map
129 * devices with symlinks.
130 * It will return success if the mapping process went fine
131 * even if it didn't find boot device.
132 * It won't reset boot device finding status as well.
133 */
134 }
135
136 /* Loop every disk and try to find boot disk */
137 Status = IopCreateArcNamesDisk(LoaderBlock, SingleDisk, &FoundBoot);
138 /* If it succeeded but we didn't find boot device, try to browse Cds */
139 if (NT_SUCCESS(Status) && !FoundBoot)
140 {
141 Status = IopCreateArcNamesCd(LoaderBlock);
142 }
143
144 /* Return success */
145 return Status;
146}
_ACRTIMP size_t __cdecl strlen(const char *)
Definition: string.c:1592
_ACRTIMP char *__cdecl strstr(const char *, const char *)
Definition: string.c:3415
#define sprintf
Definition: sprintf.c:45
NTSYSAPI VOID NTAPI RtlFreeUnicodeString(PUNICODE_STRING UnicodeString)
NTSYSAPI VOID NTAPI RtlInitAnsiString(PANSI_STRING DestinationString, PCSZ SourceString)
#define ANSI_NULL
_In_ ULONG _In_ ULONG _In_ ULONG Length
Definition: ntddpcm.h:102
BOOLEAN IoRemoteBootClient
Definition: init.c:70
VOID IopStoreSystemPartitionInformation(_In_ PUNICODE_STRING NtSystemPartitionDeviceName, _In_ PUNICODE_STRING OsLoaderPathName)
Definition: iorsrce.c:860
NTSTATUS NTAPI IopCreateArcNamesDisk(IN PLOADER_PARAMETER_BLOCK LoaderBlock, IN BOOLEAN SingleDisk, OUT PBOOLEAN FoundBoot)
Definition: arcname.c:413
NTSTATUS NTAPI IopCreateArcNamesCd(IN PLOADER_PARAMETER_BLOCK LoaderBlock)
Definition: arcname.c:151
UNICODE_STRING IoArcHalDeviceName
Definition: arcname.c:19
UNICODE_STRING IoArcBootDeviceName
Definition: arcname.c:19
PCHAR IoLoaderArcBootDeviceName
Definition: arcname.c:20
LIST_ENTRY DiskSignatureListHead
Definition: arc.h:356
ULONG_PTR SIZE_T
Definition: typedefs.h:80
#define IoAssignArcName(_ArcName, _DeviceName)

Referenced by IoInitSystem().

◆ IopCreateDeviceKeyPath()

NTSTATUS NTAPI IopCreateDeviceKeyPath ( IN PCUNICODE_STRING  RegistryPath,
IN ULONG  CreateOptions,
OUT PHANDLE  Handle 
)

Definition at line 522 of file pnpmgr.c.

525{
527 HANDLE hParent = NULL, hKey;
530 PCWSTR Current, Last;
533
534 /* Assume failure */
535 *Handle = NULL;
536
537 /* Open root key for device instances */
539 if (!NT_SUCCESS(Status))
540 {
541 DPRINT1("ZwOpenKey('%wZ') failed with status 0x%08lx\n", &EnumU, Status);
542 return Status;
543 }
544
545 Current = KeyName.Buffer = RegistryPath->Buffer;
546 Last = &RegistryPath->Buffer[RegistryPath->Length / sizeof(WCHAR)];
547
548 /* Go up to the end of the string */
549 while (Current <= Last)
550 {
551 if (Current != Last && *Current != L'\\')
552 {
553 /* Not the end of the string and not a separator */
554 Current++;
555 continue;
556 }
557
558 /* Prepare relative key name */
559 Length = (USHORT)((ULONG_PTR)Current - (ULONG_PTR)KeyName.Buffer);
560 KeyName.MaximumLength = KeyName.Length = Length;
561 DPRINT("Create '%wZ'\n", &KeyName);
562
563 /* Open key */
565 &KeyName,
567 hParent,
568 NULL);
569 Status = ZwCreateKey(&hKey,
570 Current == Last ? KEY_ALL_ACCESS : KEY_CREATE_SUB_KEY,
572 0,
573 NULL,
575 NULL);
576
577 /* Close parent key handle, we don't need it anymore */
578 if (hParent)
579 ZwClose(hParent);
580
581 /* Key opening/creating failed? */
582 if (!NT_SUCCESS(Status))
583 {
584 DPRINT1("ZwCreateKey('%wZ') failed with status 0x%08lx\n", &KeyName, Status);
585 return Status;
586 }
587
588 /* Check if it is the end of the string */
589 if (Current == Last)
590 {
591 /* Yes, return success */
592 *Handle = hKey;
593 return STATUS_SUCCESS;
594 }
595
596 /* Start with this new parent key */
597 hParent = hKey;
598 Current++;
599 KeyName.Buffer = (PWSTR)Current;
600 }
601
602 return STATUS_UNSUCCESSFUL;
603}
IN PUNICODE_STRING IN POBJECT_ATTRIBUTES ObjectAttributes
Definition: conport.c:36
#define RTL_CONSTANT_STRING(s)
Definition: combase.c:35
#define L(x)
Definition: resources.c:13
FxAutoRegKey hKey
ULONG Handle
Definition: gdb_input.c:15
#define InitializeObjectAttributes(p, n, a, r, s)
Definition: reg.c:106
NTSYSAPI NTSTATUS NTAPI ZwClose(_In_ HANDLE Handle)
#define KEY_ALL_ACCESS
Definition: nt_native.h:1044
#define KEY_CREATE_SUB_KEY
Definition: nt_native.h:1021
#define ENUM_ROOT
Definition: io.h:53
unsigned short USHORT
Definition: pedump.c:61
NTSTATUS NTAPI IopOpenRegistryKeyEx(PHANDLE KeyHandle, HANDLE ParentKey, PUNICODE_STRING Name, ACCESS_MASK DesiredAccess)
Definition: pnpmgr.c:885
#define OBJ_KERNEL_HANDLE
Definition: winternl.h:231
#define OBJ_CASE_INSENSITIVE
Definition: winternl.h:228
#define DPRINT
Definition: sndvol32.h:73
uint16_t * PWSTR
Definition: typedefs.h:56
const uint16_t * PCWSTR
Definition: typedefs.h:57
#define STATUS_UNSUCCESSFUL
Definition: udferr_usr.h:132
_Must_inspect_result_ _In_ WDFDEVICE _In_ PCUNICODE_STRING KeyName
Definition: wdfdevice.h:2705
_Must_inspect_result_ _In_ PDRIVER_OBJECT _In_ PCUNICODE_STRING RegistryPath
Definition: wdfdriver.h:215
_Must_inspect_result_ _In_opt_ WDFKEY _In_ PCUNICODE_STRING _In_ ACCESS_MASK _In_ ULONG CreateOptions
Definition: wdfregistry.h:118

Referenced by IopInstallCriticalDevice(), IopQueryDeviceCapabilities(), IoReportDetectedDevice(), PiControlInitializeDevice(), and PiInitializeDevNode().

◆ IopCreateRegistryKeyEx()

NTSTATUS NTAPI IopCreateRegistryKeyEx ( OUT PHANDLE  Handle,
IN HANDLE BaseHandle  OPTIONAL,
IN PUNICODE_STRING  KeyName,
IN ACCESS_MASK  DesiredAccess,
IN ULONG  CreateOptions,
OUT PULONG Disposition  OPTIONAL 
)

◆ IopCreateVpb()

NTSTATUS NTAPI IopCreateVpb ( IN PDEVICE_OBJECT  DeviceObject)

Definition at line 158 of file volume.c.

159{
160 PVPB Vpb;
161
162 /* Allocate the Vpb */
164 sizeof(VPB),
165 TAG_VPB);
167
168 /* Clear it so we don't waste time manually */
169 RtlZeroMemory(Vpb, sizeof(VPB));
170
171 /* Set the Header and Device Field */
172 Vpb->Type = IO_TYPE_VPB;
173 Vpb->Size = sizeof(VPB);
174 Vpb->RealDevice = DeviceObject;
175
176 /* Link it to the Device Object */
177 DeviceObject->Vpb = Vpb;
178 return STATUS_SUCCESS;
179}
#define TAG_VPB
Definition: cdprocs.h:106
#define NonPagedPool
Definition: env_spec_w32.h:307
#define RtlZeroMemory(Destination, Length)
Definition: typedefs.h:262
#define IO_TYPE_VPB
struct _VPB VPB

Referenced by IoCreateDevice(), and IoVerifyVolume().

◆ IopDeleteDevice()

VOID NTAPI IopDeleteDevice ( IN PVOID  ObjectBody)

Definition at line 52 of file device.c.

53{
54 PDEVICE_OBJECT DeviceObject = ObjectBody;
56 PAGED_CODE();
57
58 /* Cleanup and free the device node */
59 if (DeviceNode)
61
62 /* Dereference the driver object, referenced in IoCreateDevice */
63 if (DeviceObject->DriverObject)
64 ObDereferenceObject(DeviceObject->DriverObject);
65}
PDEVICE_NODE FASTCALL IopGetDeviceNode(IN PDEVICE_OBJECT DeviceObject)
NTSTATUS IopFreeDeviceNode(IN PDEVICE_NODE DeviceNode)

Referenced by IopCreateObjectTypes().

◆ IopDeleteDriver()

VOID NTAPI IopDeleteDriver ( IN PVOID  ObjectBody)

Definition at line 77 of file driver.c.

78{
79 PDRIVER_OBJECT DriverObject = ObjectBody;
80 PIO_CLIENT_EXTENSION DriverExtension, NextDriverExtension;
81 PAGED_CODE();
82
83 DPRINT1("Deleting driver object '%wZ'\n", &DriverObject->DriverName);
84
85 /* There must be no device objects remaining at this point */
86 ASSERT(!DriverObject->DeviceObject);
87
88 /* Get the extension and loop them */
89 DriverExtension = IoGetDrvObjExtension(DriverObject)->ClientDriverExtension;
90 while (DriverExtension)
91 {
92 /* Get the next one */
93 NextDriverExtension = DriverExtension->NextExtension;
95
96 /* Move on */
97 DriverExtension = NextDriverExtension;
98 }
99
100 /* Check if the driver image is still loaded */
101 if (DriverObject->DriverSection)
102 {
103 /* Unload it */
104 MmUnloadSystemImage(DriverObject->DriverSection);
105 }
106
107 /* Check if it has a name */
108 if (DriverObject->DriverName.Buffer)
109 {
110 /* Free it */
111 ExFreePool(DriverObject->DriverName.Buffer);
112 }
113
114 /* Check if it has a service key name */
115 if (DriverObject->DriverExtension->ServiceKeyName.Buffer)
116 {
117 /* Free it */
118 ExFreePool(DriverObject->DriverExtension->ServiceKeyName.Buffer);
119 }
120}
#define ExFreePoolWithTag(_P, _T)
Definition: module.h:1109
#define IoGetDrvObjExtension(DriverObject)
Definition: io.h:135
NTSTATUS NTAPI MmUnloadSystemImage(IN PVOID ImageHandle)
Definition: sysldr.c:945
PPCI_DRIVER_EXTENSION DriverExtension
Definition: pci.c:31
#define TAG_DRIVER_EXTENSION
Definition: tag.h:61

Referenced by IopCreateObjectTypes().

◆ IopDeleteFile()

VOID NTAPI IopDeleteFile ( IN PVOID  ObjectBody)

Definition at line 1352 of file file.c.

1353{
1354 PFILE_OBJECT FileObject = (PFILE_OBJECT)ObjectBody;
1355 PIRP Irp;
1356 PIO_STACK_LOCATION StackPtr;
1358 KEVENT Event;
1360 BOOLEAN DereferenceDone = FALSE;
1361 PVPB Vpb;
1362 KIRQL OldIrql;
1363 IOTRACE(IO_FILE_DEBUG, "ObjectBody: %p\n", ObjectBody);
1364
1365 /* Check if the file has a device object */
1366 if (FileObject->DeviceObject)
1367 {
1368 /* Check if this is a direct open or not */
1369 if (FileObject->Flags & FO_DIRECT_DEVICE_OPEN)
1370 {
1371 /* Get the attached device */
1373 }
1374 else
1375 {
1376 /* Use the file object's device object */
1378 }
1379
1380 /* Sanity check */
1381 ASSERT(!(FileObject->Flags & FO_SYNCHRONOUS_IO) ||
1383
1384 /* Check if the handle wasn't created yet */
1385 if (!(FileObject->Flags & FO_HANDLE_CREATED))
1386 {
1387 /* Send the cleanup IRP */
1388 IopCloseFile(NULL, ObjectBody, 0, 1, 1);
1389 }
1390
1391 /* Clear and set up Events */
1392 KeClearEvent(&FileObject->Event);
1394
1395 /* Allocate an IRP */
1397
1398 /* Set it up */
1399 Irp->UserEvent = &Event;
1400 Irp->UserIosb = &Irp->IoStatus;
1401 Irp->Tail.Overlay.Thread = PsGetCurrentThread();
1402 Irp->Tail.Overlay.OriginalFileObject = FileObject;
1404
1405 /* Set up Stack Pointer Data */
1406 StackPtr = IoGetNextIrpStackLocation(Irp);
1407 StackPtr->MajorFunction = IRP_MJ_CLOSE;
1408 StackPtr->FileObject = FileObject;
1409
1410 /* Queue the IRP */
1412
1413 /* Get the VPB and check if this isn't a direct open */
1414 Vpb = FileObject->Vpb;
1415 if ((Vpb) && !(FileObject->Flags & FO_DIRECT_DEVICE_OPEN))
1416 {
1417 /* Dereference the VPB before the close */
1418 InterlockedDecrement((PLONG)&Vpb->ReferenceCount);
1419 }
1420
1421 /* Check if the FS will never disappear by itself */
1422 if (FileObject->DeviceObject->Flags & DO_NEVER_LAST_DEVICE)
1423 {
1424 /* Dereference it */
1425 InterlockedDecrement(&FileObject->DeviceObject->ReferenceCount);
1426 DereferenceDone = TRUE;
1427 }
1428
1429 /* Call the FS Driver */
1431 if (Status == STATUS_PENDING)
1432 {
1433 /* Wait for completion */
1435 }
1436
1437 /* De-queue the IRP */
1441
1442 /* Free the IRP */
1443 IoFreeIrp(Irp);
1444
1445 /* Clear the file name */
1446 if (FileObject->FileName.Buffer)
1447 {
1448 /*
1449 * Don't use TAG_IO_NAME since the FileObject's FileName
1450 * may have been re-allocated using a different tag
1451 * by a filesystem.
1452 */
1453 ExFreePoolWithTag(FileObject->FileName.Buffer, 0);
1454 FileObject->FileName.Buffer = NULL;
1455 }
1456
1457 /* Check if the FO had a completion port */
1458 if (FileObject->CompletionContext)
1459 {
1460 /* Free it */
1461 ObDereferenceObject(FileObject->CompletionContext->Port);
1462 ExFreePool(FileObject->CompletionContext);
1463 }
1464
1465 /* Check if the FO had extension */
1467 {
1468 /* Release filter context structure if any */
1470 }
1471
1472 /* Check if dereference has been done yet */
1473 if (!DereferenceDone)
1474 {
1475 /* Dereference device object */
1477 }
1478 }
1479}
#define DO_NEVER_LAST_DEVICE
Definition: env_spec_w32.h:402
VOID NTAPI FsRtlPTeardownPerFileObjectContexts(IN PFILE_OBJECT FileObject)
Definition: filtrctx.c:28
VOID NTAPI IopCloseFile(IN PEPROCESS Process OPTIONAL, IN PVOID ObjectBody, IN ACCESS_MASK GrantedAccess, IN ULONG HandleCount, IN ULONG SystemHandleCount)
Definition: file.c:2176
#define IRP_MJ_CLOSE
Definition: rdpdr.c:45

Referenced by IopCreateObjectTypes(), and IopParseDevice().

◆ IopDeleteIoCompletion()

VOID NTAPI IopDeleteIoCompletion ( PVOID  ObjectBody)

Definition at line 100 of file iocomp.c.

101{
102 PKQUEUE Queue = ObjectBody;
103 PLIST_ENTRY FirstEntry;
104 PLIST_ENTRY CurrentEntry;
105 PIRP Irp;
107
108 /* Rundown the Queue */
109 FirstEntry = KeRundownQueue(Queue);
110 if (FirstEntry)
111 {
112 /* Loop the packets */
113 CurrentEntry = FirstEntry;
114 do
115 {
116 /* Get the Packet */
117 Packet = CONTAINING_RECORD(CurrentEntry,
119 ListEntry);
120
121 /* Go to next Entry */
122 CurrentEntry = CurrentEntry->Flink;
123
124 /* Check if it's part of an IRP, or a separate packet */
125 if (Packet->PacketType == IopCompletionPacketIrp)
126 {
127 /* Get the IRP and free it */
128 Irp = CONTAINING_RECORD(Packet, IRP, Tail.Overlay.ListEntry);
129 IoFreeIrp(Irp);
130 }
131 else
132 {
133 /* Use common routine */
135 }
136 } while (FirstEntry != CurrentEntry);
137 }
138}
VOID NTAPI IopFreeMiniPacket(PIOP_MINI_COMPLETION_PACKET Packet)
Definition: iocomp.c:63
_In_ NDIS_HANDLE _In_ PNDIS_PACKET Packet
Definition: ndis.h:1549
PLIST_ENTRY NTAPI KeRundownQueue(IN PKQUEUE Queue)
Definition: queue.c:438
_Must_inspect_result_ _In_ WDFDEVICE _In_ PIRP _In_ WDFQUEUE Queue
Definition: wdfdevice.h:2231

Referenced by IopCreateObjectTypes().

◆ IopDereferenceDeviceObject()

VOID NTAPI IopDereferenceDeviceObject ( IN PDEVICE_OBJECT  DeviceObject,
IN BOOLEAN  ForceUnload 
)

Definition at line 463 of file device.c.

465{
466 /* Sanity check */
467 ASSERT(DeviceObject->ReferenceCount);
468
469 /* Dereference the device */
470 InterlockedDecrement(&DeviceObject->ReferenceCount);
471
472 /*
473 * Check if we can unload it and it's safe to unload (or if we're forcing
474 * an unload, which is OK too).
475 */
476 ASSERT(!ForceUnload);
477 if (!(DeviceObject->ReferenceCount) &&
479 {
480 /* Unload it */
482 }
483}
#define DOE_DELETE_PENDING
Definition: iotypes.h:150
#define IoGetDevObjExtension(DeviceObject)
Definition: io.h:128
VOID NTAPI IopUnloadDevice(IN PDEVICE_OBJECT DeviceObject)
Definition: device.c:391

Referenced by IoCreateStreamFileObjectEx(), IoCreateStreamFileObjectLite(), IopCheckVpbMounted(), IopDeleteFile(), and IopParseDevice().

◆ IopDereferenceVpbAndFree()

VOID NTAPI IopDereferenceVpbAndFree ( IN PVPB  Vpb)

Definition at line 186 of file volume.c.

187{
189
190 /* Lock the VPBs and decrease references */
192 Vpb->ReferenceCount--;
193
194 /* Check if we're out of references */
195 if (!Vpb->ReferenceCount && Vpb->RealDevice->Vpb == Vpb &&
196 !(Vpb->Flags & VPB_PERSISTENT))
197 {
198 /* Release VPB lock */
200
201 /* And free VPB */
203 }
204 else
205 {
206 /* Release VPB lock */
208 }
209}
#define VPB_PERSISTENT
Definition: iotypes.h:1809

Referenced by IopParseDevice(), and IoVerifyVolume().

◆ IopDetectResourceConflict()

NTSTATUS NTAPI IopDetectResourceConflict ( IN PCM_RESOURCE_LIST  ResourceList,
IN BOOLEAN  Silent,
OUT OPTIONAL PCM_PARTIAL_RESOURCE_DESCRIPTOR  ConflictingDescriptor 
)

Definition at line 1255 of file pnpres.c.

1259{
1262 HANDLE ResourceMapKey = NULL, ChildKey2 = NULL, ChildKey3 = NULL;
1263 ULONG KeyInformationLength, RequiredLength, KeyValueInformationLength, KeyNameInformationLength;
1264 PKEY_BASIC_INFORMATION KeyInformation;
1265 PKEY_VALUE_PARTIAL_INFORMATION KeyValueInformation;
1267 ULONG ChildKeyIndex1 = 0, ChildKeyIndex2, ChildKeyIndex3;
1269
1270 RtlInitUnicodeString(&KeyName, L"\\Registry\\Machine\\HARDWARE\\RESOURCEMAP");
1272 &KeyName,
1274 NULL,
1275 NULL);
1276 Status = ZwOpenKey(&ResourceMapKey, KEY_ENUMERATE_SUB_KEYS | KEY_QUERY_VALUE, &ObjectAttributes);
1277 if (!NT_SUCCESS(Status))
1278 {
1279 /* The key is missing which means we are the first device */
1280 return STATUS_SUCCESS;
1281 }
1282
1283 while (TRUE)
1284 {
1285 Status = ZwEnumerateKey(ResourceMapKey,
1286 ChildKeyIndex1,
1288 NULL,
1289 0,
1292 break;
1294 {
1295 KeyInformationLength = RequiredLength;
1296 KeyInformation = ExAllocatePoolWithTag(PagedPool,
1297 KeyInformationLength,
1298 TAG_IO);
1299 if (!KeyInformation)
1300 {
1302 goto cleanup;
1303 }
1304
1305 Status = ZwEnumerateKey(ResourceMapKey,
1306 ChildKeyIndex1,
1308 KeyInformation,
1309 KeyInformationLength,
1311 }
1312 else
1313 goto cleanup;
1314 ChildKeyIndex1++;
1315 if (!NT_SUCCESS(Status))
1316 {
1317 ExFreePoolWithTag(KeyInformation, TAG_IO);
1318 goto cleanup;
1319 }
1320
1321 KeyName.Buffer = KeyInformation->Name;
1322 KeyName.MaximumLength = KeyName.Length = (USHORT)KeyInformation->NameLength;
1324 &KeyName,
1326 ResourceMapKey,
1327 NULL);
1328 Status = ZwOpenKey(&ChildKey2,
1331 ExFreePoolWithTag(KeyInformation, TAG_IO);
1332 if (!NT_SUCCESS(Status))
1333 goto cleanup;
1334
1335 ChildKeyIndex2 = 0;
1336 while (TRUE)
1337 {
1338 Status = ZwEnumerateKey(ChildKey2,
1339 ChildKeyIndex2,
1341 NULL,
1342 0,
1345 break;
1346 else if (Status == STATUS_BUFFER_TOO_SMALL)
1347 {
1348 KeyInformationLength = RequiredLength;
1349 KeyInformation = ExAllocatePoolWithTag(PagedPool,
1350 KeyInformationLength,
1351 TAG_IO);
1352 if (!KeyInformation)
1353 {
1355 goto cleanup;
1356 }
1357
1358 Status = ZwEnumerateKey(ChildKey2,
1359 ChildKeyIndex2,
1361 KeyInformation,
1362 KeyInformationLength,
1364 }
1365 else
1366 goto cleanup;
1367 ChildKeyIndex2++;
1368 if (!NT_SUCCESS(Status))
1369 {
1370 ExFreePoolWithTag(KeyInformation, TAG_IO);
1371 goto cleanup;
1372 }
1373
1374 KeyName.Buffer = KeyInformation->Name;
1375 KeyName.MaximumLength = KeyName.Length = (USHORT)KeyInformation->NameLength;
1377 &KeyName,
1379 ChildKey2,
1380 NULL);
1381 Status = ZwOpenKey(&ChildKey3, KEY_QUERY_VALUE, &ObjectAttributes);
1382 ExFreePoolWithTag(KeyInformation, TAG_IO);
1383 if (!NT_SUCCESS(Status))
1384 goto cleanup;
1385
1386 ChildKeyIndex3 = 0;
1387 while (TRUE)
1388 {
1389 Status = ZwEnumerateValueKey(ChildKey3,
1390 ChildKeyIndex3,
1392 NULL,
1393 0,
1396 break;
1397 else if (Status == STATUS_BUFFER_TOO_SMALL)
1398 {
1399 KeyValueInformationLength = RequiredLength;
1400 KeyValueInformation = ExAllocatePoolWithTag(PagedPool,
1401 KeyValueInformationLength,
1402 TAG_IO);
1403 if (!KeyValueInformation)
1404 {
1406 goto cleanup;
1407 }
1408
1409 Status = ZwEnumerateValueKey(ChildKey3,
1410 ChildKeyIndex3,
1412 KeyValueInformation,
1413 KeyValueInformationLength,
1415 }
1416 else
1417 goto cleanup;
1418 if (!NT_SUCCESS(Status))
1419 {
1420 ExFreePoolWithTag(KeyValueInformation, TAG_IO);
1421 goto cleanup;
1422 }
1423
1424 Status = ZwEnumerateValueKey(ChildKey3,
1425 ChildKeyIndex3,
1427 NULL,
1428 0,
1431 {
1432 KeyNameInformationLength = RequiredLength;
1434 KeyNameInformationLength + sizeof(WCHAR),
1435 TAG_IO);
1436 if (!KeyNameInformation)
1437 {
1439 goto cleanup;
1440 }
1441
1442 Status = ZwEnumerateValueKey(ChildKey3,
1443 ChildKeyIndex3,
1446 KeyNameInformationLength,
1448 }
1449 else
1450 goto cleanup;
1451 ChildKeyIndex3++;
1452 if (!NT_SUCCESS(Status))
1453 {
1455 goto cleanup;
1456 }
1457
1458 KeyNameInformation->Name[KeyNameInformation->NameLength / sizeof(WCHAR)] = UNICODE_NULL;
1459
1460 /* Skip translated entries */
1461 if (wcsstr(KeyNameInformation->Name, L".Translated"))
1462 {
1464 ExFreePoolWithTag(KeyValueInformation, TAG_IO);
1465 continue;
1466 }
1467
1469
1471 (PCM_RESOURCE_LIST)KeyValueInformation->Data,
1472 Silent,
1473 ConflictingDescriptor))
1474 {
1475 ExFreePoolWithTag(KeyValueInformation, TAG_IO);
1477 goto cleanup;
1478 }
1479
1480 ExFreePoolWithTag(KeyValueInformation, TAG_IO);
1481 }
1482 }
1483 }
1484
1485cleanup:
1486 if (ResourceMapKey != NULL)
1487 ObCloseHandle(ResourceMapKey, KernelMode);
1488 if (ChildKey2 != NULL)
1489 ObCloseHandle(ChildKey2, KernelMode);
1490 if (ChildKey3 != NULL)
1491 ObCloseHandle(ChildKey3, KernelMode);
1492
1495
1496 return Status;
1497}
static void cleanup(void)
Definition: main.c:1335
_ACRTIMP wchar_t *__cdecl wcsstr(const wchar_t *, const wchar_t *)
Definition: wcs.c:2993
@ KeyBasicInformation
Definition: nt_native.h:1134
@ KeyValueBasicInformation
Definition: nt_native.h:1183
@ KeyValuePartialInformation
Definition: nt_native.h:1185
NTSYSAPI VOID NTAPI RtlInitUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
#define KEY_QUERY_VALUE
Definition: nt_native.h:1019
#define KEY_ENUMERATE_SUB_KEYS
Definition: nt_native.h:1022
#define UNICODE_NULL
#define STATUS_NO_MORE_ENTRIES
Definition: ntstatus.h:285
NTSTATUS NTAPI ObCloseHandle(IN HANDLE Handle, IN KPROCESSOR_MODE AccessMode)
Definition: obhandle.c:3379
static BOOLEAN IopCheckForResourceConflict(IN PCM_RESOURCE_LIST ResourceList1, IN PCM_RESOURCE_LIST ResourceList2, IN BOOLEAN Silent, OUT OPTIONAL PCM_PARTIAL_RESOURCE_DESCRIPTOR ConflictingDescriptor)
Definition: pnpres.c:1219
#define STATUS_BUFFER_TOO_SMALL
Definition: shellext.h:69
#define STATUS_BUFFER_OVERFLOW
Definition: shellext.h:66
_Must_inspect_result_ _In_ WDFIORESREQLIST _In_opt_ PWDF_OBJECT_ATTRIBUTES _Out_ WDFIORESLIST * ResourceList
Definition: wdfresource.h:309
@ KeyNameInformation
Definition: winternl.h:1852
_In_ ULONG _Out_opt_ PULONG RequiredLength
Definition: wmifuncs.h:30

Referenced by IopAssignDeviceResources(), IopCheckDescriptorForConflict(), IoReportResourceForDetection(), and IoReportResourceUsage().

◆ IopDoNameTransmogrify()

VOID NTAPI IopDoNameTransmogrify ( IN PIRP  Irp,
IN PFILE_OBJECT  FileObject,
IN PREPARSE_DATA_BUFFER  DataBuffer 
)

Definition at line 167 of file file.c.

170{
174 PWSTR NewBuffer;
175
176 PAGED_CODE();
177
178 ASSERT(Irp->IoStatus.Status == STATUS_REPARSE);
179 ASSERT(Irp->IoStatus.Information == IO_REPARSE_TAG_MOUNT_POINT);
180 ASSERT(Irp->Tail.Overlay.AuxiliaryBuffer != NULL);
181 ASSERT(DataBuffer != NULL);
182 ASSERT(DataBuffer->ReparseTag == IO_REPARSE_TAG_MOUNT_POINT);
183 ASSERT(DataBuffer->ReparseDataLength < MAXIMUM_REPARSE_DATA_BUFFER_SIZE);
184 ASSERT(DataBuffer->Reserved < MAXIMUM_REPARSE_DATA_BUFFER_SIZE);
185
186 /* First of all, validate data */
187 if (DataBuffer->ReparseDataLength < REPARSE_DATA_BUFFER_HEADER_SIZE ||
188 (DataBuffer->SymbolicLinkReparseBuffer.PrintNameLength +
189 DataBuffer->SymbolicLinkReparseBuffer.SubstituteNameLength +
191 {
192 Irp->IoStatus.Status = STATUS_IO_REPARSE_DATA_INVALID;
193 }
194
195 /* Everything went right */
196 if (NT_SUCCESS(Irp->IoStatus.Status))
197 {
198 /* Compute buffer & length */
199 Buffer = (PWSTR)((ULONG_PTR)DataBuffer->MountPointReparseBuffer.PathBuffer +
200 DataBuffer->MountPointReparseBuffer.SubstituteNameOffset);
201 Length = DataBuffer->MountPointReparseBuffer.SubstituteNameLength;
202
203 /* Check we don't overflow */
204 if (((ULONG)MAXUSHORT - DataBuffer->Reserved) <= (Length + sizeof(UNICODE_NULL)))
205 {
206 Irp->IoStatus.Status = STATUS_IO_REPARSE_DATA_INVALID;
207 }
208 else
209 {
210 /* Compute how much memory we'll need */
211 RequiredLength = DataBuffer->Reserved + Length + sizeof(UNICODE_NULL);
212
213 /* Check if FileObject can already hold what we need */
214 if (FileObject->FileName.MaximumLength >= RequiredLength)
215 {
216 NewBuffer = FileObject->FileName.Buffer;
217 }
218 else
219 {
220 /* Allocate otherwise */
222 if (NewBuffer == NULL)
223 {
224 Irp->IoStatus.Status = STATUS_INSUFFICIENT_RESOURCES;
225 }
226 }
227 }
228 }
229
230 /* Everything went right */
231 if (NT_SUCCESS(Irp->IoStatus.Status))
232 {
233 /* Copy the reserved data */
234 if (DataBuffer->Reserved)
235 {
236 RtlMoveMemory((PWSTR)((ULONG_PTR)NewBuffer + Length),
237 (PWSTR)((ULONG_PTR)FileObject->FileName.Buffer + FileObject->FileName.Length - DataBuffer->Reserved),
238 DataBuffer->Reserved);
239 }
240
241 /* Then the buffer */
242 if (Length)
243 {
244 RtlCopyMemory(NewBuffer, Buffer, Length);
245 }
246
247 /* And finally replace buffer if new one was allocated */
248 FileObject->FileName.Length = RequiredLength - sizeof(UNICODE_NULL);
249 if (NewBuffer != FileObject->FileName.Buffer)
250 {
251 if (FileObject->FileName.Buffer)
252 {
253 /*
254 * Don't use TAG_IO_NAME since the FileObject's FileName
255 * may have been re-allocated using a different tag
256 * by a filesystem.
257 */
258 ExFreePoolWithTag(FileObject->FileName.Buffer, 0);
259 }
260
261 FileObject->FileName.Buffer = NewBuffer;
262 FileObject->FileName.MaximumLength = RequiredLength;
263 FileObject->FileName.Buffer[RequiredLength / sizeof(WCHAR) - 1] = UNICODE_NULL;
264 }
265 }
266
267 /* We don't need them anymore - it was allocated by the driver */
268 ExFreePool(DataBuffer);
269}
#define REPARSE_DATA_BUFFER_HEADER_SIZE
Definition: vista.c:17
#define STATUS_IO_REPARSE_DATA_INVALID
Definition: ntstatus.h:878
WCHAR PathBuffer[1]
Definition: shellext.h:176
#define TAG_IO_NAME
Definition: tag.h:82
#define FIELD_OFFSET(t, f)
Definition: typedefs.h:255
#define MAXUSHORT
Definition: typedefs.h:83
#define RtlMoveMemory(Destination, Source, Length)
Definition: typedefs.h:264

Referenced by IopCompleteRequest(), and IopParseDevice().

◆ IopFetchConfigurationInformation()

NTSTATUS IopFetchConfigurationInformation ( _Out_ PWSTR SymbolicLinkList,
_In_ GUID  Guid,
_In_ ULONG  ExpectedInterfaces,
_Out_ PULONG  Interfaces 
)

Definition at line 821 of file iorsrce.c.

826{
828 ULONG interfaces = 0;
829 PWSTR symbolicLinkList;
830
831 /* Get the associated enabled interfaces with the given GUID */
833 if (!NT_SUCCESS(Status))
834 {
835 /* Zero output and leave */
838
839 return STATUS_UNSUCCESSFUL;
840 }
841
842 symbolicLinkList = *SymbolicLinkList;
843
844 /* Count the number of enabled interfaces by counting the number of symbolic links */
845 while (*symbolicLinkList != UNICODE_NULL)
846 {
847 interfaces++;
848 symbolicLinkList += (wcslen(symbolicLinkList) + 1);
849 }
850
851 /* Matching result will define the result */
853 /* Finally, give back to the caller the number of found interfaces */
854 *Interfaces = interfaces;
855
856 return Status;
857}
static const CLASS_AND_INTERFACES ExpectedInterfaces[]
Definition: browseui.c:14
_ACRTIMP size_t __cdecl wcslen(const wchar_t *)
Definition: wcs.c:2983
NTSTATUS NTAPI IoGetDeviceInterfaces(IN CONST GUID *InterfaceClassGuid, IN PDEVICE_OBJECT PhysicalDeviceObject OPTIONAL, IN ULONG Flags, OUT PWSTR *SymbolicLinkList)
Definition: deviface.c:936
_Must_inspect_result_ _In_ WDFOBJECT _In_ CONST GUID * Guid
Definition: wdfobject.h:762
_In_opt_ PDEVICE_OBJECT _In_ ULONG _Outptr_result_nullonfailure_ _At_ * SymbolicLinkList(return==0, __drv_allocatesMem(Mem))) PZZWSTR *SymbolicLinkList

Referenced by IopCreateArcNamesCd(), and IopCreateArcNamesDisk().

◆ IopFixupResourceListWithRequirements()

NTSTATUS NTAPI IopFixupResourceListWithRequirements ( IN PIO_RESOURCE_REQUIREMENTS_LIST  RequirementsList,
OUT PCM_RESOURCE_LIST ResourceList 
)

Definition at line 219 of file pnpres.c.

222{
223 ULONG i, OldCount;
224 BOOLEAN AlternateRequired = FALSE;
225 PIO_RESOURCE_LIST ResList;
226
227 /* Save the initial resource count when we got here so we can restore if an alternate fails */
228 if (*ResourceList != NULL)
229 OldCount = (*ResourceList)->List[0].PartialResourceList.Count;
230 else
231 OldCount = 0;
232
233 ResList = &RequirementsList->List[0];
234 for (i = 0; i < RequirementsList->AlternativeLists; i++, ResList = IopGetNextResourceList(ResList))
235 {
236 ULONG ii;
237
238 /* We need to get back to where we were before processing the last alternative list */
239 if (OldCount == 0 && *ResourceList != NULL)
240 {
241 /* Just free it and kill the pointer */
244 }
245 else if (OldCount != 0)
246 {
247 PCM_RESOURCE_LIST NewList;
248
249 /* Let's resize it */
250 (*ResourceList)->List[0].PartialResourceList.Count = OldCount;
251
252 /* Allocate the new smaller list */
254 if (!NewList)
255 return STATUS_NO_MEMORY;
256
257 /* Copy the old stuff back */
259
260 /* Free the old one */
262
263 /* Store the pointer to the new one */
264 *ResourceList = NewList;
265 }
266
267 for (ii = 0; ii < ResList->Count; ii++)
268 {
269 ULONG iii;
270 PCM_PARTIAL_RESOURCE_LIST PartialList = (*ResourceList) ? &(*ResourceList)->List[0].PartialResourceList : NULL;
271 PIO_RESOURCE_DESCRIPTOR IoDesc = &ResList->Descriptors[ii];
272 BOOLEAN Matched = FALSE;
273
274 /* Skip alternates if we don't need one */
275 if (!AlternateRequired && (IoDesc->Option & IO_RESOURCE_ALTERNATIVE))
276 {
277 DPRINT("Skipping unneeded alternate\n");
278 continue;
279 }
280
281 /* Check if we couldn't satsify a requirement or its alternates */
282 if (AlternateRequired && !(IoDesc->Option & IO_RESOURCE_ALTERNATIVE))
283 {
284 DPRINT1("Unable to satisfy preferred resource or alternates in list %lu\n", i);
285
286 /* Break out of this loop and try the next list */
287 break;
288 }
289
290 for (iii = 0; PartialList && iii < PartialList->Count && !Matched; iii++)
291 {
292 /* Partial resource descriptors can be of variable size (CmResourceTypeDeviceSpecific),
293 but only one is allowed and it must be the last one in the list! */
294 PCM_PARTIAL_RESOURCE_DESCRIPTOR CmDesc = &PartialList->PartialDescriptors[iii];
295
296 /* First check types */
297 if (IoDesc->Type != CmDesc->Type)
298 continue;
299
300 switch (IoDesc->Type)
301 {
303 /* Make sure it satisfies our vector range */
304 if (CmDesc->u.Interrupt.Vector >= IoDesc->u.Interrupt.MinimumVector &&
305 CmDesc->u.Interrupt.Vector <= IoDesc->u.Interrupt.MaximumVector)
306 {
307 /* Found it */
308 Matched = TRUE;
309 }
310 else
311 {
312 DPRINT("Interrupt - Not a match! 0x%x not inside 0x%x to 0x%x\n",
313 CmDesc->u.Interrupt.Vector,
314 IoDesc->u.Interrupt.MinimumVector,
315 IoDesc->u.Interrupt.MaximumVector);
316 }
317 break;
318
321 /* Make sure the length matches and it satisfies our address range */
322 if (CmDesc->u.Memory.Length == IoDesc->u.Memory.Length &&
323 (ULONGLONG)CmDesc->u.Memory.Start.QuadPart >= (ULONGLONG)IoDesc->u.Memory.MinimumAddress.QuadPart &&
324 (ULONGLONG)CmDesc->u.Memory.Start.QuadPart + CmDesc->u.Memory.Length - 1 <= (ULONGLONG)IoDesc->u.Memory.MaximumAddress.QuadPart)
325 {
326 /* Found it */
327 Matched = TRUE;
328 }
329 else
330 {
331 DPRINT("Memory/Port - Not a match! 0x%I64x with length 0x%x not inside 0x%I64x to 0x%I64x with length 0x%x\n",
332 CmDesc->u.Memory.Start.QuadPart,
333 CmDesc->u.Memory.Length,
334 IoDesc->u.Memory.MinimumAddress.QuadPart,
335 IoDesc->u.Memory.MaximumAddress.QuadPart,
336 IoDesc->u.Memory.Length);
337 }
338 break;
339
341 /* Make sure the length matches and it satisfies our bus number range */
342 if (CmDesc->u.BusNumber.Length == IoDesc->u.BusNumber.Length &&
343 CmDesc->u.BusNumber.Start >= IoDesc->u.BusNumber.MinBusNumber &&
344 CmDesc->u.BusNumber.Start + CmDesc->u.BusNumber.Length - 1 <= IoDesc->u.BusNumber.MaxBusNumber)
345 {
346 /* Found it */
347 Matched = TRUE;
348 }
349 else
350 {
351 DPRINT("Bus Number - Not a match! 0x%x with length 0x%x not inside 0x%x to 0x%x with length 0x%x\n",
352 CmDesc->u.BusNumber.Start,
353 CmDesc->u.BusNumber.Length,
354 IoDesc->u.BusNumber.MinBusNumber,
355 IoDesc->u.BusNumber.MaxBusNumber,
356 IoDesc->u.BusNumber.Length);
357 }
358 break;
359
361 /* Make sure it fits in our channel range */
362 if (CmDesc->u.Dma.Channel >= IoDesc->u.Dma.MinimumChannel &&
363 CmDesc->u.Dma.Channel <= IoDesc->u.Dma.MaximumChannel)
364 {
365 /* Found it */
366 Matched = TRUE;
367 }
368 else
369 {
370 DPRINT("DMA - Not a match! 0x%x not inside 0x%x to 0x%x\n",
371 CmDesc->u.Dma.Channel,
372 IoDesc->u.Dma.MinimumChannel,
373 IoDesc->u.Dma.MaximumChannel);
374 }
375 break;
376
377 default:
378 /* Other stuff is fine */
379 Matched = TRUE;
380 break;
381 }
382 }
383
384 /* Check if we found a matching descriptor */
385 if (!Matched)
386 {
387 PCM_RESOURCE_LIST NewList;
390 BOOLEAN FoundResource = TRUE;
391
392 /* Setup the new CM descriptor */
393 NewDesc.Type = IoDesc->Type;
394 NewDesc.Flags = IoDesc->Flags;
395 NewDesc.ShareDisposition = IoDesc->ShareDisposition;
396
397 /* Let'se see if we can find a resource to satisfy this */
398 switch (IoDesc->Type)
399 {
401 /* Find an available interrupt */
402 if (!IopFindInterruptResource(IoDesc, &NewDesc))
403 {
404 DPRINT1("Failed to find an available interrupt resource (0x%x to 0x%x)\n",
405 IoDesc->u.Interrupt.MinimumVector, IoDesc->u.Interrupt.MaximumVector);
406
407 FoundResource = FALSE;
408 }
409 break;
410
412 /* Find an available port range */
413 if (!IopFindPortResource(IoDesc, &NewDesc))
414 {
415 DPRINT1("Failed to find an available port resource (0x%I64x to 0x%I64x length: 0x%x)\n",
416 IoDesc->u.Port.MinimumAddress.QuadPart, IoDesc->u.Port.MaximumAddress.QuadPart,
417 IoDesc->u.Port.Length);
418
419 FoundResource = FALSE;
420 }
421 break;
422
424 /* Find an available memory range */
425 if (!IopFindMemoryResource(IoDesc, &NewDesc))
426 {
427 DPRINT1("Failed to find an available memory resource (0x%I64x to 0x%I64x length: 0x%x)\n",
428 IoDesc->u.Memory.MinimumAddress.QuadPart, IoDesc->u.Memory.MaximumAddress.QuadPart,
429 IoDesc->u.Memory.Length);
430
431 FoundResource = FALSE;
432 }
433 break;
434
436 /* Find an available bus address range */
437 if (!IopFindBusNumberResource(IoDesc, &NewDesc))
438 {
439 DPRINT1("Failed to find an available bus number resource (0x%x to 0x%x length: 0x%x)\n",
440 IoDesc->u.BusNumber.MinBusNumber, IoDesc->u.BusNumber.MaxBusNumber,
441 IoDesc->u.BusNumber.Length);
442
443 FoundResource = FALSE;
444 }
445 break;
446
448 /* Find an available DMA channel */
449 if (!IopFindDmaResource(IoDesc, &NewDesc))
450 {
451 DPRINT1("Failed to find an available dma resource (0x%x to 0x%x)\n",
452 IoDesc->u.Dma.MinimumChannel, IoDesc->u.Dma.MaximumChannel);
453
454 FoundResource = FALSE;
455 }
456 break;
457
458 default:
459 DPRINT1("Unsupported resource type: %x\n", IoDesc->Type);
460 FoundResource = FALSE;
461 break;
462 }
463
464 /* Check if it's missing and required */
465 if (!FoundResource && IoDesc->Option == 0)
466 {
467 /* Break out of this loop and try the next list */
468 DPRINT1("Unable to satisfy required resource in list %lu\n", i);
469 break;
470 }
471 else if (!FoundResource)
472 {
473 /* Try an alternate for this preferred descriptor */
474 AlternateRequired = TRUE;
475 continue;
476 }
477 else
478 {
479 /* Move on to the next preferred or required descriptor after this one */
480 AlternateRequired = FALSE;
481 }
482
483 /* Figure out what we need */
484 if (PartialList == NULL)
485 {
486 /* We need a new list */
487 NewList = ExAllocatePool(PagedPool, sizeof(CM_RESOURCE_LIST));
488 if (!NewList)
489 return STATUS_NO_MEMORY;
490
491 /* Set it up */
492 NewList->Count = 1;
493 NewList->List[0].InterfaceType = RequirementsList->InterfaceType;
494 NewList->List[0].BusNumber = RequirementsList->BusNumber;
495 NewList->List[0].PartialResourceList.Version = 1;
496 NewList->List[0].PartialResourceList.Revision = 1;
497 NewList->List[0].PartialResourceList.Count = 1;
498
499 /* Set our pointer */
500 DescPtr = &NewList->List[0].PartialResourceList.PartialDescriptors[0];
501 }
502 else
503 {
504 /* Allocate the new larger list */
506 if (!NewList)
507 return STATUS_NO_MEMORY;
508
509 /* Copy the old stuff back */
511
512 /* Set our pointer */
513 DescPtr = &NewList->List[0].PartialResourceList.PartialDescriptors[NewList->List[0].PartialResourceList.Count];
514
515 /* Increment the descriptor count */
516 NewList->List[0].PartialResourceList.Count++;
517
518 /* Free the old list */
520 }
521
522 /* Copy the descriptor in */
523 *DescPtr = NewDesc;
524
525 /* Store the new list */
526 *ResourceList = NewList;
527 }
528 }
529
530 /* Check if we need an alternate with no resources left */
531 if (AlternateRequired)
532 {
533 DPRINT1("Unable to satisfy preferred resource or alternates in list %lu\n", i);
534
535 /* Try the next alternate list */
536 continue;
537 }
538
539 /* We're done because we satisfied one of the alternate lists */
540 return STATUS_SUCCESS;
541 }
542
543 /* We ran out of alternates */
544 DPRINT1("Out of alternate lists!\n");
545
546 /* Free the list */
547 if (*ResourceList)
548 {
551 }
552
553 /* Fail */
555}
static BOOLEAN IopFindPortResource(IN PIO_RESOURCE_DESCRIPTOR IoDesc, OUT PCM_PARTIAL_RESOURCE_DESCRIPTOR CmDesc)
Definition: pnpres.c:122
static BOOLEAN IopFindMemoryResource(IN PIO_RESOURCE_DESCRIPTOR IoDesc, OUT PCM_PARTIAL_RESOURCE_DESCRIPTOR CmDesc)
Definition: pnpres.c:84
static BOOLEAN IopFindDmaResource(IN PIO_RESOURCE_DESCRIPTOR IoDesc, OUT PCM_PARTIAL_RESOURCE_DESCRIPTOR CmDesc)
Definition: pnpres.c:160
static BOOLEAN IopFindInterruptResource(IN PIO_RESOURCE_DESCRIPTOR IoDesc, OUT PCM_PARTIAL_RESOURCE_DESCRIPTOR CmDesc)
Definition: pnpres.c:188
FORCEINLINE PIO_RESOURCE_LIST IopGetNextResourceList(_In_ const IO_RESOURCE_LIST *ResourceList)
Definition: pnpres.c:17
static BOOLEAN IopFindBusNumberResource(IN PIO_RESOURCE_DESCRIPTOR IoDesc, OUT PCM_PARTIAL_RESOURCE_DESCRIPTOR CmDesc)
Definition: pnpres.c:51
#define CmResourceTypeMemory
Definition: restypes.h:106
#define CmResourceTypeDma
Definition: restypes.h:107
#define CmResourceTypePort
Definition: restypes.h:104
#define CmResourceTypeBusNumber
Definition: restypes.h:109
#define CmResourceTypeInterrupt
Definition: restypes.h:105
CM_PARTIAL_RESOURCE_LIST PartialResourceList
Definition: restypes.h:144
INTERFACE_TYPE InterfaceType
Definition: restypes.h:142
struct _CM_PARTIAL_RESOURCE_DESCRIPTOR::@384::@390 Dma
struct _CM_PARTIAL_RESOURCE_DESCRIPTOR::@384::@387 Interrupt
struct _CM_PARTIAL_RESOURCE_DESCRIPTOR::@384::@392 BusNumber
union _CM_PARTIAL_RESOURCE_DESCRIPTOR::@384 u
struct _CM_PARTIAL_RESOURCE_DESCRIPTOR::@384::@389 Memory
CM_PARTIAL_RESOURCE_DESCRIPTOR PartialDescriptors[1]
Definition: restypes.h:100
CM_FULL_RESOURCE_DESCRIPTOR List[1]
Definition: restypes.h:149
struct _IO_RESOURCE_DESCRIPTOR::@2218::@2221 Interrupt
struct _IO_RESOURCE_DESCRIPTOR::@2218::@2225 BusNumber
struct _IO_RESOURCE_DESCRIPTOR::@2218::@2220 Memory
struct _IO_RESOURCE_DESCRIPTOR::@2218::@2219 Port
struct _IO_RESOURCE_DESCRIPTOR::@2218::@2222 Dma
union _IO_RESOURCE_DESCRIPTOR::@2218 u
uint64_t ULONGLONG
Definition: typedefs.h:67
_In_ WDFIORESREQLIST RequirementsList
Definition: wdfresource.h:65
#define IO_RESOURCE_ALTERNATIVE

Referenced by IopAssignDeviceResources(), and IopLegacyResourceAllocation().

◆ IopFreeDeviceNode()

NTSTATUS IopFreeDeviceNode ( IN PDEVICE_NODE  DeviceNode)

◆ IopGetDeviceAttachmentBase()

PDEVICE_OBJECT NTAPI IopGetDeviceAttachmentBase ( IN PDEVICE_OBJECT  DeviceObject)

Definition at line 1483 of file file.c.

1484{
1486
1487 /* Go down the stack to attempt to get the PDO */
1488 while (IoGetDevObjExtension(PDO)->AttachedTo != NULL)
1489 PDO = IoGetDevObjExtension(PDO)->AttachedTo;
1490
1491 return PDO;
1492}

Referenced by IopGetDevicePDO(), and IopVerifyDriverObjectOnStack().

◆ IopGetDeviceNode()

◆ IopGetDriverNames()

NTSTATUS IopGetDriverNames ( _In_ HANDLE  ServiceHandle,
_Out_ PUNICODE_STRING  DriverName,
_Out_opt_ PUNICODE_STRING  ServiceName 
)

Definition at line 123 of file driver.c.

127{
128 UNICODE_STRING driverName = {.Buffer = NULL}, serviceName;
131
132 PAGED_CODE();
133
134 /* 1. Check the "ObjectName" field in the driver's registry key (it has priority) */
135 status = IopGetRegistryValue(ServiceHandle, L"ObjectName", &kvInfo);
136 if (NT_SUCCESS(status))
137 {
138 /* We've got the ObjectName, use it as the driver name */
139 if ((kvInfo->Type != REG_SZ) ||
140 (kvInfo->DataLength < sizeof(UNICODE_NULL)) ||
142 ((kvInfo->DataLength % sizeof(WCHAR)) != 0))
143 {
144 DPRINT1("ObjectName invalid (Type = %lu, DataLength = %lu)\n",
145 kvInfo->Type,
146 kvInfo->DataLength);
147 ExFreePool(kvInfo);
149 }
150
151 driverName.Length = (USHORT)(kvInfo->DataLength - sizeof(UNICODE_NULL));
152 driverName.MaximumLength = kvInfo->DataLength;
154 if (!driverName.Buffer)
155 {
156 ExFreePool(kvInfo);
158 }
159
160 RtlMoveMemory(driverName.Buffer,
161 (PVOID)((ULONG_PTR)kvInfo + kvInfo->DataOffset),
162 driverName.Length);
163 driverName.Buffer[driverName.Length / sizeof(WCHAR)] = UNICODE_NULL;
164 ExFreePool(kvInfo);
165 }
166
167 /* Check whether we need to get ServiceName as well, either to construct
168 * the driver name (because we could not use "ObjectName"), or because
169 * it is requested by the caller. */
170 PKEY_BASIC_INFORMATION basicInfo = NULL;
171 if (!NT_SUCCESS(status) || ServiceName != NULL)
172 {
173 /* Retrieve the necessary buffer size */
174 ULONG infoLength;
175 status = ZwQueryKey(ServiceHandle, KeyBasicInformation, NULL, 0, &infoLength);
177 {
179 goto Cleanup;
180 }
181
182 /* Allocate the buffer and retrieve the data */
183 basicInfo = ExAllocatePoolWithTag(PagedPool, infoLength, TAG_IO);
184 if (!basicInfo)
185 {
187 goto Cleanup;
188 }
189
190 status = ZwQueryKey(ServiceHandle, KeyBasicInformation, basicInfo, infoLength, &infoLength);
191 if (!NT_SUCCESS(status))
192 {
193 goto Cleanup;
194 }
195
196 serviceName.Length = basicInfo->NameLength;
197 serviceName.MaximumLength = basicInfo->NameLength;
198 serviceName.Buffer = basicInfo->Name;
199 }
200
201 /* 2. There is no "ObjectName" - construct it ourselves. Depending on the driver type,
202 * it will be either "\Driver<ServiceName>" or "\FileSystem<ServiceName>" */
203 if (driverName.Buffer == NULL)
204 {
205 ASSERT(basicInfo); // Container for serviceName
206
207 /* Retrieve the driver type */
208 ULONG driverType;
209 status = IopGetRegistryValue(ServiceHandle, L"Type", &kvInfo);
210 if (!NT_SUCCESS(status))
211 {
212 goto Cleanup;
213 }
214 if (kvInfo->Type != REG_DWORD || kvInfo->DataLength != sizeof(ULONG))
215 {
216 ExFreePool(kvInfo);
218 goto Cleanup;
219 }
220
221 RtlMoveMemory(&driverType,
222 (PVOID)((ULONG_PTR)kvInfo + kvInfo->DataOffset),
223 sizeof(ULONG));
224 ExFreePool(kvInfo);
225
226 /* Compute the necessary driver name string size */
227 if (driverType == SERVICE_RECOGNIZER_DRIVER || driverType == SERVICE_FILE_SYSTEM_DRIVER)
228 driverName.MaximumLength = sizeof(FILESYSTEM_ROOT_NAME);
229 else
230 driverName.MaximumLength = sizeof(DRIVER_ROOT_NAME);
231
232 driverName.MaximumLength += serviceName.Length;
233 driverName.Length = 0;
234
235 /* Allocate and build it */
237 if (!driverName.Buffer)
238 {
240 goto Cleanup;
241 }
242
243 if (driverType == SERVICE_RECOGNIZER_DRIVER || driverType == SERVICE_FILE_SYSTEM_DRIVER)
245 else
247
249 }
250
251 if (ServiceName != NULL)
252 {
253 ASSERT(basicInfo); // Container for serviceName
254
255 /* Allocate a copy for the caller */
257 if (!buf)
258 {
260 goto Cleanup;
261 }
262 RtlMoveMemory(buf, serviceName.Buffer, serviceName.Length);
263 ServiceName->MaximumLength = serviceName.Length;
264 ServiceName->Length = serviceName.Length;
265 ServiceName->Buffer = buf;
266 }
267
268 *DriverName = driverName;
270
271Cleanup:
272 if (basicInfo)
273 ExFreePoolWithTag(basicInfo, TAG_IO);
274
275 if (!NT_SUCCESS(status) && driverName.Buffer)
276 ExFreePoolWithTag(driverName.Buffer, TAG_IO);
277
278 return status;
279}
static WCHAR ServiceName[]
Definition: browser.c:20
static const WCHAR Cleanup[]
Definition: register.c:80
NTSTATUS RtlAppendUnicodeToString(IN PUNICODE_STRING Str1, IN PWSTR Str2)
Definition: string_lib.cpp:62
GLenum GLuint GLenum GLsizei const GLchar * buf
Definition: glext.h:7751
#define REG_SZ
Definition: layer.c:22
#define DRIVER_ROOT_NAME
Definition: ldr.h:5
#define FILESYSTEM_ROOT_NAME
Definition: ldr.h:6
NTSYSAPI NTSTATUS NTAPI RtlAppendUnicodeStringToString(PUNICODE_STRING Destination, PUNICODE_STRING Source)
#define UNICODE_STRING_MAX_BYTES
NTSTATUS NTAPI IopGetRegistryValue(IN HANDLE Handle, IN PWSTR ValueName, OUT PKEY_VALUE_FULL_INFORMATION *Information)
Definition: pnpmgr.c:1036
#define STATUS_ILL_FORMED_SERVICE_ENTRY
Definition: ntstatus.h:682
#define REG_DWORD
Definition: sdbapi.c:615
Definition: ps.c:97
char serviceName[]
Definition: tftpd.cpp:34
uint16_t * PWCHAR
Definition: typedefs.h:56
#define SERVICE_RECOGNIZER_DRIVER
Definition: cmtypes.h:956
#define SERVICE_FILE_SYSTEM_DRIVER
Definition: cmtypes.h:954

Referenced by IopInitializeDriverModule(), and PiAttachFilterDriversCallback().

◆ IopGetFileInformation()

NTSTATUS NTAPI IopGetFileInformation ( IN PFILE_OBJECT  FileObject,
IN ULONG  Length,
IN FILE_INFORMATION_CLASS  FileInfoClass,
OUT PVOID  Buffer,
OUT PULONG  ReturnedLength 
)

Definition at line 777 of file iofunc.c.

782{
783 PIRP Irp;
789
790 PAGED_CODE();
791
792 /* Allocate an IRP */
795 Irp = IoAllocateIrp(DeviceObject->StackSize, FALSE);
796 if (Irp == NULL)
797 {
800 }
801
802 /* Init event */
804
805 /* Setup the IRP */
806 Irp->UserIosb = &IoStatusBlock;
807 Irp->UserEvent = &Event;
808 Irp->Overlay.AsynchronousParameters.UserApcRoutine = NULL;
809 Irp->RequestorMode = KernelMode;
810 Irp->AssociatedIrp.SystemBuffer = Buffer;
812 Irp->Tail.Overlay.OriginalFileObject = FileObject;
813 Irp->Tail.Overlay.Thread = PsGetCurrentThread();
814
816 Stack->MajorFunction = IRP_MJ_QUERY_INFORMATION;
817 Stack->FileObject = FileObject;
818 Stack->Parameters.QueryFile.FileInformationClass = FileInfoClass;
819 Stack->Parameters.QueryFile.Length = Length;
820
821
822 /* Queue the IRP */
824
825 /* Call the driver */
827 if (Status == STATUS_PENDING)
828 {
831 }
832
834 return Status;
835}
_In_ ULONG _In_ BATTERY_QUERY_INFORMATION_LEVEL _In_ LONG _In_ ULONG _Out_ PULONG ReturnedLength
Definition: batclass.h:188
#define IRP_MJ_QUERY_INFORMATION
Definition: rdpdr.c:48
_In_ WDFREQUEST _In_ PIO_STACK_LOCATION Stack
Definition: wdfrequest.h:639

Referenced by IopGetBasicInformationFile(), and IopQueryNameInternal().

◆ IopGetRegistryValue()

NTSTATUS NTAPI IopGetRegistryValue ( IN HANDLE  Handle,
IN PWSTR  ValueName,
OUT PKEY_VALUE_FULL_INFORMATION Information 
)

Definition at line 1036 of file pnpmgr.c.

1039{
1040 UNICODE_STRING ValueString;
1042 PKEY_VALUE_FULL_INFORMATION FullInformation;
1043 ULONG Size;
1044 PAGED_CODE();
1045
1046 RtlInitUnicodeString(&ValueString, ValueName);
1047
1048 Status = ZwQueryValueKey(Handle,
1049 &ValueString,
1051 NULL,
1052 0,
1053 &Size);
1054 if ((Status != STATUS_BUFFER_OVERFLOW) &&
1056 {
1057 return Status;
1058 }
1059
1060 FullInformation = ExAllocatePool(NonPagedPool, Size);
1061 if (!FullInformation) return STATUS_INSUFFICIENT_RESOURCES;
1062
1063 Status = ZwQueryValueKey(Handle,
1064 &ValueString,
1066 FullInformation,
1067 Size,
1068 &Size);
1069 if (!NT_SUCCESS(Status))
1070 {
1071 ExFreePool(FullInformation);
1072 return Status;
1073 }
1074
1075 *Information = FullInformation;
1076 return STATUS_SUCCESS;
1077}
@ KeyValueFullInformation
Definition: nt_native.h:1184
_Must_inspect_result_ _In_ WDFDEVICE _In_ PWDF_DEVICE_PROPERTY_DATA _In_ DEVPROPTYPE _In_ ULONG Size
Definition: wdfdevice.h:4539
_Must_inspect_result_ _In_ WDFKEY _In_ PCUNICODE_STRING ValueName
Definition: wdfregistry.h:243
_In_ WDFREQUEST _In_ NTSTATUS _In_ ULONG_PTR Information
Definition: wdfrequest.h:1049

Referenced by IoGetDeviceInterfaceAlias(), IopGetDriverNames(), IopInitializeBuiltinDriver(), IopLoadDriver(), IopSetServiceEnumData(), PiAttachFilterDriversCallback(), PiCallDriverAddDevice(), PiGetDeviceRegistryProperty(), PiInitCacheGroupInformation(), PipGetDriverTagPriority(), and PpInitGetGroupOrderIndex().

◆ IopGetRelatedTargetDevice()

NTSTATUS NTAPI IopGetRelatedTargetDevice ( IN PFILE_OBJECT  FileObject,
OUT PDEVICE_NODE DeviceNode 
)

Definition at line 654 of file device.c.

656{
659 PDEVICE_RELATIONS DeviceRelations;
661
663
664 /* Get DeviceObject related to given FileObject */
667
668 /* Define input parameters */
669 Stack.MajorFunction = IRP_MJ_PNP;
670 Stack.MinorFunction = IRP_MN_QUERY_DEVICE_RELATIONS;
671 Stack.Parameters.QueryDeviceRelations.Type = TargetDeviceRelation;
672 Stack.FileObject = FileObject;
673
674 /* Call the driver to query all relations (IRP_MJ_PNP) */
676 &Stack,
677 (PVOID)&DeviceRelations);
678 if (!NT_SUCCESS(Status)) return Status;
679
680 /* Make sure it's not NULL and contains only one object */
681 ASSERT(DeviceRelations);
682 ASSERT(DeviceRelations->Count == 1);
683
684 /* Finally get the device node */
685 *DeviceNode = IopGetDeviceNode(DeviceRelations->Objects[0]);
687
688 /* Free the DEVICE_RELATIONS structure, it's not needed anymore */
689 ExFreePool(DeviceRelations);
690
691 return Status;
692}
#define IRP_MJ_PNP
Definition: cdrw_usr.h:52
NTSTATUS IopSynchronousCall(IN PDEVICE_OBJECT DeviceObject, IN PIO_STACK_LOCATION IoStackLocation, OUT PVOID *Information)
PDEVICE_OBJECT Objects[1]
Definition: iotypes.h:2165
#define STATUS_NO_SUCH_DEVICE
Definition: udferr_usr.h:136
@ TargetDeviceRelation
Definition: iotypes.h:2158
#define IRP_MN_QUERY_DEVICE_RELATIONS

Referenced by IoGetRelatedTargetDevice(), and IoRegisterPlugPlayNotification().

◆ IopGetSetSecurityObject()

NTSTATUS NTAPI IopGetSetSecurityObject ( IN PVOID  ObjectBody,
IN SECURITY_OPERATION_CODE  OperationCode,
IN PSECURITY_INFORMATION  SecurityInformation,
IN OUT PSECURITY_DESCRIPTOR  SecurityDescriptor,
IN OUT PULONG  BufferLength,
OUT PSECURITY_DESCRIPTOR OldSecurityDescriptor,
IN POOL_TYPE  PoolType,
IN OUT PGENERIC_MAPPING  GenericMapping 
)

Referenced by IopCreateObjectTypes().

◆ IopGetSystemPowerDeviceObject()

NTSTATUS IopGetSystemPowerDeviceObject ( IN PDEVICE_OBJECT DeviceObject)

Referenced by PopSetSystemPowerState().

◆ IopInitBootLog()

VOID IopInitBootLog ( IN BOOLEAN  StartBootLog)

◆ IopInitDriverImplementation()

VOID IopInitDriverImplementation ( VOID  )

◆ IopInitErrorLog()

VOID NTAPI IopInitErrorLog ( VOID  )

◆ IopInitializeBootDrivers()

VOID FASTCALL IopInitializeBootDrivers ( VOID  )

Definition at line 1035 of file driver.c.

1036{
1037 PLIST_ENTRY ListHead, NextEntry, NextEntry2;
1038 PLDR_DATA_TABLE_ENTRY LdrEntry;
1040 UNICODE_STRING DriverName;
1041 ULONG i, Index;
1042 PDRIVER_INFORMATION DriverInfo, DriverInfoTag;
1044 PBOOT_DRIVER_LIST_ENTRY BootEntry;
1045 DPRINT("IopInitializeBootDrivers()\n");
1046
1047 /* Create the RAW FS built-in driver */
1048 RtlInitUnicodeString(&DriverName, L"\\FileSystem\\RAW");
1049
1050 Status = IoCreateDriver(&DriverName, RawFsDriverEntry);
1051 if (!NT_SUCCESS(Status))
1052 {
1053 /* Fail */
1054 return;
1055 }
1056
1057 /* Get highest group order index */
1059 if (IopGroupIndex == 0xFFFF)
1060 {
1062 }
1063
1064 /* Allocate the group table */
1066 IopGroupIndex * sizeof(LIST_ENTRY),
1067 TAG_IO);
1068 if (IopGroupTable == NULL)
1069 {
1071 }
1072
1073 /* Initialize the group table lists */
1074 for (i = 0; i < IopGroupIndex; i++) InitializeListHead(&IopGroupTable[i]);
1075
1076 /* Loop the boot modules */
1077 ListHead = &KeLoaderBlock->LoadOrderListHead;
1078 for (NextEntry = ListHead->Flink;
1079 NextEntry != ListHead;
1080 NextEntry = NextEntry->Flink)
1081 {
1082 /* Get the entry */
1083 LdrEntry = CONTAINING_RECORD(NextEntry,
1085 InLoadOrderLinks);
1086
1087 /* Check if the DLL needs to be initialized */
1088 if (LdrEntry->Flags & LDRP_DRIVER_DEPENDENT_DLL)
1089 {
1090 /* Call its entrypoint */
1091 MmCallDllInitialize(LdrEntry, NULL);
1092 }
1093 }
1094
1095 /* Loop the boot drivers */
1096 ListHead = &KeLoaderBlock->BootDriverListHead;
1097 for (NextEntry = ListHead->Flink;
1098 NextEntry != ListHead;
1099 NextEntry = NextEntry->Flink)
1100 {
1101 /* Get the entry */
1102 BootEntry = CONTAINING_RECORD(NextEntry,
1104 Link);
1105
1106 // FIXME: TODO: This LdrEntry is to be used in a special handling
1107 // for SETUPLDR (a similar procedure is done on Windows), where
1108 // the loader would, under certain conditions, be loaded in the
1109 // SETUPLDR-specific code block below...
1110#if 0
1111 /* Get the driver loader entry */
1112 LdrEntry = BootEntry->LdrEntry;
1113#endif
1114
1115 /* Allocate our internal accounting structure */
1117 sizeof(DRIVER_INFORMATION),
1118 TAG_IO);
1119 if (DriverInfo)
1120 {
1121 /* Zero it and initialize it */
1124 DriverInfo->DataTableEntry = BootEntry;
1125
1126 /* Open the registry key */
1128 NULL,
1129 &BootEntry->RegistryPath,
1130 KEY_READ);
1131 DPRINT("IopOpenRegistryKeyEx(%wZ) returned 0x%08lx\n", &BootEntry->RegistryPath, Status);
1132#if 0
1133 if (NT_SUCCESS(Status))
1134#else // Hack still needed...
1135 if ((NT_SUCCESS(Status)) || /* ReactOS HACK for SETUPLDR */
1136 ((KeLoaderBlock->SetupLdrBlock) && ((KeyHandle = (PVOID)1)))) // yes, it's an assignment!
1137#endif
1138 {
1139 /* Save the handle */
1141
1142 /* Get the group oder index */
1144
1145 /* Get the tag position */
1147
1148 /* Insert it into the list, at the right place */
1150 NextEntry2 = IopGroupTable[Index].Flink;
1151 while (NextEntry2 != &IopGroupTable[Index])
1152 {
1153 /* Get the driver info */
1154 DriverInfoTag = CONTAINING_RECORD(NextEntry2,
1156 Link);
1157
1158 /* Check if we found the right tag position */
1159 if (DriverInfoTag->TagPosition > DriverInfo->TagPosition)
1160 {
1161 /* We're done */
1162 break;
1163 }
1164
1165 /* Next entry */
1166 NextEntry2 = NextEntry2->Flink;
1167 }
1168
1169 /* Insert us right before the next entry */
1170 NextEntry2 = NextEntry2->Blink;
1171 InsertHeadList(NextEntry2, &DriverInfo->Link);
1172 }
1173 }
1174 }
1175
1176 /* Loop each group index */
1177 for (i = 0; i < IopGroupIndex; i++)
1178 {
1179 /* Loop each group table */
1180 for (NextEntry = IopGroupTable[i].Flink;
1181 NextEntry != &IopGroupTable[i];
1182 NextEntry = NextEntry->Flink)
1183 {
1184 /* Get the entry */
1185 DriverInfo = CONTAINING_RECORD(NextEntry,
1187 Link);
1188
1189 /* Get the driver loader entry */
1190 LdrEntry = DriverInfo->DataTableEntry->LdrEntry;
1191
1192 /* Initialize it */
1193 if (IopInitializeBuiltinDriver(LdrEntry))
1194 {
1195 // it does not make sense to enumerate the tree if there are no new devices added
1198 NULL,
1199 NULL);
1200 }
1201 }
1202 }
1203
1204 /* HAL Root Bus is being initialized before loading the boot drivers so this may cause issues
1205 * when some devices are not being initialized with their drivers. This flag is used to delay
1206 * all actions with devices (except PnP root device) until boot drivers are loaded.
1207 * See PiQueueDeviceAction function
1208 */
1210
1211 DbgPrint("BOOT DRIVERS LOADED\n");
1212
1215 NULL,
1216 NULL);
1217}
#define UNIMPLEMENTED_DBGBREAK(...)
Definition: debug.h:57
#define InsertHeadList(ListHead, Entry)
#define DbgPrint
Definition: hal.h:12
PLOADER_PARAMETER_BLOCK KeLoaderBlock
Definition: krnlinit.c:28
#define LDRP_DRIVER_DEPENDENT_DLL
Definition: ldrtypes.h:60
_Must_inspect_result_ _Out_ PNDIS_STATUS _In_ NDIS_HANDLE _In_ ULONG _Out_ PNDIS_STRING _Out_ PNDIS_HANDLE KeyHandle
Definition: ndis.h:4715
DRIVER_INFORMATION DriverInfo
Definition: main.c:60
#define KEY_READ
Definition: nt_native.h:1026
NTSTATUS NTAPI IopOpenRegistryKeyEx(PHANDLE KeyHandle, HANDLE ParentKey, PUNICODE_STRING Name, ACCESS_MASK DesiredAccess)
Definition: pnpmgr.c:885
NTSTATUS NTAPI RawFsDriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
Definition: rawfs.c:1193
USHORT NTAPI PpInitGetGroupOrderIndex(IN HANDLE ServiceHandle)
Definition: pnpinit.c:149
USHORT NTAPI PipGetDriverTagPriority(IN HANDLE ServiceHandle)
Definition: pnpinit.c:192
NTSTATUS NTAPI MmCallDllInitialize(_In_ PLDR_DATA_TABLE_ENTRY LdrEntry, _In_ PLIST_ENTRY ModuleListHead)
Definition: sysldr.c:433
static BOOLEAN IopInitializeBuiltinDriver(IN PLDR_DATA_TABLE_ENTRY BootLdrEntry)
Definition: driver.c:813
NTSTATUS NTAPI IoCreateDriver(_In_opt_ PUNICODE_STRING DriverName, _In_ PDRIVER_INITIALIZE InitializationFunction)
Definition: driver.c:1588
PLIST_ENTRY IopGroupTable
Definition: driver.c:41
USHORT IopGroupIndex
Definition: driver.c:40
BOOLEAN PnPBootDriversLoaded
Definition: pnpinit.c:20
Definition: arc.h:334
UNICODE_STRING RegistryPath
Definition: arc.h:337
struct _LDR_DATA_TABLE_ENTRY * LdrEntry
Definition: arc.h:338
HANDLE ServiceHandle
Definition: io.h:405
PBOOT_DRIVER_LIST_ENTRY DataTableEntry
Definition: io.h:404
LIST_ENTRY Link
Definition: io.h:402
USHORT TagPosition
Definition: io.h:406
Definition: btrfs_drv.h:1876
ULONG Flags
Definition: ntddk_ex.h:207
struct _LIST_ENTRY * Blink
Definition: typedefs.h:122
LIST_ENTRY BootDriverListHead
Definition: arc.h:822
LIST_ENTRY LoadOrderListHead
Definition: arc.h:820
static int Link(const char **args)
Definition: vfdcmd.c:2414
_In_ WDFCOLLECTION _In_ ULONG Index

Referenced by IoInitSystem().

◆ IopInitializeDriverModule()

NTSTATUS IopInitializeDriverModule ( _In_ PLDR_DATA_TABLE_ENTRY  ModuleObject,
_In_ HANDLE  ServiceHandle,
_Out_ PDRIVER_OBJECT OutDriverObject,
_Out_ NTSTATUS DriverEntryStatus 
)

Initialize a loaded driver.

Parameters
[in]ModuleObjectModule object representing the driver. It can be retrieved by IopLoadServiceModule. Freed on failure, so in a such case this should not be accessed anymore
[in]ServiceHandleHandle to a driver's CCS/Services/<ServiceName> key
[out]DriverObjectThis contains the driver object if it was created (even with unsuccessfull result)
[out]DriverEntryStatusThis contains the status value returned by the driver's DriverEntry routine (will not be valid of the return value is not STATUS_SUCCESS or STATUS_FAILED_DRIVER_ENTRY)
Returns
Status of the operation

Definition at line 449 of file driver.c.

454{
457
458 PAGED_CODE();
459
460 Status = IopGetDriverNames(ServiceHandle, &DriverName, &ServiceName);
461 if (!NT_SUCCESS(Status))
462 {
463 MmUnloadSystemImage(ModuleObject);
464 return Status;
465 }
466
467 DPRINT("Driver name: '%wZ'\n", &DriverName);
468
469 /*
470 * Retrieve the driver's PE image NT header and perform some sanity checks.
471 * NOTE: We suppose that since the driver has been successfully loaded,
472 * its NT and optional headers are all valid and have expected sizes.
473 */
474 PIMAGE_NT_HEADERS NtHeaders = RtlImageNtHeader(ModuleObject->DllBase);
475 ASSERT(NtHeaders);
476 // NOTE: ModuleObject->SizeOfImage is actually (number of PTEs)*PAGE_SIZE.
477 ASSERT(ModuleObject->SizeOfImage == ROUND_TO_PAGES(NtHeaders->OptionalHeader.SizeOfImage));
478 ASSERT(ModuleObject->EntryPoint == RVA(ModuleObject->DllBase, NtHeaders->OptionalHeader.AddressOfEntryPoint));
479
480 /* Obtain the registry path for the DriverInit routine */
481 PKEY_NAME_INFORMATION nameInfo;
482 ULONG infoLength;
483 Status = ZwQueryKey(ServiceHandle, KeyNameInformation, NULL, 0, &infoLength);
485 {
486 nameInfo = ExAllocatePoolWithTag(NonPagedPool, infoLength, TAG_IO);
487 if (nameInfo)
488 {
489 Status = ZwQueryKey(ServiceHandle,
491 nameInfo,
492 infoLength,
493 &infoLength);
494 if (NT_SUCCESS(Status))
495 {
496 RegistryPath.Length = nameInfo->NameLength;
497 RegistryPath.MaximumLength = nameInfo->NameLength;
498 RegistryPath.Buffer = nameInfo->Name;
499 }
500 else
501 {
502 ExFreePoolWithTag(nameInfo, TAG_IO);
503 }
504 }
505 else
506 {
508 }
509 }
510 else
511 {
513 }
514
515 if (!NT_SUCCESS(Status))
516 {
518 RtlFreeUnicodeString(&DriverName);
519 MmUnloadSystemImage(ModuleObject);
520 return Status;
521 }
522
523 /* Create the driver object */
524 ULONG ObjectSize = sizeof(DRIVER_OBJECT) + sizeof(EXTENDED_DRIVER_EXTENSION);
525 OBJECT_ATTRIBUTES objAttrs;
526 PDRIVER_OBJECT driverObject;
528 &DriverName,
530 NULL,
531 NULL);
532
535 &objAttrs,
537 NULL,
538 ObjectSize,
539 0,
540 0,
541 (PVOID*)&driverObject);
542 if (!NT_SUCCESS(Status))
543 {
544 ExFreePoolWithTag(nameInfo, TAG_IO); // container for RegistryPath
546 RtlFreeUnicodeString(&DriverName);
547 MmUnloadSystemImage(ModuleObject);
548 DPRINT1("Error while creating driver object \"%wZ\" status %x\n", &DriverName, Status);
549 return Status;
550 }
551
552 DPRINT("Created driver object 0x%p for \"%wZ\"\n", driverObject, &DriverName);
553
554 RtlZeroMemory(driverObject, ObjectSize);
555 driverObject->Type = IO_TYPE_DRIVER;
556 driverObject->Size = sizeof(DRIVER_OBJECT);
557
558 /* Set the legacy flag if this is not a WDM driver */
560 driverObject->Flags |= DRVO_LEGACY_DRIVER;
561
562 driverObject->DriverSection = ModuleObject;
563 driverObject->DriverStart = ModuleObject->DllBase;
564 driverObject->DriverSize = ModuleObject->SizeOfImage;
565 driverObject->DriverInit = ModuleObject->EntryPoint;
567 driverObject->DriverExtension = (PDRIVER_EXTENSION)(driverObject + 1);
568 driverObject->DriverExtension->DriverObject = driverObject;
569
570 /* Loop all Major Functions */
571 for (INT i = 0; i <= IRP_MJ_MAXIMUM_FUNCTION; i++)
572 {
573 /* Invalidate each function */
574 driverObject->MajorFunction[i] = IopInvalidDeviceRequest;
575 }
576
577 /* Add the Object and get its handle */
579 Status = ObInsertObject(driverObject, NULL, FILE_READ_DATA, 0, NULL, &hDriver);
580 if (!NT_SUCCESS(Status))
581 {
582 ExFreePoolWithTag(nameInfo, TAG_IO);
584 RtlFreeUnicodeString(&DriverName);
585 return Status;
586 }
587
588 /* Now reference it */
590 0,
593 (PVOID*)&driverObject,
594 NULL);
595
596 /* Close the extra handle */
598
599 if (!NT_SUCCESS(Status))
600 {
601 ExFreePoolWithTag(nameInfo, TAG_IO); // container for RegistryPath
603 RtlFreeUnicodeString(&DriverName);
604 return Status;
605 }
606
607 /* Set up the service key name buffer */
608 UNICODE_STRING serviceKeyName;
609 serviceKeyName.Length = 0;
610 // NULL-terminate for Windows compatibility
611 serviceKeyName.MaximumLength = ServiceName.MaximumLength + sizeof(UNICODE_NULL);
613 serviceKeyName.MaximumLength,
614 TAG_IO);
615 if (!serviceKeyName.Buffer)
616 {
617 ObMakeTemporaryObject(driverObject);
618 ObDereferenceObject(driverObject);
619 ExFreePoolWithTag(nameInfo, TAG_IO); // container for RegistryPath
621 RtlFreeUnicodeString(&DriverName);
623 }
624
625 /* Copy the name and set it in the driver extension */
626 RtlCopyUnicodeString(&serviceKeyName, &ServiceName);
628 driverObject->DriverExtension->ServiceKeyName = serviceKeyName;
629
630 /* Make a copy of the driver name to store in the driver object */
631 UNICODE_STRING driverNamePaged;
632 driverNamePaged.Length = 0;
633 // NULL-terminate for Windows compatibility
634 driverNamePaged.MaximumLength = DriverName.MaximumLength + sizeof(UNICODE_NULL);
635 driverNamePaged.Buffer = ExAllocatePoolWithTag(PagedPool,
636 driverNamePaged.MaximumLength,
637 TAG_IO);
638 if (!driverNamePaged.Buffer)
639 {
640 ObMakeTemporaryObject(driverObject);
641 ObDereferenceObject(driverObject);
642 ExFreePoolWithTag(nameInfo, TAG_IO); // container for RegistryPath
643 RtlFreeUnicodeString(&DriverName);
645 }
646
647 RtlCopyUnicodeString(&driverNamePaged, &DriverName);
648 driverObject->DriverName = driverNamePaged;
649
650 /* Finally, call its init function */
651 Status = driverObject->DriverInit(driverObject, &RegistryPath);
652 *DriverEntryStatus = Status;
653 if (!NT_SUCCESS(Status))
654 {
655 DPRINT1("'%wZ' initialization failed, status (0x%08lx)\n", &DriverName, Status);
656 // return a special status value in case of failure
658 }
659
660 /* HACK: We're going to say if we don't have any DOs from DriverEntry, then we're not legacy.
661 * Other parts of the I/O manager depend on this behavior */
662 if (!driverObject->DeviceObject)
663 {
664 driverObject->Flags &= ~DRVO_LEGACY_DRIVER;
665 }
666
667 /* Windows does this fixup, keep it for compatibility */
668 for (INT i = 0; i <= IRP_MJ_MAXIMUM_FUNCTION; i++)
669 {
670 /*
671 * Make sure the driver didn't set any dispatch entry point to NULL!
672 * Doing so is illegal; drivers shouldn't touch entry points they
673 * do not implement.
674 */
675
676 /* Check if it did so anyway */
677 if (!driverObject->MajorFunction[i])
678 {
679 /* Print a warning in the debug log */
680 DPRINT1("Driver <%wZ> set DriverObject->MajorFunction[%lu] to NULL!\n",
681 &driverObject->DriverName, i);
682
683 /* Fix it up */
684 driverObject->MajorFunction[i] = IopInvalidDeviceRequest;
685 }
686 }
687
688 // TODO: for legacy drivers, unload the driver if it didn't create any DO
689
690 ExFreePoolWithTag(nameInfo, TAG_IO); // container for RegistryPath
691 RtlFreeUnicodeString(&DriverName);
692
693 if (!NT_SUCCESS(Status))
694 {
695 // if the driver entry has been failed, clear the object
696 ObMakeTemporaryObject(driverObject);
697 ObDereferenceObject(driverObject);
698 return Status;
699 }
700
701 *OutDriverObject = driverObject;
702
704
705 /* Set the driver as initialized */
706 IopReadyDeviceObjects(driverObject);
707
709
710 return STATUS_SUCCESS;
711}
DWORD RVA
Definition: compat.h:1262
#define RtlImageNtHeader
Definition: compat.h:806
NTSYSAPI VOID NTAPI RtlCopyUnicodeString(PUNICODE_STRING DestinationString, PUNICODE_STRING SourceString)
#define FILE_READ_DATA
Definition: nt_native.h:628
#define IMAGE_DLLCHARACTERISTICS_WDM_DRIVER
Definition: ntimage.h:462
VOID NTAPI IopReadyDeviceObjects(IN PDRIVER_OBJECT Driver)
Definition: device.c:34
VOID NTAPI MmFreeDriverInitialization(IN PLDR_DATA_TABLE_ENTRY LdrEntry)
Definition: sysldr.c:1673
POBJECT_TYPE IoDriverObjectType
Definition: driver.c:34
BOOLEAN PnpSystemInit
Definition: iomgr.c:17
NTSTATUS NTAPI IopInvalidDeviceRequest(PDEVICE_OBJECT DeviceObject, PIRP Irp)
Definition: driver.c:65
NTSTATUS IopGetDriverNames(_In_ HANDLE ServiceHandle, _Out_ PUNICODE_STRING DriverName, _Out_opt_ PUNICODE_STRING ServiceName)
Definition: driver.c:123
VOID NTAPI IopReinitializeDrivers(VOID)
Definition: driver.c:1508
UNICODE_STRING IopHardwareDatabaseKey
Definition: driver.c:30
#define STATUS_FAILED_DRIVER_ENTRY
Definition: ntstatus.h:1039
NTSTATUS NTAPI ObInsertObject(IN PVOID Object, IN PACCESS_STATE AccessState OPTIONAL, IN ACCESS_MASK DesiredAccess, IN ULONG ObjectPointerBias, OUT PVOID *NewObject OPTIONAL, OUT PHANDLE Handle)
Definition: obhandle.c:2935
NTSTATUS NTAPI ObCreateObject(IN KPROCESSOR_MODE ProbeMode OPTIONAL, IN POBJECT_TYPE Type, IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL, IN KPROCESSOR_MODE AccessMode, IN OUT PVOID ParseContext OPTIONAL, IN ULONG ObjectSize, IN ULONG PagedPoolCharge OPTIONAL, IN ULONG NonPagedPoolCharge OPTIONAL, OUT PVOID *Object)
Definition: oblife.c:1039
VOID NTAPI ObMakeTemporaryObject(IN PVOID ObjectBody)
Definition: oblife.c:1449
NTSTATUS NTAPI ObReferenceObjectByHandle(IN HANDLE Handle, IN ACCESS_MASK DesiredAccess, IN POBJECT_TYPE ObjectType, IN KPROCESSOR_MODE AccessMode, OUT PVOID *Object, OUT POBJECT_HANDLE_INFORMATION HandleInformation OPTIONAL)
Definition: obref.c:494
#define OBJ_PERMANENT
Definition: winternl.h:226
struct _DRIVER_OBJECT * DriverObject
Definition: iotypes.h:2221
UNICODE_STRING ServiceKeyName
Definition: iotypes.h:2224
PUNICODE_STRING HardwareDatabase
Definition: iotypes.h:2286
PVOID DriverStart
Definition: iotypes.h:2281
PDRIVER_DISPATCH MajorFunction[IRP_MJ_MAXIMUM_FUNCTION+1]
Definition: iotypes.h:2291
PVOID DriverSection
Definition: iotypes.h:2283
CSHORT Size
Definition: iotypes.h:2278
ULONG DriverSize
Definition: iotypes.h:2282
PDRIVER_INITIALIZE DriverInit
Definition: iotypes.h:2288
PDRIVER_EXTENSION DriverExtension
Definition: iotypes.h:2284
CSHORT Type
Definition: iotypes.h:2277
PDEVICE_OBJECT DeviceObject
Definition: iotypes.h:2279
UNICODE_STRING DriverName
Definition: iotypes.h:2285
IMAGE_OPTIONAL_HEADER32 OptionalHeader
Definition: ntddk_ex.h:184
int32_t INT
Definition: typedefs.h:58
_In_ LPWSTR _In_ ULONG _In_ ULONG _In_ ULONG _Out_ DEVINFO _In_ HDEV _In_ LPWSTR _In_ HANDLE hDriver
Definition: winddi.h:3557
struct _DRIVER_OBJECT DRIVER_OBJECT
#define IO_TYPE_DRIVER
#define DRVO_LEGACY_DRIVER
Definition: iotypes.h:2228
#define IRP_MJ_MAXIMUM_FUNCTION
#define ROUND_TO_PAGES(Size)

Referenced by IopInitializeBuiltinDriver(), and IopLoadDriver().

◆ IopInitializePlugPlayServices()

NTSTATUS NTAPI IopInitializePlugPlayServices ( VOID  )

Definition at line 287 of file pnpinit.c.

288{
291 HANDLE KeyHandle, EnumHandle, ParentHandle, TreeHandle, ControlHandle;
292 UNICODE_STRING KeyName = RTL_CONSTANT_STRING(L"\\REGISTRY\\MACHINE\\SYSTEM\\CURRENTCONTROLSET");
293 UNICODE_STRING PnpManagerDriverName = RTL_CONSTANT_STRING(DRIVER_ROOT_NAME L"PnpManager");
295
296 /* Initialize locks and such */
301
302 /* Get the default interface */
304
305 /* Initialize arbiters */
307 if (!NT_SUCCESS(Status)) return Status;
308
309 /* Setup the group cache */
311 if (!NT_SUCCESS(Status)) return Status;
312
313 /* Open the current control set */
315 NULL,
316 &KeyName,
318 if (!NT_SUCCESS(Status)) return Status;
319
320 /* Create the control key */
321 RtlInitUnicodeString(&KeyName, L"Control");
322 Status = IopCreateRegistryKeyEx(&ControlHandle,
323 KeyHandle,
324 &KeyName,
327 &Disposition);
328 if (!NT_SUCCESS(Status)) return Status;
329
330 /* Check if it's a new key */
332 {
333 HANDLE DeviceClassesHandle;
334
335 /* Create the device classes key */
336 RtlInitUnicodeString(&KeyName, L"DeviceClasses");
337 Status = IopCreateRegistryKeyEx(&DeviceClassesHandle,
338 ControlHandle,
339 &KeyName,
342 &Disposition);
343 if (!NT_SUCCESS(Status)) return Status;
344
345 ZwClose(DeviceClassesHandle);
346 }
347
348 ZwClose(ControlHandle);
349
350 /* Create the enum key */
352 Status = IopCreateRegistryKeyEx(&EnumHandle,
353 KeyHandle,
354 &KeyName,
357 &Disposition);
358 if (!NT_SUCCESS(Status)) return Status;
359
360 /* Check if it's a new key */
362 {
363 /* FIXME: DACLs */
364 }
365
366 /* Create the root key */
367 ParentHandle = EnumHandle;
369 Status = IopCreateRegistryKeyEx(&EnumHandle,
370 ParentHandle,
371 &KeyName,
374 &Disposition);
375 NtClose(ParentHandle);
376 if (!NT_SUCCESS(Status)) return Status;
377 NtClose(EnumHandle);
378
379 /* Open the root key now */
380 RtlInitUnicodeString(&KeyName, L"\\REGISTRY\\MACHINE\\SYSTEM\\CURRENTCONTROLSET\\ENUM");
381 Status = IopOpenRegistryKeyEx(&EnumHandle,
382 NULL,
383 &KeyName,
385 if (NT_SUCCESS(Status))
386 {
387 /* Create the root dev node */
389 Status = IopCreateRegistryKeyEx(&TreeHandle,
390 EnumHandle,
391 &KeyName,
394 NULL);
395 NtClose(EnumHandle);
396 if (NT_SUCCESS(Status)) NtClose(TreeHandle);
397 }
398
399 /* Create the root driver */
400 Status = IoCreateDriver(&PnpManagerDriverName, PnpRootDriverEntry);
401 if (!NT_SUCCESS(Status))
402 {
403 DPRINT1("IoCreateDriverObject() failed\n");
404 KeBugCheckEx(PHASE1_INITIALIZATION_FAILED, Status, 0, 0, 0);
405 }
406
407 /* Create the root PDO */
409 0,
410 NULL,
412 0,
413 FALSE,
414 &Pdo);
415 if (!NT_SUCCESS(Status))
416 {
417 DPRINT1("IoCreateDevice() failed\n");
418 KeBugCheckEx(PHASE1_INITIALIZATION_FAILED, Status, 0, 0, 0);
419 }
420
421 /* This is a bus enumerated device */
423
424 /* Create the root device node */
426
427 /* Set flags */
430
431 /* Create instance path */
433 {
434 DPRINT1("RtlCreateUnicodeString() failed\n");
435 KeBugCheckEx(PHASE1_INITIALIZATION_FAILED, Status, 0, 0, 0);
436 }
437
439
441
442 /* Initialize PnP-Event notification support */
444 if (!NT_SUCCESS(Status)) return Status;
445
446 /* Initialize the Bus Type GUID List */
450
451 /* Initialize PnP root relations (this is a syncronous operation) */
453
454 /* Launch the firmware mapper */
456 if (!NT_SUCCESS(Status)) return Status;
457
458 /* Close the handle to the control set */
460
461 /* Initialize PnP root relations (this is a syncronous operation) */
463
464 /* We made it */
465 return STATUS_SUCCESS;
466}
DECLSPEC_NORETURN VOID NTAPI KeBugCheckEx(IN ULONG BugCheckCode, IN ULONG_PTR BugCheckParameter1, IN ULONG_PTR BugCheckParameter2, IN ULONG_PTR BugCheckParameter3, IN ULONG_PTR BugCheckParameter4)
Definition: debug.c:485
NTSYSAPI BOOLEAN NTAPI RtlCreateUnicodeString(PUNICODE_STRING DestinationString, PCWSTR SourceString)
_In_ ACCESS_MASK _In_ POBJECT_ATTRIBUTES _Reserved_ ULONG _In_opt_ PUNICODE_STRING _In_ ULONG _Out_opt_ PULONG Disposition
Definition: cmfuncs.h:56
@ DeviceNodeStarted
Definition: iotypes.h:543
#define DNF_IDS_QUERIED
Definition: iotypes.h:176
#define DNF_MADEUP
Definition: iotypes.h:171
#define REG_OPTION_NON_VOLATILE
Definition: nt_native.h:1060
#define REG_CREATED_NEW_KEY
Definition: nt_native.h:1087
NTSTATUS NTAPI NtClose(IN HANDLE Handle)
Definition: obhandle.c:3402
@ NotificationEvent
LIST_ENTRY IopDeviceActionRequestList
Definition: devaction.c:46
KSPIN_LOCK IopDeviceActionLock
Definition: devaction.c:49
NTSTATUS IopInitPlugPlayEvents(VOID)
Definition: plugplay.c:40
VOID PnpRootInitializeDevExtension(VOID)
Definition: pnproot.c:1440
PDEVICE_NODE PipAllocateDeviceNode(IN PDEVICE_OBJECT PhysicalDeviceObject)
KSPIN_LOCK IopDeviceTreeLock
Definition: devnode.c:19
NTSTATUS NTAPI PnpRootDriverEntry(IN PDRIVER_OBJECT DriverObject, IN PUNICODE_STRING RegistryPath)
Definition: pnproot.c:1488
NTSTATUS NTAPI IopUpdateRootKey(VOID)
Definition: pnpmap.c:670
NTSTATUS NTAPI IopCreateRegistryKeyEx(OUT PHANDLE Handle, IN HANDLE BaseHandle OPTIONAL, IN PUNICODE_STRING KeyName, IN ACCESS_MASK DesiredAccess, IN ULONG CreateOptions, OUT PULONG Disposition OPTIONAL)
PIO_BUS_TYPE_GUID_LIST PnpBusTypeGuidList
Definition: pnpmgr.c:27
PDRIVER_OBJECT IopRootDriverObject
Definition: pnpmgr.c:26
NTSTATUS NTAPI IoCreateDevice(IN PDRIVER_OBJECT DriverObject, IN ULONG DeviceExtensionSize, IN PUNICODE_STRING DeviceName, IN DEVICE_TYPE DeviceType, IN ULONG DeviceCharacteristics, IN BOOLEAN Exclusive, OUT PDEVICE_OBJECT *DeviceObject)
Definition: device.c:1032
NTSTATUS NTAPI IopInitializeArbiters(VOID)
Definition: pnpinit.c:49
KEVENT PiEnumerationFinished
Definition: devaction.c:50
INTERFACE_TYPE NTAPI IopDetermineDefaultInterfaceType(VOID)
Definition: pnpinit.c:41
NTSTATUS NTAPI PiInitCacheGroupInformation(VOID)
Definition: pnpinit.c:94
INTERFACE_TYPE PnpDefaultInterfaceType
Definition: pnpinit.c:19
#define FILE_DEVICE_CONTROLLER
Definition: winioctl.h:49
#define REGSTR_VAL_ROOT_DEVNODE
Definition: regstr.h:405
#define REGSTR_KEY_ROOTENUM
Definition: regstr.h:10
#define REGSTR_KEY_ENUM
Definition: regstr.h:9
ULONG Flags
Definition: iotypes.h:1008
UNICODE_STRING InstancePath
Definition: iotypes.h:1014
FAST_MUTEX Lock
Definition: io.h:418
WDF_EXTERN_C_START typedef _Must_inspect_result_ _In_ WDFDRIVER _In_opt_ PWDF_OBJECT_ATTRIBUTES _In_ PDEVICE_OBJECT _In_opt_ PDEVICE_OBJECT _In_opt_ PDEVICE_OBJECT Pdo
Definition: wdfminiport.h:72
FORCEINLINE VOID ExInitializeFastMutex(_Out_ PFAST_MUTEX FastMutex)
Definition: exfuncs.h:274
#define DO_BUS_ENUMERATED_DEVICE

Referenced by IoInitSystem().

◆ IopInitializeReserveIrp()

BOOLEAN NTAPI IopInitializeReserveIrp ( IN PRESERVE_IRP_ALLOCATOR  ReserveIrpAllocator)

Definition at line 549 of file irp.c.

550{
551 /* Our allocated stack size */
552 ReserveIrpAllocator->StackSize = 20;
553
554 /* Allocate the IRP now */
555 ReserveIrpAllocator->ReserveIrp = IoAllocateIrp(ReserveIrpAllocator->StackSize, FALSE);
556 /* If we cannot, abort system boot */
557 if (ReserveIrpAllocator->ReserveIrp == NULL)
558 {
559 return FALSE;
560 }
561
562 /* It's not in use */
563 ReserveIrpAllocator->ReserveIrpInUse = 0;
564 /* And init the event */
565 KeInitializeEvent(&ReserveIrpAllocator->WaitEvent, SynchronizationEvent, FALSE);
566
567 /* All good, keep booting */
568 return TRUE;
569}

Referenced by IoInitSystem().

◆ IopInitializeSystemDrivers()

VOID FASTCALL IopInitializeSystemDrivers ( VOID  )

Definition at line 1222 of file driver.c.

1223{
1224 PUNICODE_STRING *DriverList, *SavedList;
1225
1227
1228 /* HACK: No system drivers on the BootCD */
1229 if (KeLoaderBlock->SetupLdrBlock) return;
1230
1231 /* Get the driver list */
1232 SavedList = DriverList = CmGetSystemDriverList();
1233 ASSERT(DriverList);
1234
1235 /* Loop it */
1236 while (*DriverList)
1237 {
1238 /* Load the driver */
1239 ZwLoadDriver(*DriverList);
1240
1241 /* Free the entry */
1242 RtlFreeUnicodeString(*DriverList);
1243 ExFreePool(*DriverList);
1244
1245 /* Next entry */
1247 DriverList++;
1248 }
1249
1250 /* Free the list */
1251 ExFreePool(SavedList);
1252
1255 NULL,
1256 NULL);
1257}
PUNICODE_STRING *NTAPI CmGetSystemDriverList(VOID)
Definition: cmsysini.c:1864
VOID NTAPI InbvIndicateProgress(VOID)
Gives some progress feedback, without specifying any explicit number of progress steps or percentage....
Definition: inbv.c:632
NTSTATUS PiPerformSyncDeviceAction(_In_ PDEVICE_OBJECT DeviceObject, _In_ DEVICE_ACTION Action)
Perfom a device operation synchronously via PiQueueDeviceAction.
Definition: devaction.c:2727

Referenced by IoInitSystem().

◆ IopInitiatePnpIrp()

◆ IopInitPlugPlayEvents()

NTSTATUS IopInitPlugPlayEvents ( VOID  )

Definition at line 40 of file plugplay.c.

41{
43
46 FALSE);
47
48 return STATUS_SUCCESS;
49}
static LIST_ENTRY IopPnpEventQueueHead
Definition: plugplay.c:30
static KEVENT IopPnpNotifyEvent
Definition: plugplay.c:31

Referenced by IopInitializePlugPlayServices().

◆ IopInitTimerImplementation()

VOID FASTCALL IopInitTimerImplementation ( VOID  )

◆ IopLoadDriver()

NTSTATUS IopLoadDriver ( _In_ HANDLE  ServiceHandle,
_Out_ PDRIVER_OBJECT DriverObject 
)

Definition at line 1950 of file driver.c.

1953{
1954 UNICODE_STRING ImagePath;
1956 PLDR_DATA_TABLE_ENTRY ModuleObject;
1958
1960 Status = IopGetRegistryValue(ServiceHandle, L"ImagePath", &kvInfo);
1961 if (NT_SUCCESS(Status))
1962 {
1963 if ((kvInfo->Type != REG_EXPAND_SZ && kvInfo->Type != REG_SZ) ||
1964 (kvInfo->DataLength < sizeof(UNICODE_NULL)) ||
1966 ((kvInfo->DataLength % sizeof(WCHAR)) != 0))
1967 {
1968 DPRINT1("ObjectName invalid (Type = %lu, DataLength = %lu)\n",
1969 kvInfo->Type,
1970 kvInfo->DataLength);
1971 ExFreePool(kvInfo);
1973 }
1974
1975 ImagePath.Length = (USHORT)(kvInfo->DataLength - sizeof(UNICODE_NULL));
1976 ImagePath.MaximumLength = kvInfo->DataLength;
1978 if (!ImagePath.Buffer)
1979 {
1980 ExFreePool(kvInfo);
1982 }
1983
1984 RtlMoveMemory(ImagePath.Buffer,
1985 (PVOID)((ULONG_PTR)kvInfo + kvInfo->DataOffset),
1986 ImagePath.Length);
1987 ImagePath.Buffer[ImagePath.Length / sizeof(WCHAR)] = UNICODE_NULL;
1988 ExFreePool(kvInfo);
1989 }
1990 else
1991 {
1992 return Status;
1993 }
1994
1995 /*
1996 * Normalize the image path for all later processing.
1997 */
1998 Status = IopNormalizeImagePath(&ImagePath, NULL);
1999 if (!NT_SUCCESS(Status))
2000 {
2001 DPRINT("IopNormalizeImagePath() failed (Status %x)\n", Status);
2002 return Status;
2003 }
2004
2005 DPRINT("FullImagePath: '%wZ'\n", &ImagePath);
2006
2009
2010 /*
2011 * Load the driver module
2012 */
2013 DPRINT("Loading module from %wZ\n", &ImagePath);
2014 Status = MmLoadSystemImage(&ImagePath, NULL, NULL, 0, (PVOID)&ModuleObject, &BaseAddress);
2015 RtlFreeUnicodeString(&ImagePath);
2016
2017 if (!NT_SUCCESS(Status))
2018 {
2019 DPRINT("MmLoadSystemImage() failed (Status %lx)\n", Status);
2022 return Status;
2023 }
2024
2025 // Display the loading message
2026 ULONG infoLength;
2027 Status = ZwQueryKey(ServiceHandle, KeyBasicInformation, NULL, 0, &infoLength);
2029 {
2031 if (servName)
2032 {
2033 Status = ZwQueryKey(ServiceHandle,
2035 servName,
2036 infoLength,
2037 &infoLength);
2038 if (NT_SUCCESS(Status))
2039 {
2041 .Length = servName->NameLength,
2042 .MaximumLength = servName->NameLength,
2043 .Buffer = servName->Name
2044 };
2045
2047 }
2048 ExFreePoolWithTag(servName, TAG_IO);
2049 }
2050 }
2051
2052 NTSTATUS driverEntryStatus;
2053 Status = IopInitializeDriverModule(ModuleObject,
2054 ServiceHandle,
2056 &driverEntryStatus);
2057 if (!NT_SUCCESS(Status))
2058 {
2059 DPRINT1("IopInitializeDriverModule() failed (Status %lx)\n", Status);
2060 }
2061
2064
2065 return Status;
2066}
#define ExAcquireResourceExclusiveLite(res, wait)
Definition: env_spec_w32.h:615
#define KeLeaveCriticalRegion()
Definition: ke_x.h:119
#define KeEnterCriticalRegion()
Definition: ke_x.h:88
_In_ HANDLE _Outptr_result_bytebuffer_ ViewSize PVOID * BaseAddress
Definition: mmfuncs.h:404
#define REG_EXPAND_SZ
Definition: nt_native.h:1497
VOID FASTCALL ExReleaseResourceLite(IN PERESOURCE Resource)
Definition: resource.c:1822
NTSTATUS NTAPI MmLoadSystemImage(IN PUNICODE_STRING FileName, IN PUNICODE_STRING NamePrefix OPTIONAL, IN PUNICODE_STRING LoadedName OPTIONAL, IN ULONG Flags, OUT PVOID *ModuleObject, OUT PVOID *ImageBaseAddress)
Definition: sysldr.c:2949
static VOID FASTCALL IopDisplayLoadingMessage(_In_ PCUNICODE_STRING ServiceName)
Displays a driver-loading message in SOS mode.
Definition: driver.c:334
ERESOURCE IopDriverLoadResource
Definition: driver.c:20
NTSTATUS IopInitializeDriverModule(_In_ PLDR_DATA_TABLE_ENTRY ModuleObject, _In_ HANDLE ServiceHandle, _Out_ PDRIVER_OBJECT *OutDriverObject, _Out_ NTSTATUS *DriverEntryStatus)
Initialize a loaded driver.
Definition: driver.c:449
NTSTATUS FASTCALL IopNormalizeImagePath(_Inout_ _When_(return >=0, _At_(ImagePath->Buffer, _Post_notnull_ __drv_allocatesMem(Mem))) PUNICODE_STRING ImagePath, _In_ PUNICODE_STRING ServiceName)
Definition: driver.c:375
#define TAG_RTLREGISTRY
Definition: tag.h:95

Referenced by IopLoadUnloadDriverWorker(), and PiAttachFilterDriversCallback().

◆ IopLogWorker()

VOID NTAPI IopLogWorker ( IN PVOID  Parameter)

Definition at line 148 of file error.c.

149{
150#define IO_ERROR_OBJECT_NAMES_LENGTH 100
151
155 PLIST_ENTRY ListEntry;
156 PERROR_LOG_ENTRY LogEntry;
159 ULONG RemainingLength;
161 PWCHAR NameString;
162 ULONG DriverNameLength, DeviceNameLength;
165 POBJECT_NAME_INFORMATION PoolObjectNameInfo;
166 ULONG ReturnedLength, MessageLength;
167 ULONG ExtraStringLength;
168 PWCHAR p;
169
170 PAGED_CODE();
171
173
174 /* Connect to the port */
175 if (!IopConnectLogPort()) return;
176
177 /* Allocate the message */
179 if (!Message)
180 {
181 /* Couldn't allocate, try again */
183 return;
184 }
185
186 /* Zero out the message and get the actual I/O structure */
187 RtlZeroMemory(Message, sizeof(*Message));
188 ErrorMessage = &Message->IoErrorMessage;
189
190 /* Start loop */
191 while (TRUE)
192 {
193 /* Get an entry */
194 ListEntry = IopGetErrorLogEntry();
195 if (!ListEntry) break;
196 LogEntry = CONTAINING_RECORD(ListEntry, ERROR_LOG_ENTRY, ListEntry);
197
198 /* Get pointer to the log packet */
200 sizeof(ERROR_LOG_ENTRY));
201
202 /* Calculate the total length of the message only */
203 MessageLength = sizeof(IO_ERROR_LOG_MESSAGE) -
204 sizeof(ERROR_LOG_ENTRY) -
205 sizeof(IO_ERROR_LOG_PACKET) +
206 LogEntry->Size;
207
208 /* Copy the packet */
209 RtlCopyMemory(&ErrorMessage->EntryData,
210 Packet,
211 LogEntry->Size - sizeof(ERROR_LOG_ENTRY));
212
213 /* Set the timestamp and time */
214 ErrorMessage->TimeStamp = LogEntry->TimeStamp;
216
217 /* Check if this message has any strings */
218 if (Packet->NumberOfStrings)
219 {
220 /* String buffer is after the current strings */
221 StringBuffer = (PCHAR)&ErrorMessage->EntryData +
222 Packet->StringOffset;
223 }
224 else
225 {
226 /* Otherwise, string buffer is at the end */
227 StringBuffer = (PCHAR)ErrorMessage + MessageLength;
228 }
229
230 /* Align the buffer */
232
233 /* Set the offset for the driver's name to the current buffer */
234 ErrorMessage->DriverNameOffset = (ULONG)(StringBuffer -
236
237 /* Check how much space we have left for the device string */
238 RemainingLength = (ULONG)((ULONG_PTR)Message +
241
242 NameString = NULL;
243 DriverNameLength = 0; DeviceNameLength = 0;
244 PoolObjectNameInfo = NULL;
245 ObjectNameInfo = (POBJECT_NAME_INFORMATION)&Buffer;
246
247 /* Now check if there is a driver object */
248 DriverObject = LogEntry->DriverObject;
249 if (DriverObject)
250 {
251 /* Check if the driver has a name, and use it if so */
252 if (DriverObject->DriverName.Buffer)
253 {
254 NameString = DriverObject->DriverName.Buffer;
255 DriverNameLength = DriverObject->DriverName.Length;
256 }
257 else
258 {
259 NameString = NULL;
260 DriverNameLength = 0;
261 }
262
263 /* Check if there isn't a valid name */
264 if (!DriverNameLength)
265 {
266 /* Query the name directly */
268 ObjectNameInfo,
269 sizeof(Buffer),
271 if (!NT_SUCCESS(Status) || (ObjectNameInfo->Name.Length == 0))
272 {
273 /* We don't have a name */
274 DriverNameLength = 0;
275 }
276 else
277 {
278 NameString = ObjectNameInfo->Name.Buffer;
279 DriverNameLength = ObjectNameInfo->Name.Length;
280 }
281 }
282 }
283 else
284 {
285 /* Use default name */
286 NameString = L"Application Popup";
287 DriverNameLength = (ULONG)wcslen(NameString) * sizeof(WCHAR);
288 }
289
290 /* Check if we have a driver name */
291 if (DriverNameLength)
292 {
293 /* Skip to the end of the driver's name */
294 p = &NameString[DriverNameLength / sizeof(WCHAR)];
295
296 /* Now we'll walk backwards and assume the minimum size */
297 DriverNameLength = sizeof(WCHAR);
298 p--;
299 while ((*p != L'\\') && (p != NameString))
300 {
301 /* No backslash found, keep going */
302 p--;
303 DriverNameLength += sizeof(WCHAR);
304 }
305
306 /* Now we probably hit the backslash itself, skip past it */
307 if (*p == L'\\')
308 {
309 p++;
310 DriverNameLength -= sizeof(WCHAR);
311 }
312
313 /*
314 * Now make sure that the driver name fits in the buffer, minus
315 * 3 NULL chars (driver name, device name, and remaining strings),
316 * and copy the driver name in the string buffer.
317 */
318 DriverNameLength = min(DriverNameLength,
319 RemainingLength - 3 * sizeof(UNICODE_NULL));
320 RtlCopyMemory(StringBuffer, p, DriverNameLength);
321 }
322
323 /* Null-terminate the driver name */
324 *((PWSTR)(StringBuffer + DriverNameLength)) = UNICODE_NULL;
325 DriverNameLength += sizeof(WCHAR);
326
327 /* Go to the next string buffer position */
328 StringBuffer += DriverNameLength;
329 RemainingLength -= DriverNameLength;
330
331 /* Update the string offset */
332 ErrorMessage->EntryData.StringOffset =
334
335 /* Check if we have a device object */
336 if (LogEntry->DeviceObject)
337 {
338 /* We do, query its name */
340 ObjectNameInfo,
341 sizeof(Buffer) - DriverNameLength,
343 if (!NT_SUCCESS(Status) || (ObjectNameInfo->Name.Length == 0))
344 {
345 /* Setup an empty name */
346 RtlInitEmptyUnicodeString(&ObjectNameInfo->Name, L"", 0);
347
348 /* Check if we failed because our buffer wasn't large enough */
350 {
351 /* Then we'll allocate one... we really want this name! */
352 PoolObjectNameInfo = ExAllocatePoolWithTag(PagedPool,
354 TAG_IO);
355 if (PoolObjectNameInfo)
356 {
357 /* Query it again */
358 ObjectNameInfo = PoolObjectNameInfo;
360 ObjectNameInfo,
363 if (NT_SUCCESS(Status))
364 {
365 /* Success, update the information */
366 ObjectNameInfo->Name.Length =
367 IO_ERROR_OBJECT_NAMES_LENGTH - (USHORT)DriverNameLength;
368 }
369 }
370 }
371 }
372
373 NameString = ObjectNameInfo->Name.Buffer;
374 DeviceNameLength = ObjectNameInfo->Name.Length;
375 }
376 else
377 {
378 /* No device object, setup an empty name */
379 NameString = L"";
380 DeviceNameLength = 0;
381 }
382
383 /*
384 * Now make sure that the device name fits in the buffer, minus
385 * 2 NULL chars (device name, and remaining strings), and copy
386 * the device name in the string buffer.
387 */
388 DeviceNameLength = min(DeviceNameLength,
389 RemainingLength - 2 * sizeof(UNICODE_NULL));
390 RtlCopyMemory(StringBuffer, NameString, DeviceNameLength);
391
392 /* Null-terminate the device name */
393 *((PWSTR)(StringBuffer + DeviceNameLength)) = UNICODE_NULL;
394 DeviceNameLength += sizeof(WCHAR);
395
396 /* Free the buffer if we had one */
397 if (PoolObjectNameInfo)
398 {
399 ExFreePoolWithTag(PoolObjectNameInfo, TAG_IO);
400 PoolObjectNameInfo = NULL;
401 }
402
403 /* Go to the next string buffer position */
404 ErrorMessage->EntryData.NumberOfStrings++;
405 StringBuffer += DeviceNameLength;
406 RemainingLength -= DeviceNameLength;
407
408 /* Check if we have any extra strings */
409 if (Packet->NumberOfStrings)
410 {
411 /* Find out the size of the extra strings */
412 ExtraStringLength = LogEntry->Size -
413 sizeof(ERROR_LOG_ENTRY) -
414 Packet->StringOffset;
415
416 /* Round up the length */
417 ExtraStringLength = ROUND_UP(ExtraStringLength, sizeof(WCHAR));
418
419 /* Make sure that the extra strings fit in our buffer */
420 if (ExtraStringLength > (RemainingLength - sizeof(UNICODE_NULL)))
421 {
422 /* They wouldn't, so set normalize the length */
423 MessageLength -= ExtraStringLength - RemainingLength;
424 ExtraStringLength = RemainingLength - sizeof(UNICODE_NULL);
425 }
426
427 /* Now copy the extra strings */
429 (PCHAR)Packet + Packet->StringOffset,
430 ExtraStringLength);
431
432 /* Null-terminate them */
433 *((PWSTR)(StringBuffer + ExtraStringLength)) = UNICODE_NULL;
434 }
435
436 /* Set the driver name length */
437 ErrorMessage->DriverNameLength = (USHORT)DriverNameLength;
438
439 /* Update the message length to include the driver and device names */
440 MessageLength += DriverNameLength + DeviceNameLength;
441 ErrorMessage->Size = (USHORT)MessageLength;
442
443 /* Now update it again for the size of the actual LPC */
444 MessageLength += (FIELD_OFFSET(ELF_API_MSG, IoErrorMessage) -
446
447 /* Set the total and data lengths */
448 Message->Header.u1.s1.TotalLength =
449 (USHORT)(sizeof(PORT_MESSAGE) + MessageLength);
450 Message->Header.u1.s1.DataLength = (USHORT)MessageLength;
451
452 /* Send the message */
454 if (!NT_SUCCESS(Status))
455 {
456 /*
457 * An error happened while sending the message on the port.
458 * Close the port, requeue the log message on top of the list
459 * and restart the worker.
460 */
463
465 &LogEntry->ListEntry,
467
469 break;
470 }
471
472 /* NOTE: The following is basically 'IoFreeErrorLogEntry(Packet)' */
473
474 /* Dereference both objects */
475 if (LogEntry->DeviceObject) ObDereferenceObject(LogEntry->DeviceObject);
476 if (LogEntry->DriverObject) ObDereferenceObject(LogEntry->DriverObject);
477
478 /* Decrease the total allocation size and free the entry */
481 }
482
483 /* Free the LPC Message */
485}
VOID ErrorMessage(IN DWORD dwErrorCode, IN PCWSTR szFormat OPTIONAL,...)
Definition: error.c:26
static const WCHAR Message[]
Definition: register.c:74
#define ROUND_UP(n, align)
Definition: eventvwr.h:34
GLfloat GLfloat p
Definition: glext.h:8902
@ Unknown
Definition: i8042prt.h:114
PLIST_ENTRY NTAPI ExInterlockedInsertHeadList(IN OUT PLIST_ENTRY ListHead, IN OUT PLIST_ENTRY ListEntry, IN OUT PKSPIN_LOCK Lock)
Definition: interlocked.c:114
#define InterlockedExchangeAdd
Definition: interlocked.h:196
WCHAR StringBuffer[156]
Definition: ldrinit.c:41
NTSYSAPI NTSTATUS NTAPI ZwRequestPort(_In_ HANDLE PortHandle, _In_ PPORT_MESSAGE LpcMessage)
#define PCHAR
Definition: match.c:90
#define min(a, b)
Definition: monoChain.cc:55
struct _OBJECT_NAME_INFORMATION OBJECT_NAME_INFORMATION
struct _OBJECT_NAME_INFORMATION * POBJECT_NAME_INFORMATION
#define UNREFERENCED_PARAMETER(P)
Definition: ntbasedef.h:329
struct _ERROR_LOG_ENTRY ERROR_LOG_ENTRY
LIST_ENTRY IopErrorLogListHead
Definition: error.c:30
VOID NTAPI IopRestartLogWorker(VOID)
Definition: error.c:85
BOOLEAN IopLogPortConnected
Definition: error.c:34
KSPIN_LOCK IopLogListLock
Definition: error.c:31
HANDLE IopLogPort
Definition: error.c:35
BOOLEAN NTAPI IopConnectLogPort(VOID)
Definition: error.c:110
PLIST_ENTRY NTAPI IopGetErrorLogEntry(VOID)
Definition: error.c:59
#define IO_ERROR_OBJECT_NAMES_LENGTH
LONG IopTotalLogSize
Definition: error.c:29
NTSTATUS NTAPI ObQueryNameString(IN PVOID Object, OUT POBJECT_NAME_INFORMATION ObjectNameInfo, IN ULONG Length, OUT PULONG ReturnLength)
Definition: obname.c:1207
Definition: io.h:331
LARGE_INTEGER TimeStamp
Definition: io.h:337
CSHORT Size
Definition: io.h:333
LIST_ENTRY ListEntry
Definition: io.h:334
PDEVICE_OBJECT DeviceObject
Definition: io.h:335
PDRIVER_OBJECT DriverObject
Definition: io.h:336
#define TAG_ERROR_LOG
Definition: tag.h:80
unsigned char UCHAR
Definition: typedefs.h:53
char * PCHAR
Definition: typedefs.h:51
#define STATUS_INFO_LENGTH_MISMATCH
Definition: udferr_usr.h:133
#define ALIGN_UP_POINTER(ptr, type)
Definition: umtypes.h:97
#define IO_TYPE_ERROR_MESSAGE
#define IO_ERROR_LOG_MESSAGE_LENGTH
Definition: iotypes.h:2038
struct _IO_ERROR_LOG_MESSAGE IO_ERROR_LOG_MESSAGE
struct _IO_ERROR_LOG_PACKET * PIO_ERROR_LOG_PACKET
struct _IO_ERROR_LOG_PACKET IO_ERROR_LOG_PACKET
_Inout_opt_ PVOID Parameter
Definition: rtltypes.h:336

Referenced by IopLogDpcRoutine(), and IoWriteErrorLogEntry().

◆ IopMountVolume()

NTSTATUS NTAPI IopMountVolume ( IN PDEVICE_OBJECT  DeviceObject,
IN BOOLEAN  AllowRawMount,
IN BOOLEAN  DeviceIsLocked,
IN BOOLEAN  Alertable,
OUT PVPB Vpb 
)

Definition at line 462 of file volume.c.

467{
471 PIRP Irp;
472 PIO_STACK_LOCATION StackPtr;
473 PLIST_ENTRY FsList, ListEntry;
474 LIST_ENTRY LocalList;
476 PDEVICE_OBJECT FileSystemDeviceObject, ParentFsDeviceObject;
477 ULONG FsStackOverhead, RegistrationOps;
478 PAGED_CODE();
479
480 /* Check if the device isn't already locked */
481 if (!DeviceIsLocked)
482 {
483 /* Lock it ourselves */
485 Executive,
487 Alertable,
488 NULL);
490 {
491 /* Don't mount if we were interrupted */
492 return Status;
493 }
494 }
495
496 /* Acquire the FS Lock*/
499
500 /* Make sure we weren't already mounted */
501 if (!(DeviceObject->Vpb->Flags & (VPB_MOUNTED | VPB_REMOVE_PENDING)))
502 {
503 /* Initialize the event to wait on */
505
506 /* Remove the verify flag and get the actual device to mount */
507 DeviceObject->Flags &= ~DO_VERIFY_VOLUME;
508 while (AttachedDeviceObject->AttachedDevice)
509 {
510 /* Get the next one */
512 }
513
514 /* Reference it */
516
517 /* For a mount operation, this can only be a Disk, CD-ROM or tape */
518 if ((DeviceObject->DeviceType == FILE_DEVICE_DISK) ||
519 (DeviceObject->DeviceType == FILE_DEVICE_VIRTUAL_DISK))
520 {
521 /* Use the disk list */
523 }
524 else if (DeviceObject->DeviceType == FILE_DEVICE_CD_ROM)
525 {
526 /* Use the CD-ROM list */
528 }
529 else
530 {
531 /* It's gotta be a tape... */
533 }
534
535 /* Now loop the fs list until one of the file systems accepts us */
537 ListEntry = FsList->Flink;
538 while ((ListEntry != FsList) && !(NT_SUCCESS(Status)))
539 {
540 /*
541 * If we're not allowed to mount this volume and this is our last
542 * (but not only) chance to mount it...
543 */
544 if (!(AllowRawMount) &&
545 (ListEntry->Flink == FsList) &&
546 (ListEntry != FsList->Flink))
547 {
548 /* Then fail this mount request */
549 break;
550 }
551
552 /*
553 * Also check if this is a raw mount and there are other file
554 * systems on the list.
555 */
556 if ((DeviceObject->Vpb->Flags & VPB_RAW_MOUNT) &&
557 (ListEntry->Flink != FsList))
558 {
559 /* Then skip this entry */
560 ListEntry = ListEntry->Flink;
561 continue;
562 }
563
564 /* Get the Device Object for this FS */
565 FileSystemDeviceObject = CONTAINING_RECORD(ListEntry,
567 Queue.ListEntry);
568 ParentFsDeviceObject = FileSystemDeviceObject;
569
570 /*
571 * If this file system device is attached to some other device,
572 * then we must make sure to increase the stack size for the IRP.
573 * The default is +1, for the FS device itself.
574 */
575 FsStackOverhead = 1;
576 while (FileSystemDeviceObject->AttachedDevice)
577 {
578 /* Get the next attached device and increase overhead */
579 FileSystemDeviceObject = FileSystemDeviceObject->
580 AttachedDevice;
581 FsStackOverhead++;
582 }
583
584 /* Clear the event */
586
587 /* Allocate the IRP */
589 (UCHAR)FsStackOverhead,
590 TRUE);
591 if (!Irp)
592 {
593 /* Fail */
595 break;
596 }
597
598 /* Setup the IRP */
599 Irp->UserIosb = &IoStatusBlock;
600 Irp->UserEvent = &Event;
601 Irp->Tail.Overlay.Thread = PsGetCurrentThread();
603 Irp->RequestorMode = KernelMode;
604
605 /* Get the I/O Stack location and set it up */
606 StackPtr = IoGetNextIrpStackLocation(Irp);
609 StackPtr->Flags = AllowRawMount;
610 StackPtr->Parameters.MountVolume.Vpb = DeviceObject->Vpb;
611 StackPtr->Parameters.MountVolume.DeviceObject =
613
614 /* Save registration operations */
615 RegistrationOps = IopFsRegistrationOps;
616
617 /* Release locks */
620
621 /* Call the driver */
622 Status = IoCallDriver(FileSystemDeviceObject, Irp);
623 if (Status == STATUS_PENDING)
624 {
625 /* Wait on it */
627 Executive,
629 FALSE,
630 NULL);
632 }
633
636
637 /* Check if mounting was successful */
638 if (NT_SUCCESS(Status))
639 {
640 /* Mount the VPB */
643 (DeviceObject->Vpb->Flags &
645 }
646 else
647 {
648 /* Check if we failed because of the user */
651 {
652 /* Break out and fail */
653 break;
654 }
655
656 /* If there were registration operations in the meanwhile */
657 if (RegistrationOps != IopFsRegistrationOps)
658 {
659 /* We need to setup a local list to pickup where we left */
660 LocalList.Flink = FsList->Flink;
661 ListEntry = &LocalList;
662
664 }
665
666 /* Otherwise, check if we need to load the FS driver */
668 {
669 /* We need to release the lock */
672
673 /* Release the device lock if we're holding it */
674 if (!DeviceIsLocked)
675 {
676 KeSetEvent(&DeviceObject->DeviceLock, 0, FALSE);
677 }
678
679 /* Leave critical section */
681
682 /* Load the FS */
683 IopLoadFileSystemDriver(ParentFsDeviceObject);
684
685 /* Check if the device isn't already locked */
686 if (!DeviceIsLocked)
687 {
688 /* Lock it ourselves */
690 DeviceLock,
691 Executive,
693 Alertable,
694 NULL);
695 if ((Status == STATUS_ALERTED) ||
697 {
698 /* Don't mount if we were interrupted */
700 return Status;
701 }
702 }
703
704 /* Reacquire the lock */
707
708 /* When we released the lock, make sure nobody beat us */
709 if (DeviceObject->Vpb->Flags & VPB_MOUNTED)
710 {
711 /* Someone did, break out */
713 break;
714 }
715
716 /* Start over by setting a failure */
718
719 /* We need to setup a local list to pickup where we left */
720 LocalList.Flink = FsList->Flink;
721 ListEntry = &LocalList;
722 }
723
724 /*
725 * Check if we failed with any other error then an unrecognized
726 * volume, and if this request doesn't allow mounting the raw
727 * file system.
728 */
729 if (!(AllowRawMount) &&
732 {
733 /* Break out and give up */
734 break;
735 }
736 }
737
738 /* Go to the next FS entry */
739 ListEntry = ListEntry->Flink;
740 }
741
742 /* Dereference the device if we failed */
744 }
745 else if (DeviceObject->Vpb->Flags & VPB_REMOVE_PENDING)
746 {
747 /* Someone wants to remove us */
749 }
750 else
751 {
752 /* Someone already mounted us */
754 }
755
756 /* Release the FS lock */
759
760 /* Release the device lock if we're holding it */
761 if (!DeviceIsLocked) KeSetEvent(&DeviceObject->DeviceLock, 0, FALSE);
762
763 /* Check if we failed to mount the boot partition */
764 if ((!NT_SUCCESS(Status)) &&
767 {
768 /* Bugcheck the system */
769 KeBugCheckEx(INACCESSIBLE_BOOT_DEVICE,
771 Status,
772 0,
773 0);
774 }
775
776 /* Return the mount status */
777 return Status;
778}
#define DO_SYSTEM_BOOT_PARTITION
Definition: env_spec_w32.h:400
#define ExAcquireResourceSharedLite(res, wait)
Definition: env_spec_w32.h:621
#define KeGetPreviousMode()
Definition: ketypes.h:1115
#define VPB_REMOVE_PENDING
Definition: ntifs_ex.h:428
ULONG ExpInitializationPhase
Definition: init.c:68
BOOLEAN NTAPI FsRtlIsTotalDeviceFailure(IN NTSTATUS NtStatus)
Definition: filter.c:37
ULONG FASTCALL IopInterlockedDecrementUlong(IN KSPIN_LOCK_QUEUE_NUMBER Queue, IN PULONG Ulong)
Definition: volume.c:331
ULONG FASTCALL IopInterlockedIncrementUlong(IN KSPIN_LOCK_QUEUE_NUMBER Queue, IN PULONG Ulong)
Definition: volume.c:313
LIST_ENTRY IopCdRomFileSystemQueueHead
Definition: volume.c:22
VOID NTAPI IopLoadFileSystemDriver(IN PDEVICE_OBJECT DeviceObject)
Definition: volume.c:409
ERESOURCE IopDatabaseResource
Definition: volume.c:20
ULONG IopFsRegistrationOps
Definition: volume.c:24
LIST_ENTRY IopDiskFileSystemQueueHead
Definition: volume.c:21
PVPB NTAPI IopMountInitializeVpb(IN PDEVICE_OBJECT DeviceObject, IN PDEVICE_OBJECT AttachedDeviceObject, IN BOOLEAN Raw)
Definition: volume.c:249
LIST_ENTRY IopTapeFileSystemQueueHead
Definition: volume.c:22
#define STATUS_FS_DRIVER_REQUIRED
Definition: ntstatus.h:739
#define STATUS_DEVICE_DOES_NOT_EXIST
Definition: ntstatus.h:522
#define FILE_DEVICE_CD_ROM
Definition: winioctl.h:47
#define FILE_DEVICE_DISK
Definition: winioctl.h:52
#define FILE_DEVICE_VIRTUAL_DISK
Definition: winioctl.h:81
union _IO_STACK_LOCATION::@1670 Parameters
struct _IO_STACK_LOCATION::@4315::@4335 MountVolume
uint32_t * PULONG
Definition: typedefs.h:59
#define STATUS_UNRECOGNIZED_VOLUME
Definition: udferr_usr.h:173
WDF_EXTERN_C_START typedef _Must_inspect_result_ _In_ WDFDRIVER _In_opt_ PWDF_OBJECT_ATTRIBUTES _In_ PDEVICE_OBJECT _In_opt_ PDEVICE_OBJECT AttachedDeviceObject
Definition: wdfminiport.h:70
#define IoIsErrorUserInduced(Status)
Definition: iofuncs.h:2817
#define IRP_MJ_FILE_SYSTEM_CONTROL
#define VPB_RAW_MOUNT
Definition: iotypes.h:1811
#define IRP_MOUNT_COMPLETION
#define IRP_SYNCHRONOUS_PAGING_IO
#define IRP_MN_MOUNT_VOLUME
Definition: iotypes.h:4407
@ LockQueueIoDatabaseLock
Definition: ketypes.h:720

Referenced by IopCheckVpbMounted(), and IoVerifyVolume().

◆ IopOpenRegistryKeyEx()

◆ IopParseDevice()

NTSTATUS NTAPI IopParseDevice ( IN PVOID  ParseObject,
IN PVOID  ObjectType,
IN OUT PACCESS_STATE  AccessState,
IN KPROCESSOR_MODE  AccessMode,
IN ULONG  Attributes,
IN OUT PUNICODE_STRING  CompleteName,
IN OUT PUNICODE_STRING  RemainingName,
IN OUT PVOID  Context,
IN PSECURITY_QUALITY_OF_SERVICE SecurityQos  OPTIONAL,
OUT PVOID Object 
)

Definition at line 321 of file file.c.

331{
332 POPEN_PACKET OpenPacket = (POPEN_PACKET)Context;
333 PDEVICE_OBJECT OriginalDeviceObject = (PDEVICE_OBJECT)ParseObject;
334 PDEVICE_OBJECT DeviceObject, OwnerDevice;
337 PVPB Vpb = NULL;
338 PIRP Irp;
339 PIO_STACK_LOCATION StackLoc;
340 IO_SECURITY_CONTEXT SecurityContext;
342 BOOLEAN DirectOpen = FALSE, OpenCancelled, UseDummyFile;
345 PDUMMY_FILE_OBJECT LocalFileObject;
348 KPROCESSOR_MODE CheckMode;
349 BOOLEAN VolumeOpen = FALSE;
351 BOOLEAN AccessGranted, LockHeld = FALSE;
353 UNICODE_STRING FileString;
354 USHORT Attempt;
355 IOTRACE(IO_FILE_DEBUG, "ParseObject: %p. RemainingName: %wZ\n",
356 ParseObject, RemainingName);
357
358 for (Attempt = 0; Attempt < IOP_MAX_REPARSE_TRAVERSAL; ++Attempt)
359 {
360 /* Assume failure */
361 *Object = NULL;
362
363 /* Validate the open packet */
364 if (!IopValidateOpenPacket(OpenPacket)) return STATUS_OBJECT_TYPE_MISMATCH;
365
366 /* Valide reparse point in case we traversed a mountpoint */
367 if (OpenPacket->TraversedMountPoint)
368 {
369 /* This is a reparse point we understand */
371
372 /* Make sure we're dealing with correct DO */
373 if (OriginalDeviceObject->DeviceType != FILE_DEVICE_DISK &&
374 OriginalDeviceObject->DeviceType != FILE_DEVICE_CD_ROM &&
375 OriginalDeviceObject->DeviceType != FILE_DEVICE_VIRTUAL_DISK &&
376 OriginalDeviceObject->DeviceType != FILE_DEVICE_TAPE)
377 {
380 }
381 }
382
383 /* Check if we have a related file object */
384 if (OpenPacket->RelatedFileObject)
385 {
386 /* Use the related file object's device object */
387 OriginalDeviceObject = OpenPacket->RelatedFileObject->DeviceObject;
388 }
389
390 /* Validate device status */
391 Status = IopCheckDeviceAndDriver(OpenPacket, OriginalDeviceObject);
392 if (!NT_SUCCESS(Status))
393 {
394 /* We failed, return status */
395 OpenPacket->FinalStatus = Status;
396 return Status;
397 }
398
399 /* Map the generic mask and set the new mapping in the access state */
400 RtlMapGenericMask(&AccessState->RemainingDesiredAccess,
402 RtlMapGenericMask(&AccessState->OriginalDesiredAccess,
406 DesiredAccess = AccessState->RemainingDesiredAccess;
407
408 /* Check what kind of access checks to do */
409 if ((AccessMode != KernelMode) ||
410 (OpenPacket->Options & IO_FORCE_ACCESS_CHECK))
411 {
412 /* Call is from user-mode or kernel is forcing checks */
413 CheckMode = UserMode;
414 }
415 else
416 {
417 /* Call is from the kernel */
418 CheckMode = KernelMode;
419 }
420
421 /* Check privilege for backup or restore operation */
423 &OpenPacket->CreateOptions,
424 CheckMode,
425 OpenPacket->Disposition);
426
427 /* Check if we are re-parsing */
428 if (((OpenPacket->Override) && !(RemainingName->Length)) ||
430 {
431 /* Get granted access from the last call */
432 DesiredAccess |= AccessState->PreviouslyGrantedAccess;
433 }
434
435 /* Check if this is a volume open */
436 if ((OpenPacket->RelatedFileObject) &&
437 (OpenPacket->RelatedFileObject->Flags & FO_VOLUME_OPEN) &&
438 !(RemainingName->Length))
439 {
440 /* It is */
441 VolumeOpen = TRUE;
442 }
443
444 /* Now check if we need access checks */
445 if (((AccessMode != KernelMode) ||
446 (OpenPacket->Options & IO_FORCE_ACCESS_CHECK)) &&
447 (!(OpenPacket->RelatedFileObject) || (VolumeOpen)) &&
448 !(OpenPacket->Override))
449 {
452
453 /* Check if a device object is being parsed */
454 if (!RemainingName->Length)
455 {
456 /* Lock the subject context */
457 SeLockSubjectContext(&AccessState->SubjectSecurityContext);
458 LockHeld = TRUE;
459
460 /* Do access check */
461 AccessGranted = SeAccessCheck(OriginalDeviceObject->
463 &AccessState->SubjectSecurityContext,
464 LockHeld,
466 0,
467 &Privileges,
469 TypeInfo.GenericMapping,
470 UserMode,
472 &Status);
473 if (Privileges)
474 {
475 /* Append and free the privileges */
478 }
479
480 /* Check if we got access */
481 if (AccessGranted)
482 {
483 /* Update access state */
484 AccessState->PreviouslyGrantedAccess |= GrantedAccess;
485 AccessState->RemainingDesiredAccess &= ~(GrantedAccess |
487 OpenPacket->Override= TRUE;
488 }
489
490 FileString.Length = 8;
491 FileString.MaximumLength = 8;
492 FileString.Buffer = L"File";
493
494 /* Do Audit/Alarm for open operation */
495 SeOpenObjectAuditAlarm(&FileString,
496 OriginalDeviceObject,
497 CompleteName,
498 OriginalDeviceObject->SecurityDescriptor,
500 FALSE,
502 UserMode,
503 &AccessState->GenerateOnClose);
504 }
505 else
506 {
507 /* Check if we need to do traverse validation */
509 ((OriginalDeviceObject->DeviceType == FILE_DEVICE_DISK) ||
510 (OriginalDeviceObject->DeviceType == FILE_DEVICE_CD_ROM)))
511 {
512 /* Check if this is a restricted token */
513 if (!(AccessState->Flags & TOKEN_IS_RESTRICTED))
514 {
515 /* Do the FAST traverse check */
516 AccessGranted = SeFastTraverseCheck(OriginalDeviceObject->SecurityDescriptor,
519 UserMode);
520 }
521 else
522 {
523 /* Fail */
525 }
526
527 /* Check if we failed to get access */
528 if (!AccessGranted)
529 {
530 /* Lock the subject context */
531 SeLockSubjectContext(&AccessState->SubjectSecurityContext);
532 LockHeld = TRUE;
533
534 /* Do access check */
535 AccessGranted = SeAccessCheck(OriginalDeviceObject->
537 &AccessState->SubjectSecurityContext,
538 LockHeld,
540 0,
541 &Privileges,
543 TypeInfo.GenericMapping,
544 UserMode,
546 &Status);
547 if (Privileges)
548 {
549 /* Append and free the privileges */
552 }
553 }
554
555 /* FIXME: Do Audit/Alarm for traverse check */
556 }
557 else
558 {
559 /* Access automatically granted */
561 }
562 }
563
566
567 /* Check if we hold the lock */
568 if (LockHeld)
569 {
570 /* Release it */
571 SeUnlockSubjectContext(&AccessState->SubjectSecurityContext);
572 }
573
574 /* Check if access failed */
575 if (!AccessGranted)
576 {
577 /* Dereference the device and fail */
578 DPRINT1("Traverse access failed!\n");
579 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
581 }
582 }
583
584 /* Check if we can simply use a dummy file */
585 UseDummyFile = ((OpenPacket->QueryOnly) || (OpenPacket->DeleteOnly));
586
587 /* Check if this is a direct open */
588 if (!(RemainingName->Length) &&
589 !(OpenPacket->RelatedFileObject) &&
595 WRITE_DAC)) == 0) &&
596 !(UseDummyFile))
597 {
598 /* Remember this for later */
599 DirectOpen = TRUE;
600 }
601
602 /* Check if we have a related FO that wasn't a direct open */
603 if ((OpenPacket->RelatedFileObject) &&
604 !(OpenPacket->RelatedFileObject->Flags & FO_DIRECT_DEVICE_OPEN))
605 {
606 /* The device object is the one we were given */
607 DeviceObject = ParseObject;
608
609 /* Check if the related FO had a VPB */
610 if (OpenPacket->RelatedFileObject->Vpb)
611 {
612 /* Yes, remember it */
613 Vpb = OpenPacket->RelatedFileObject->Vpb;
614
615 /* Reference it */
616 InterlockedIncrement((PLONG)&Vpb->ReferenceCount);
617
618 /* Check if we were given a specific top level device to use */
620 {
621 DeviceObject = Vpb->DeviceObject;
622 }
623 }
624 }
625 else
626 {
627 /* Check if it has a VPB */
628 if ((OriginalDeviceObject->Vpb) && !(DirectOpen))
629 {
630 /* Check if the VPB is mounted, and mount it */
631 Vpb = IopCheckVpbMounted(OpenPacket,
632 OriginalDeviceObject,
634 &Status);
635 if (!Vpb) return Status;
636
637 /* Get the VPB's device object */
638 DeviceObject = Vpb->DeviceObject;
639 }
640 else
641 {
642 /* The device object is the one we were given */
643 DeviceObject = OriginalDeviceObject;
644 }
645
646 /* If we weren't given a specific top level device, look for an attached device */
647 if (!(OpenPacket->InternalFlags & IOP_USE_TOP_LEVEL_DEVICE_HINT) &&
648 DeviceObject->AttachedDevice)
649 {
650 /* Get the attached device */
652 }
653 }
654
655 /* If we have a top level device hint, verify it */
657 {
658 Status = IopCheckTopDeviceHint(&DeviceObject, OpenPacket, DirectOpen);
659 if (!NT_SUCCESS(Status))
660 {
661 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
663 return Status;
664 }
665 }
666
667 /* If we traversed a mount point, reset the information */
668 if (OpenPacket->TraversedMountPoint)
669 {
670 OpenPacket->TraversedMountPoint = FALSE;
671 }
672
673 /* Check if this is a secure FSD */
674 if ((DeviceObject->Characteristics & FILE_DEVICE_SECURE_OPEN) &&
675 ((OpenPacket->RelatedFileObject) || (RemainingName->Length)) &&
676 (!VolumeOpen))
677 {
679 GrantedAccess = 0;
680
683
684 /* Lock the subject context */
685 SeLockSubjectContext(&AccessState->SubjectSecurityContext);
686
687 /* Do access check */
688 AccessGranted = SeAccessCheck(OriginalDeviceObject->SecurityDescriptor,
689 &AccessState->SubjectSecurityContext,
690 TRUE,
692 0,
693 &Privileges,
695 UserMode,
697 &Status);
698 if (Privileges != NULL)
699 {
700 /* Append and free the privileges */
703 }
704
705 /* Check if we got access */
706 if (GrantedAccess)
707 {
708 AccessState->PreviouslyGrantedAccess |= GrantedAccess;
709 AccessState->RemainingDesiredAccess &= ~(GrantedAccess | MAXIMUM_ALLOWED);
710 }
711
712 FileString.Length = 8;
713 FileString.MaximumLength = 8;
714 FileString.Buffer = L"File";
715
716 /* Do Audit/Alarm for open operation
717 * NOTA: we audit target device object
718 */
719 SeOpenObjectAuditAlarm(&FileString,
721 CompleteName,
722 OriginalDeviceObject->SecurityDescriptor,
724 FALSE,
726 UserMode,
727 &AccessState->GenerateOnClose);
728
729 SeUnlockSubjectContext(&AccessState->SubjectSecurityContext);
730
733
734 /* Check if access failed */
735 if (!AccessGranted)
736 {
737 /* Dereference the device and fail */
738 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
741 }
742 }
743
744 /* Allocate the IRP */
745 Irp = IoAllocateIrp(DeviceObject->StackSize, TRUE);
746 if (!Irp)
747 {
748 /* Dereference the device and VPB, then fail */
749 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
752 }
753
754 /* Now set the IRP data */
755 Irp->RequestorMode = AccessMode;
757 Irp->Tail.Overlay.Thread = PsGetCurrentThread();
758 Irp->UserIosb = &IoStatusBlock;
759 Irp->MdlAddress = NULL;
760 Irp->PendingReturned = FALSE;
761 Irp->UserEvent = NULL;
762 Irp->Cancel = FALSE;
763 Irp->CancelRoutine = NULL;
764 Irp->Tail.Overlay.AuxiliaryBuffer = NULL;
765
766 /* Setup the security context */
767 SecurityContext.SecurityQos = SecurityQos;
768 SecurityContext.AccessState = AccessState;
769 SecurityContext.DesiredAccess = AccessState->RemainingDesiredAccess;
770 SecurityContext.FullCreateOptions = OpenPacket->CreateOptions;
771
772 /* Get the I/O Stack location */
773 StackLoc = IoGetNextIrpStackLocation(Irp);
774 StackLoc->Control = 0;
775
776 /* Check what kind of file this is */
777 switch (OpenPacket->CreateFileType)
778 {
779 /* Normal file */
781
782 /* Set the major function and EA Length */
783 StackLoc->MajorFunction = IRP_MJ_CREATE;
784 StackLoc->Parameters.Create.EaLength = OpenPacket->EaLength;
785
786 /* Set the flags */
787 StackLoc->Flags = (UCHAR)OpenPacket->Options;
789 break;
790
791 /* Named pipe */
793
794 /* Set the named pipe MJ and set the parameters */
796 StackLoc->Parameters.CreatePipe.Parameters = OpenPacket->ExtraCreateParameters;
797 break;
798
799 /* Mailslot */
801
802 /* Set the mailslot MJ and set the parameters */
804 StackLoc->Parameters.CreateMailslot.Parameters = OpenPacket->ExtraCreateParameters;
805 break;
806 }
807
808 /* Set the common data */
809 Irp->Overlay.AllocationSize = OpenPacket->AllocationSize;
810 Irp->AssociatedIrp.SystemBuffer = OpenPacket->EaBuffer;
811 StackLoc->Parameters.Create.Options = (OpenPacket->Disposition << 24) |
812 (OpenPacket->CreateOptions &
813 0xFFFFFF);
814 StackLoc->Parameters.Create.FileAttributes = OpenPacket->FileAttributes;
815 StackLoc->Parameters.Create.ShareAccess = OpenPacket->ShareAccess;
816 StackLoc->Parameters.Create.SecurityContext = &SecurityContext;
817
818 /* Check if we really need to create an object */
819 if (!UseDummyFile)
820 {
821 ULONG ObjectSize = sizeof(FILE_OBJECT);
822
823 /* Tag on space for a file object extension */
825 ObjectSize += sizeof(FILE_OBJECT_EXTENSION);
826
827 /* Create the actual file object */
829 NULL,
831 NULL,
832 NULL);
837 NULL,
838 ObjectSize,
839 0,
840 0,
841 (PVOID*)&FileObject);
842 if (!NT_SUCCESS(Status))
843 {
844 /* Create failed, free the IRP */
845 IoFreeIrp(Irp);
846
847 /* Dereference the device and VPB */
848 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
850
851 /* We failed, return status */
852 OpenPacket->FinalStatus = Status;
853 return Status;
854 }
855
856 /* Clear the file object */
857 RtlZeroMemory(FileObject, ObjectSize);
858
859 /* Check if this is Synch I/O */
860 if (OpenPacket->CreateOptions &
862 {
863 /* Set the synch flag */
865
866 /* Check if it's also alertable */
868 {
869 /* It is, set the alertable flag */
870 FileObject->Flags |= FO_ALERTABLE_IO;
871 }
872 }
873
874 /* Check if this is synch I/O */
875 if (FileObject->Flags & FO_SYNCHRONOUS_IO)
876 {
877 /* Initialize the event */
879 }
880
881 /* Check if the caller requested no intermediate buffering */
883 {
884 /* Set the correct flag for the FSD to read */
886 }
887
888 /* Check if the caller requested write through support */
889 if (OpenPacket->CreateOptions & FILE_WRITE_THROUGH)
890 {
891 /* Set the correct flag for the FSD to read */
893 }
894
895 /* Check if the caller says the file will be only read sequentially */
896 if (OpenPacket->CreateOptions & FILE_SEQUENTIAL_ONLY)
897 {
898 /* Set the correct flag for the FSD to read */
900 }
901
902 /* Check if the caller believes the file will be only read randomly */
903 if (OpenPacket->CreateOptions & FILE_RANDOM_ACCESS)
904 {
905 /* Set the correct flag for the FSD to read */
907 }
908
909 /* Check if we were asked to setup a file object extension */
911 {
912 PFILE_OBJECT_EXTENSION FileObjectExtension;
913
914 /* Make sure the file object knows it has an extension */
916
917 /* Initialize file object extension */
918 FileObjectExtension = (PFILE_OBJECT_EXTENSION)(FileObject + 1);
919 FileObject->FileObjectExtension = FileObjectExtension;
920
921 /* Add the top level device which we'll send the request to */
923 {
924 FileObjectExtension->TopDeviceObjectHint = DeviceObject;
925 }
926 }
927 }
928 else
929 {
930 /* Use the dummy object instead */
931 LocalFileObject = OpenPacket->LocalFileObject;
932 RtlZeroMemory(LocalFileObject, sizeof(DUMMY_FILE_OBJECT));
933
934 /* Set it up */
935 FileObject = (PFILE_OBJECT)&LocalFileObject->ObjectHeader.Body;
936 LocalFileObject->ObjectHeader.Type = IoFileObjectType;
937 LocalFileObject->ObjectHeader.PointerCount = 1;
938 }
939
940 /* Setup the file header */
941 FileObject->Type = IO_TYPE_FILE;
942 FileObject->Size = sizeof(FILE_OBJECT);
943 FileObject->RelatedFileObject = OpenPacket->RelatedFileObject;
944 FileObject->DeviceObject = OriginalDeviceObject;
945
946 /* Check if this is a direct device open */
947 if (DirectOpen) FileObject->Flags |= FO_DIRECT_DEVICE_OPEN;
948
949 /* Check if the caller wants case sensitivity */
951 {
952 /* Tell the driver about it */
954 }
955
956 /* Now set the file object */
957 Irp->Tail.Overlay.OriginalFileObject = FileObject;
958 StackLoc->FileObject = FileObject;
959
960 /* Check if the file object has a name */
961 if (RemainingName->Length)
962 {
963 /* Setup the unicode string */
964 FileObject->FileName.MaximumLength = RemainingName->Length + sizeof(WCHAR);
965 FileObject->FileName.Buffer = ExAllocatePoolWithTag(PagedPool,
966 FileObject->FileName.MaximumLength,
968 if (!FileObject->FileName.Buffer)
969 {
970 /* Failed to allocate the name, free the IRP */
971 IoFreeIrp(Irp);
972
973 /* Dereference the device object and VPB */
974 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
976
977 /* Clear the FO and dereference it */
978 FileObject->DeviceObject = NULL;
979 if (!UseDummyFile) ObDereferenceObject(FileObject);
980
981 /* Fail */
983 }
984 }
985
986 /* Copy the name */
988
989 /* Initialize the File Object event and set the FO */
991 OpenPacket->FileObject = FileObject;
992
993 /* Queue the IRP and call the driver */
996 if (Status == STATUS_PENDING)
997 {
998 /* Wait for the driver to complete the create */
1000 Executive,
1001 KernelMode,
1002 FALSE,
1003 NULL);
1004
1005 /* Get the new status */
1007 }
1008 else
1009 {
1010 /* We'll have to complete it ourselves */
1011 ASSERT(!Irp->PendingReturned);
1012 ASSERT(!Irp->MdlAddress);
1013
1014 /* Handle name change if required */
1015 if (Status == STATUS_REPARSE)
1016 {
1017 /* Check this is a mount point */
1018 if (Irp->IoStatus.Information == IO_REPARSE_TAG_MOUNT_POINT)
1019 {
1020 PREPARSE_DATA_BUFFER ReparseData;
1021
1022 /* Reparse point attributes were passed by the driver in the auxiliary buffer */
1023 ASSERT(Irp->Tail.Overlay.AuxiliaryBuffer != NULL);
1024 ReparseData = (PREPARSE_DATA_BUFFER)Irp->Tail.Overlay.AuxiliaryBuffer;
1025
1029
1030 IopDoNameTransmogrify(Irp, FileObject, ReparseData);
1031 }
1032 }
1033
1034 /* Completion happens at APC_LEVEL */
1036
1037 /* Get the new I/O Status block ourselves */
1038 IoStatusBlock = Irp->IoStatus;
1040
1041 /* Manually signal the even, we can't have any waiters */
1042 FileObject->Event.Header.SignalState = 1;
1043
1044 /* Now that we've signaled the events, de-associate the IRP */
1046
1047 /* Check if the IRP had an input buffer */
1048 if ((Irp->Flags & IRP_BUFFERED_IO) &&
1049 (Irp->Flags & IRP_DEALLOCATE_BUFFER))
1050 {
1051 /* Free it. A driver might've tacked one on */
1052 ExFreePool(Irp->AssociatedIrp.SystemBuffer);
1053 }
1054
1055 /* Free the IRP and bring the IRQL back down */
1056 IoFreeIrp(Irp);
1058 }
1059
1060 /* Copy the I/O Status */
1062
1063 /* The driver failed to create the file */
1064 if (!NT_SUCCESS(Status))
1065 {
1066 /* Check if we have a name and if so, free it */
1067 if (FileObject->FileName.Length)
1068 {
1069 /*
1070 * Don't use TAG_IO_NAME since the FileObject's FileName
1071 * may have been re-allocated using a different tag
1072 * by a filesystem.
1073 */
1074 ExFreePoolWithTag(FileObject->FileName.Buffer, 0);
1075 FileObject->FileName.Buffer = NULL;
1076 FileObject->FileName.Length = 0;
1077 }
1078
1079 /* Clear its device object */
1080 FileObject->DeviceObject = NULL;
1081
1082 /* Save this now because the FO might go away */
1083 OpenCancelled = FileObject->Flags & FO_FILE_OPEN_CANCELLED ?
1084 TRUE : FALSE;
1085
1086 /* Clear the file object in the open packet */
1087 OpenPacket->FileObject = NULL;
1088
1089 /* Dereference the file object */
1090 if (!UseDummyFile) ObDereferenceObject(FileObject);
1091
1092 /* Dereference the device object */
1093 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
1094
1095 /* Unless the driver cancelled the open, dereference the VPB */
1096 if (!(OpenCancelled) && (Vpb)) IopDereferenceVpbAndFree(Vpb);
1097
1098 /* Set the status and return */
1099 OpenPacket->FinalStatus = Status;
1100 return Status;
1101 }
1102 else if (Status == STATUS_REPARSE)
1103 {
1104 if (OpenPacket->Information == IO_REPARSE ||
1106 {
1107 /* Update CompleteName with reparse info which got updated in IopDoNameTransmogrify() */
1108 if (CompleteName->MaximumLength < FileObject->FileName.Length)
1109 {
1110 PWSTR NewCompleteName;
1111
1112 /* Allocate a new buffer for the string */
1113 NewCompleteName = ExAllocatePoolWithTag(PagedPool, FileObject->FileName.Length, TAG_IO_NAME);
1114 if (NewCompleteName == NULL)
1115 {
1118 }
1119
1120 /* Release the old one */
1121 if (CompleteName->Buffer != NULL)
1122 {
1123 /*
1124 * Don't use TAG_IO_NAME since the FileObject's FileName
1125 * may have been re-allocated using a different tag
1126 * by a filesystem.
1127 */
1128 ExFreePoolWithTag(CompleteName->Buffer, 0);
1129 }
1130
1131 /* And setup the new one */
1132 CompleteName->Buffer = NewCompleteName;
1133 CompleteName->MaximumLength = FileObject->FileName.Length;
1134 }
1135
1136 /* Copy our new complete name */
1137 RtlCopyUnicodeString(CompleteName, &FileObject->FileName);
1138
1139 if (OpenPacket->Information == IO_REPARSE_TAG_MOUNT_POINT)
1140 {
1141 OpenPacket->RelatedFileObject = NULL;
1142 }
1143 }
1144
1145 /* Check if we have a name and if so, free it */
1146 if (FileObject->FileName.Length)
1147 {
1148 /*
1149 * Don't use TAG_IO_NAME since the FileObject's FileName
1150 * may have been re-allocated using a different tag
1151 * by a filesystem.
1152 */
1153 ExFreePoolWithTag(FileObject->FileName.Buffer, 0);
1154 FileObject->FileName.Buffer = NULL;
1155 FileObject->FileName.Length = 0;
1156 }
1157
1158 /* Clear its device object */
1159 FileObject->DeviceObject = NULL;
1160
1161 /* Clear the file object in the open packet */
1162 OpenPacket->FileObject = NULL;
1163
1164 /* Dereference the file object */
1165 if (!UseDummyFile) ObDereferenceObject(FileObject);
1166
1167 /* Dereference the device object */
1168 IopDereferenceDeviceObject(OriginalDeviceObject, FALSE);
1169
1170 /* Unless the driver cancelled the open, dereference the VPB */
1172
1173 if (OpenPacket->Information != IO_REMOUNT)
1174 {
1175 OpenPacket->RelatedFileObject = NULL;
1176
1177 /* Inform we traversed a mount point for later attempt */
1178 if (OpenPacket->Information == IO_REPARSE_TAG_MOUNT_POINT)
1179 {
1180 OpenPacket->TraversedMountPoint = 1;
1181 }
1182
1183 /* In case we override checks, but got this on volume open, fail hard */
1184 if (OpenPacket->Override)
1185 {
1186 KeBugCheckEx(DRIVER_RETURNED_STATUS_REPARSE_FOR_VOLUME_OPEN,
1187 (ULONG_PTR)OriginalDeviceObject,
1189 (ULONG_PTR)CompleteName,
1190 OpenPacket->Information);
1191 }
1192
1193 /* Return to IO/OB so that information can be upgraded */
1194 return STATUS_REPARSE;
1195 }
1196
1197 /* Loop again and reattempt an opening */
1198 continue;
1199 }
1200
1201 break;
1202 }
1203
1204 if (Attempt == IOP_MAX_REPARSE_TRAVERSAL)
1205 return STATUS_UNSUCCESSFUL;
1206
1207 /* Get the owner of the File Object */
1208 OwnerDevice = IoGetRelatedDeviceObject(FileObject);
1209
1210 /*
1211 * It's possible that the device to whom we sent the IRP to
1212 * isn't actually the device that ended opening the file object
1213 * internally.
1214 */
1215 if (OwnerDevice != DeviceObject)
1216 {
1217 /* We have to de-reference the VPB we had associated */
1219
1220 /* And re-associate with the actual one */
1221 Vpb = FileObject->Vpb;
1222 if (Vpb) InterlockedIncrement((PLONG)&Vpb->ReferenceCount);
1223 }
1224
1225 /* Make sure we are not using a dummy */
1226 if (!UseDummyFile)
1227 {
1228 /* Check if this was a volume open */
1229 if ((!(FileObject->RelatedFileObject) ||
1230 (FileObject->RelatedFileObject->Flags & FO_VOLUME_OPEN)) &&
1231 !(FileObject->FileName.Length))
1232 {
1233 /* All signs point to it, but make sure it was actually an FSD */
1234 if ((OwnerDevice->DeviceType == FILE_DEVICE_DISK_FILE_SYSTEM) ||
1235 (OwnerDevice->DeviceType == FILE_DEVICE_CD_ROM_FILE_SYSTEM) ||
1236 (OwnerDevice->DeviceType == FILE_DEVICE_TAPE_FILE_SYSTEM) ||
1237 (OwnerDevice->DeviceType == FILE_DEVICE_FILE_SYSTEM))
1238 {
1239 /* The owner device is an FSD, so this is a volume open for real */
1240 FileObject->Flags |= FO_VOLUME_OPEN;
1241 }
1242 }
1243
1244 /* Reference the object and set the parse check */
1246 *Object = FileObject;
1247 OpenPacket->FinalStatus = IoStatusBlock.Status;
1248 OpenPacket->ParseCheck = TRUE;
1249 return OpenPacket->FinalStatus;
1250 }
1251 else
1252 {
1253 /* Check if this was a query */
1254 if (OpenPacket->QueryOnly)
1255 {
1256 /* Check if the caller wants basic info only */
1257 if (!OpenPacket->FullAttributes)
1258 {
1259 /* Allocate the buffer */
1261 sizeof(*FileBasicInfo),
1262 TAG_IO);
1263 if (FileBasicInfo)
1264 {
1265 /* Do the query */
1268 sizeof(*FileBasicInfo),
1270 &ReturnLength);
1271 if (NT_SUCCESS(Status))
1272 {
1273 /* Copy the data */
1274 RtlCopyMemory(OpenPacket->BasicInformation,
1276 ReturnLength);
1277 }
1278
1279 /* Free our buffer */
1281 }
1282 else
1283 {
1284 /* Fail */
1286 }
1287 }
1288 else
1289 {
1290 /* This is a full query */
1292 FileObject,
1295 OpenPacket->NetworkInformation,
1296 &ReturnLength);
1298 }
1299 }
1300
1301 /* Delete the file object */
1303
1304 /* Clear out the file */
1305 OpenPacket->FileObject = NULL;
1306
1307 /* Set and return status */
1308 OpenPacket->FinalStatus = Status;
1309 OpenPacket->ParseCheck = TRUE;
1310 return Status;
1311 }
1312}
_In_ PVOID _In_ ULONG _Out_ PVOID _In_ ULONG _Inout_ PULONG ReturnLength
BOOLEAN NTAPI SeAccessCheck(_In_ PSECURITY_DESCRIPTOR SecurityDescriptor, _In_ PSECURITY_SUBJECT_CONTEXT SubjectSecurityContext, _In_ BOOLEAN SubjectContextLocked, _In_ ACCESS_MASK DesiredAccess, _In_ ACCESS_MASK PreviouslyGrantedAccess, _Out_ PPRIVILEGE_SET *Privileges, _In_ PGENERIC_MAPPING GenericMapping, _In_ KPROCESSOR_MODE AccessMode, _Out_ PACCESS_MASK GrantedAccess, _Out_ PNTSTATUS AccessStatus)
Determines whether security access rights can be given to an object depending on the security descrip...
Definition: accesschk.c:1994
#define FILE_DEVICE_SECURE_OPEN
Definition: cdrw_usr.h:46
#define STATUS_NOT_IMPLEMENTED
Definition: d3dkmdt.h:42
struct _DEVICE_OBJECT * PDEVICE_OBJECT
@ FileNetworkOpenInformation
Definition: from_kernel.h:95
@ FileBasicInformation
Definition: from_kernel.h:65
#define FILE_SYNCHRONOUS_IO_NONALERT
Definition: from_kernel.h:31
#define FILE_NO_INTERMEDIATE_BUFFERING
Definition: from_kernel.h:28
#define FILE_RANDOM_ACCESS
Definition: from_kernel.h:38
#define FILE_WRITE_THROUGH
Definition: from_kernel.h:26
#define FILE_SEQUENTIAL_ONLY
Definition: from_kernel.h:27
__in WDFOBJECT __in PCWDF_OBJECT_CONTEXT_TYPE_INFO TypeInfo
Definition: handleapi.cpp:601
static __inline BOOLEAN IopValidateOpenPacket(IN POPEN_PACKET OpenPacket)
Definition: io_x.h:154
NTSTATUS NTAPI IoQueryFileInformation(IN PFILE_OBJECT FileObject, IN FILE_INFORMATION_CLASS FileInformationClass, IN ULONG Length, OUT PVOID FileInformation, OUT PULONG ReturnedLength)
Definition: iofunc.c:1274
@ FileBasicInfo
Definition: minwinbase.h:304
#define UserMode
Definition: asm.h:39
NTSYSAPI VOID NTAPI RtlMapGenericMask(PACCESS_MASK AccessMask, PGENERIC_MAPPING GenericMapping)
#define SYNCHRONIZE
Definition: nt_native.h:61
#define WRITE_DAC
Definition: nt_native.h:59
ULONG ACCESS_MASK
Definition: nt_native.h:40
#define ACCESS_SYSTEM_SECURITY
Definition: nt_native.h:77
#define FILE_READ_ATTRIBUTES
Definition: nt_native.h:647
#define FILE_TRAVERSE
Definition: nt_native.h:643
#define READ_CONTROL
Definition: nt_native.h:58
#define WRITE_OWNER
Definition: nt_native.h:60
#define MAXIMUM_ALLOWED
Definition: nt_native.h:83
@ FILE_OBJECT
Definition: ntobjenum.h:17
#define IOP_USE_TOP_LEVEL_DEVICE_HINT
Definition: io.h:96
struct _OPEN_PACKET * POPEN_PACKET
PVPB NTAPI IopCheckVpbMounted(IN POPEN_PACKET OpenPacket, IN PDEVICE_OBJECT DeviceObject, IN PUNICODE_STRING RemainingName, OUT PNTSTATUS Status)
Definition: volume.c:76
struct _FILE_OBJECT_EXTENSION FILE_OBJECT_EXTENSION
#define IOP_CREATE_FILE_OBJECT_EXTENSION
Definition: io.h:97
#define IOP_MAX_REPARSE_TRAVERSAL
Definition: io.h:91
struct _FILE_OBJECT_EXTENSION * PFILE_OBJECT_EXTENSION
VOID NTAPI IopDereferenceVpbAndFree(IN PVPB Vpb)
Definition: volume.c:186
BOOLEAN NTAPI SeFastTraverseCheck(_In_ PSECURITY_DESCRIPTOR SecurityDescriptor, _In_ PACCESS_STATE AccessState, _In_ ACCESS_MASK DesiredAccess, _In_ KPROCESSOR_MODE AccessMode)
Determines whether security access rights can be given to an object depending on the security descrip...
Definition: accesschk.c:2138
ERESOURCE IopSecurityResource
Definition: iomgr.c:61
NTSTATUS IopCheckTopDeviceHint(IN OUT PDEVICE_OBJECT *DeviceObject, IN POPEN_PACKET OpenPacket, BOOLEAN DirectOpen)
Definition: file.c:272
VOID NTAPI IopCheckBackupRestorePrivilege(IN PACCESS_STATE AccessState, IN OUT PULONG CreateOptions, IN KPROCESSOR_MODE PreviousMode, IN ULONG Disposition)
Definition: file.c:25
VOID NTAPI IopDoNameTransmogrify(IN PIRP Irp, IN PFILE_OBJECT FileObject, IN PREPARSE_DATA_BUFFER DataBuffer)
Definition: file.c:167
NTSTATUS NTAPI IopCheckDeviceAndDriver(IN POPEN_PACKET OpenPacket, IN PDEVICE_OBJECT DeviceObject)
Definition: file.c:135
VOID NTAPI IopDeleteFile(IN PVOID ObjectBody)
Definition: file.c:1352
VOID NTAPI SeSetAccessStateGenericMapping(_In_ PACCESS_STATE AccessState, _In_ PGENERIC_MAPPING GenericMapping)
Sets a new generic mapping for an allocated access state.
Definition: access.c:193
VOID NTAPI SeOpenObjectAuditAlarm(_In_ PUNICODE_STRING ObjectTypeName, _In_opt_ PVOID Object, _In_opt_ PUNICODE_STRING AbsoluteObjectName, _In_ PSECURITY_DESCRIPTOR SecurityDescriptor, _In_ PACCESS_STATE AccessState, _In_ BOOLEAN ObjectCreated, _In_ BOOLEAN AccessGranted, _In_ KPROCESSOR_MODE AccessMode, _Out_ PBOOLEAN GenerateOnClose)
Creates an audit with alarm notification of an object that is being opened.
Definition: audit.c:1213
VOID NTAPI SeFreePrivileges(_In_ PPRIVILEGE_SET Privileges)
Frees a set of privileges.
Definition: priv.c:669
NTSTATUS NTAPI SeAppendPrivileges(_Inout_ PACCESS_STATE AccessState, _In_ PPRIVILEGE_SET Privileges)
Appends additional privileges.
Definition: priv.c:588
#define FILE_DEVICE_FILE_SYSTEM
Definition: winioctl.h:54
#define FILE_DEVICE_DISK_FILE_SYSTEM
Definition: winioctl.h:53
#define FILE_DEVICE_TAPE
Definition: winioctl.h:76
#define FILE_DEVICE_TAPE_FILE_SYSTEM
Definition: winioctl.h:77
#define FILE_DEVICE_CD_ROM_FILE_SYSTEM
Definition: winioctl.h:48
#define IRP_MJ_CREATE
Definition: rdpdr.c:44
OBJECT_HEADER ObjectHeader
Definition: io.h:357
ULONG Flags
Definition: pstypes.h:1529
PDEVICE_OBJECT TopDeviceObjectHint
Definition: io.h:102
PACCESS_STATE AccessState
Definition: iotypes.h:2869
PSECURITY_QUALITY_OF_SERVICE SecurityQos
Definition: iotypes.h:2868
ACCESS_MASK DesiredAccess
Definition: iotypes.h:2870
struct _IO_STACK_LOCATION::@4315::@4317 CreatePipe
struct _IO_STACK_LOCATION::@4315::@4316 Create
struct _IO_STACK_LOCATION::@4315::@4318 CreateMailslot
LONG_PTR PointerCount
Definition: obtypes.h:487
POBJECT_TYPE Type
Definition: obtypes.h:493
GENERIC_MAPPING GenericMapping
Definition: obtypes.h:358
OBJECT_TYPE_INITIALIZER TypeInfo
Definition: obtypes.h:390
LARGE_INTEGER AllocationSize
Definition: io.h:375
BOOLEAN Override
Definition: io.h:387
BOOLEAN DeleteOnly
Definition: io.h:389
PFILE_BASIC_INFORMATION BasicInformation
Definition: io.h:383
USHORT FileAttributes
Definition: io.h:377
PVOID ExtraCreateParameters
Definition: io.h:386
PFILE_NETWORK_OPEN_INFORMATION NetworkInformation
Definition: io.h:384
USHORT ShareAccess
Definition: io.h:378
BOOLEAN FullAttributes
Definition: io.h:390
NTSTATUS FinalStatus
Definition: io.h:370
CREATE_FILE_TYPE CreateFileType
Definition: io.h:385
PDUMMY_FILE_OBJECT LocalFileObject
Definition: io.h:391
ULONG_PTR Information
Definition: io.h:371
ULONG InternalFlags
Definition: io.h:393
ULONG Disposition
Definition: io.h:382
PFILE_OBJECT FileObject
Definition: io.h:369
ULONG Options
Definition: io.h:381
BOOLEAN TraversedMountPoint
Definition: io.h:392
PFILE_OBJECT RelatedFileObject
Definition: io.h:373
ULONG ParseCheck
Definition: io.h:372
ULONG CreateOptions
Definition: io.h:376
PVOID EaBuffer
Definition: io.h:379
ULONG EaLength
Definition: io.h:380
BOOLEAN QueryOnly
Definition: io.h:388
VOID NTAPI SeLockSubjectContext(_In_ PSECURITY_SUBJECT_CONTEXT SubjectContext)
Locks both the referenced primary and client access tokens of a security subject context.
Definition: subject.c:107
VOID NTAPI SeUnlockSubjectContext(_In_ PSECURITY_SUBJECT_CONTEXT SubjectContext)
Unlocks both the referenced primary and client access tokens of a security subject context.
Definition: subject.c:138
_Must_inspect_result_ _In_ WDFCOLLECTION _In_ WDFOBJECT Object
_Must_inspect_result_ _In_ WDFDMAENABLER _In_ _In_opt_ PWDF_OBJECT_ATTRIBUTES Attributes
_In_ USHORT _In_ ULONG _In_ PSOCKADDR _In_ PSOCKADDR _Reserved_ ULONG _In_opt_ PVOID _In_opt_ const WSK_CLIENT_CONNECTION_DISPATCH _In_opt_ PEPROCESS _In_opt_ PETHREAD _In_opt_ PSECURITY_DESCRIPTOR SecurityDescriptor
Definition: wsk.h:191
#define IO_REPARSE
Definition: iotypes.h:543
#define FO_FILE_OPEN_CANCELLED
Definition: iotypes.h:1797
#define FO_SEQUENTIAL_ONLY
Definition: iotypes.h:1780
#define FO_ALERTABLE_IO
Definition: iotypes.h:1777
#define IO_FORCE_ACCESS_CHECK
Definition: iotypes.h:540
#define IRP_MJ_CREATE_NAMED_PIPE
#define IRP_MJ_CREATE_MAILSLOT
#define FO_OPENED_CASE_SENSITIVE
Definition: iotypes.h:1793
#define FO_WRITE_THROUGH
Definition: iotypes.h:1779
#define FO_RANDOM_ACCESS
Definition: iotypes.h:1796
#define FO_VOLUME_OPEN
Definition: iotypes.h:1798
#define IO_TYPE_FILE
#define IRP_DEFER_IO_COMPLETION
#define FO_NO_INTERMEDIATE_BUFFERING
Definition: iotypes.h:1778
@ CreateFileTypeNone
Definition: iotypes.h:535
@ CreateFileTypeNamedPipe
Definition: iotypes.h:536
@ CreateFileTypeMailslot
Definition: iotypes.h:537
#define IO_REMOUNT
Definition: iotypes.h:544
#define SL_CASE_SENSITIVE
Definition: iotypes.h:1820
CCHAR KPROCESSOR_MODE
Definition: ketypes.h:7
_In_ PEPROCESS _In_ KPROCESSOR_MODE AccessMode
Definition: mmfuncs.h:396
_In_ PSECURITY_SUBJECT_CONTEXT _In_ BOOLEAN _In_ ACCESS_MASK _In_ ACCESS_MASK _Outptr_opt_ PPRIVILEGE_SET * Privileges
Definition: sefuncs.h:17
_In_opt_ PVOID _In_opt_ PUNICODE_STRING _In_ PSECURITY_DESCRIPTOR _In_ PACCESS_STATE _In_ BOOLEAN _In_ BOOLEAN AccessGranted
Definition: sefuncs.h:419
_In_opt_ PVOID _In_opt_ PUNICODE_STRING _In_ PSECURITY_DESCRIPTOR _In_ PACCESS_STATE AccessState
Definition: sefuncs.h:417
_In_ PSECURITY_SUBJECT_CONTEXT _In_ BOOLEAN _In_ ACCESS_MASK _In_ ACCESS_MASK _Outptr_opt_ PPRIVILEGE_SET _In_ PGENERIC_MAPPING _In_ KPROCESSOR_MODE _Out_ PACCESS_MASK GrantedAccess
Definition: sefuncs.h:20
#define TOKEN_HAS_TRAVERSE_PRIVILEGE
Definition: setypes.h:1190
#define TOKEN_IS_RESTRICTED
Definition: setypes.h:1195
#define SE_BACKUP_PRIVILEGES_CHECKED
Definition: setypes.h:1199

Referenced by IopCreateObjectTypes(), and IopParseFile().

◆ IopParseFile()

NTSTATUS NTAPI IopParseFile ( IN PVOID  ParseObject,
IN PVOID  ObjectType,
IN OUT PACCESS_STATE  AccessState,
IN KPROCESSOR_MODE  AccessMode,
IN ULONG  Attributes,
IN OUT PUNICODE_STRING  CompleteName,
IN OUT PUNICODE_STRING  RemainingName,
IN OUT PVOID Context  OPTIONAL,
IN PSECURITY_QUALITY_OF_SERVICE SecurityQos  OPTIONAL,
OUT PVOID Object 
)

Definition at line 1316 of file file.c.

1326{
1328 POPEN_PACKET OpenPacket = (POPEN_PACKET)Context;
1329
1330 /* Validate the open packet */
1331 if (!IopValidateOpenPacket(OpenPacket)) return STATUS_OBJECT_TYPE_MISMATCH;
1332
1333 /* Get the device object */
1335 OpenPacket->RelatedFileObject = ParseObject;
1336
1337 /* Call the main routine */
1339 ObjectType,
1341 AccessMode,
1342 Attributes,
1343 CompleteName,
1345 OpenPacket,
1346 SecurityQos,
1347 Object);
1348}
ObjectType
Definition: metafile.c:81
NTSTATUS NTAPI IopParseDevice(IN PVOID ParseObject, IN PVOID ObjectType, IN OUT PACCESS_STATE AccessState, IN KPROCESSOR_MODE AccessMode, IN ULONG Attributes, IN OUT PUNICODE_STRING CompleteName, IN OUT PUNICODE_STRING RemainingName, IN OUT PVOID Context, IN PSECURITY_QUALITY_OF_SERVICE SecurityQos OPTIONAL, OUT PVOID *Object)
Definition: file.c:321

Referenced by IopCreateObjectTypes().

◆ IopQueryDeviceCapabilities()

NTSTATUS NTAPI IopQueryDeviceCapabilities ( PDEVICE_NODE  DeviceNode,
PDEVICE_CAPABILITIES  DeviceCaps 
)

Definition at line 857 of file devaction.c.

859{
860 IO_STATUS_BLOCK StatusBlock;
863 HANDLE InstanceKey;
865
866 /* Set up the Header */
867 RtlZeroMemory(DeviceCaps, sizeof(DEVICE_CAPABILITIES));
868 DeviceCaps->Size = sizeof(DEVICE_CAPABILITIES);
869 DeviceCaps->Version = 1;
870 DeviceCaps->Address = -1;
871 DeviceCaps->UINumber = -1;
872
873 /* Set up the Stack */
875 Stack.Parameters.DeviceCapabilities.Capabilities = DeviceCaps;
876
877 /* Send the IRP */
878 Status = IopInitiatePnpIrp(DeviceNode->PhysicalDeviceObject,
879 &StatusBlock,
881 &Stack);
882 if (!NT_SUCCESS(Status))
883 {
885 {
886 DPRINT1("IRP_MN_QUERY_CAPABILITIES failed with status 0x%lx\n", Status);
887 }
888 return Status;
889 }
890
891 /* Map device capabilities to capability flags */
892 DeviceNode->CapabilityFlags = 0;
893 if (DeviceCaps->LockSupported)
894 DeviceNode->CapabilityFlags |= 0x00000001; // CM_DEVCAP_LOCKSUPPORTED
895
896 if (DeviceCaps->EjectSupported)
897 DeviceNode->CapabilityFlags |= 0x00000002; // CM_DEVCAP_EJECTSUPPORTED
898
899 if (DeviceCaps->Removable)
900 DeviceNode->CapabilityFlags |= 0x00000004; // CM_DEVCAP_REMOVABLE
901
902 if (DeviceCaps->DockDevice)
903 DeviceNode->CapabilityFlags |= 0x00000008; // CM_DEVCAP_DOCKDEVICE
904
905 if (DeviceCaps->UniqueID)
906 DeviceNode->CapabilityFlags |= 0x00000010; // CM_DEVCAP_UNIQUEID
907
908 if (DeviceCaps->SilentInstall)
909 DeviceNode->CapabilityFlags |= 0x00000020; // CM_DEVCAP_SILENTINSTALL
910
911 if (DeviceCaps->RawDeviceOK)
912 DeviceNode->CapabilityFlags |= 0x00000040; // CM_DEVCAP_RAWDEVICEOK
913
914 if (DeviceCaps->SurpriseRemovalOK)
915 DeviceNode->CapabilityFlags |= 0x00000080; // CM_DEVCAP_SURPRISEREMOVALOK
916
917 if (DeviceCaps->HardwareDisabled)
918 DeviceNode->CapabilityFlags |= 0x00000100; // CM_DEVCAP_HARDWAREDISABLED
919
920 if (DeviceCaps->NonDynamic)
921 DeviceNode->CapabilityFlags |= 0x00000200; // CM_DEVCAP_NONDYNAMIC
922
923 if (DeviceCaps->NoDisplayInUI)
924 DeviceNode->UserFlags |= DNUF_DONT_SHOW_IN_UI;
925 else
926 DeviceNode->UserFlags &= ~DNUF_DONT_SHOW_IN_UI;
927
928 Status = IopCreateDeviceKeyPath(&DeviceNode->InstancePath, REG_OPTION_NON_VOLATILE, &InstanceKey);
929 if (NT_SUCCESS(Status))
930 {
931 /* Set 'Capabilities' value */
932 RtlInitUnicodeString(&ValueName, L"Capabilities");
933 Status = ZwSetValueKey(InstanceKey,
934 &ValueName,
935 0,
936 REG_DWORD,
937 &DeviceNode->CapabilityFlags,
938 sizeof(ULONG));
939
940 /* Set 'UINumber' value */
941 if (DeviceCaps->UINumber != MAXULONG)
942 {
943 RtlInitUnicodeString(&ValueName, L"UINumber");
944 Status = ZwSetValueKey(InstanceKey,
945 &ValueName,
946 0,
947 REG_DWORD,
948 &DeviceCaps->UINumber,
949 sizeof(ULONG));
950 }
951
952 ZwClose(InstanceKey);
953 }
954
955 return Status;
956}
#define STATUS_NOT_SUPPORTED
Definition: d3dkmdt.h:48
#define DNUF_DONT_SHOW_IN_UI
Definition: iotypes.h:210
NTSTATUS NTAPI IopCreateDeviceKeyPath(IN PCUNICODE_STRING RegistryPath, IN ULONG CreateOptions, OUT PHANDLE Handle)
Definition: pnpmgr.c:522
NTSTATUS NTAPI IopInitiatePnpIrp(IN PDEVICE_OBJECT DeviceObject, IN PIO_STATUS_BLOCK IoStatusBlock, IN UCHAR MinorFunction, IN PIO_STACK_LOCATION Stack)
#define MAXULONG
Definition: typedefs.h:251
DEVICE_CAPABILITIES
Definition: iotypes.h:965
#define IRP_MN_QUERY_CAPABILITIES

Referenced by IoGetDeviceProperty(), IopCreateDeviceInstancePath(), IoRequestDeviceEject(), and PiStartDeviceFinal().

◆ IopQueryName()

NTSTATUS NTAPI IopQueryName ( IN PVOID  ObjectBody,
IN BOOLEAN  HasName,
OUT POBJECT_NAME_INFORMATION  ObjectNameInfo,
IN ULONG  Length,
OUT PULONG  ReturnLength,
IN KPROCESSOR_MODE  PreviousMode 
)

Definition at line 1923 of file file.c.

1929{
1930 return IopQueryNameInternal(ObjectBody,
1931 HasName,
1932 FALSE,
1933 ObjectNameInfo,
1934 Length,
1936 PreviousMode);
1937}
_In_ PVOID _In_ ULONG _Out_ PVOID _In_ ULONG _Inout_ PULONG _In_ KPROCESSOR_MODE PreviousMode
NTSTATUS NTAPI IopQueryNameInternal(IN PVOID ObjectBody, IN BOOLEAN HasName, IN BOOLEAN QueryDosName, OUT POBJECT_NAME_INFORMATION ObjectNameInfo, IN ULONG Length, OUT PULONG ReturnLength, IN KPROCESSOR_MODE PreviousMode)
Definition: file.c:1941

Referenced by IopCreateObjectTypes().

◆ IopQueryNameInternal()

NTSTATUS NTAPI IopQueryNameInternal ( IN PVOID  ObjectBody,
IN BOOLEAN  HasName,
IN BOOLEAN  QueryDosName,
OUT POBJECT_NAME_INFORMATION  ObjectNameInfo,
IN ULONG  Length,
OUT PULONG  ReturnLength,
IN KPROCESSOR_MODE  PreviousMode 
)

Definition at line 1941 of file file.c.

1948{
1949 POBJECT_NAME_INFORMATION LocalInfo;
1950 PFILE_NAME_INFORMATION LocalFileInfo;
1951 PFILE_OBJECT FileObject = (PFILE_OBJECT)ObjectBody;
1952 ULONG LocalReturnLength, FileLength;
1953 BOOLEAN LengthMismatch = FALSE;
1955 PWCHAR p;
1957 BOOLEAN NoObCall;
1958
1959 IOTRACE(IO_FILE_DEBUG, "ObjectBody: %p\n", ObjectBody);
1960
1961 /* Validate length */
1962 if (Length < sizeof(OBJECT_NAME_INFORMATION))
1963 {
1964 /* Wrong length, fail */
1967 }
1968
1969 /* Allocate Buffer */
1971 if (!LocalInfo) return STATUS_INSUFFICIENT_RESOURCES;
1972
1973 /* Query DOS name if the caller asked to */
1974 NoObCall = FALSE;
1975 if (QueryDosName)
1976 {
1977 DeviceObject = FileObject->DeviceObject;
1978
1979 /* In case of a network file system, don't call mountmgr */
1981 {
1982 /* We'll store separator and terminator */
1983 LocalReturnLength = sizeof(OBJECT_NAME_INFORMATION) + 2 * sizeof(WCHAR);
1984 if (Length < LocalReturnLength)
1985 {
1987 }
1988 else
1989 {
1990 LocalInfo->Name.Length = sizeof(WCHAR);
1991 LocalInfo->Name.MaximumLength = sizeof(WCHAR);
1992 LocalInfo->Name.Buffer = (PVOID)((ULONG_PTR)LocalInfo + sizeof(OBJECT_NAME_INFORMATION));
1993 LocalInfo->Name.Buffer[0] = OBJ_NAME_PATH_SEPARATOR;
1995 }
1996 }
1997 /* Otherwise, call mountmgr to get DOS name */
1998 else
1999 {
2001 LocalReturnLength = LocalInfo->Name.Length + sizeof(OBJECT_NAME_INFORMATION) + sizeof(WCHAR);
2002 }
2003 }
2004
2005 /* Fall back if querying DOS name failed or if caller never wanted it ;-) */
2006 if (!QueryDosName || !NT_SUCCESS(Status))
2007 {
2008 /* Query the name */
2009 Status = ObQueryNameString(FileObject->DeviceObject,
2010 LocalInfo,
2011 Length,
2012 &LocalReturnLength);
2013 }
2014 else
2015 {
2016 NoObCall = TRUE;
2017 }
2018
2020 {
2021 /* Free the buffer and fail */
2022 ExFreePoolWithTag(LocalInfo, TAG_IO);
2023 return Status;
2024 }
2025
2026 /* Get buffer pointer */
2027 p = (PWCHAR)(ObjectNameInfo + 1);
2028
2029 _SEH2_TRY
2030 {
2031 /* Copy the information */
2032 if (QueryDosName && NoObCall)
2033 {
2035
2036 /* Copy structure first */
2037 RtlCopyMemory(ObjectNameInfo,
2038 LocalInfo,
2039 (Length >= LocalReturnLength ? sizeof(OBJECT_NAME_INFORMATION) : Length));
2040 /* Name then */
2041 RtlCopyMemory(p, LocalInfo->Name.Buffer,
2042 (Length >= LocalReturnLength ? LocalInfo->Name.Length : Length - sizeof(OBJECT_NAME_INFORMATION)));
2043
2044 if (FileObject->DeviceObject->DeviceType != FILE_DEVICE_NETWORK_FILE_SYSTEM)
2045 {
2046 ExFreePool(LocalInfo->Name.Buffer);
2047 }
2048 }
2049 else
2050 {
2051 RtlCopyMemory(ObjectNameInfo,
2052 LocalInfo,
2053 (LocalReturnLength > Length) ?
2054 Length : LocalReturnLength);
2055 }
2056
2057 /* Set buffer pointer */
2058 ObjectNameInfo->Name.Buffer = p;
2059
2060 /* Advance in buffer */
2061 p += (LocalInfo->Name.Length / sizeof(WCHAR));
2062
2063 /* Check if this already filled our buffer */
2064 if (LocalReturnLength > Length)
2065 {
2066 /* Set the length mismatch to true, so that we can return
2067 * the proper buffer size to the caller later
2068 */
2069 LengthMismatch = TRUE;
2070
2071 /* Save the initial buffer length value */
2072 *ReturnLength = LocalReturnLength;
2073 }
2074
2075 /* Now get the file name buffer and check the length needed */
2076 LocalFileInfo = (PFILE_NAME_INFORMATION)LocalInfo;
2077 FileLength = Length -
2078 LocalReturnLength +
2080
2081 /* Query the File name */
2082 if (PreviousMode == KernelMode &&
2084 {
2086 LengthMismatch ? Length : FileLength,
2088 LocalFileInfo,
2089 &LocalReturnLength);
2090 }
2091 else
2092 {
2095 LengthMismatch ? Length : FileLength,
2096 LocalFileInfo,
2097 &LocalReturnLength);
2098 }
2099 if (NT_ERROR(Status))
2100 {
2101 /* Allow status that would mean it's not implemented in the storage stack */
2104 {
2106 }
2107
2108 /* In such case, zero the output and reset the status */
2109 LocalReturnLength = FIELD_OFFSET(FILE_NAME_INFORMATION, FileName);
2110 LocalFileInfo->FileNameLength = 0;
2111 LocalFileInfo->FileName[0] = OBJ_NAME_PATH_SEPARATOR;
2113 }
2114 else
2115 {
2116 /* We'll at least return the name length */
2117 if (LocalReturnLength < FIELD_OFFSET(FILE_NAME_INFORMATION, FileName))
2118 {
2119 LocalReturnLength = FIELD_OFFSET(FILE_NAME_INFORMATION, FileName);
2120 }
2121 }
2122
2123 /* If the provided buffer is too small, return the required size */
2124 if (LengthMismatch)
2125 {
2126 /* Add the required length */
2127 *ReturnLength += LocalFileInfo->FileNameLength;
2128
2129 /* Free the allocated buffer and return failure */
2132 }
2133
2134 /* Now calculate the new lengths left */
2135 FileLength = LocalReturnLength -
2137 LocalReturnLength = (ULONG)((ULONG_PTR)p -
2138 (ULONG_PTR)ObjectNameInfo +
2139 LocalFileInfo->FileNameLength);
2140
2141 /* Don't copy the name if it's not valid */
2142 if (LocalFileInfo->FileName[0] != OBJ_NAME_PATH_SEPARATOR)
2143 {
2144 /* Free the allocated buffer and return failure */
2147 }
2148
2149 /* Write the Name and null-terminate it */
2150 RtlCopyMemory(p, LocalFileInfo->FileName, FileLength);
2151 p += (FileLength / sizeof(WCHAR));
2152 *p = UNICODE_NULL;
2153 LocalReturnLength += sizeof(UNICODE_NULL);
2154
2155 /* Return the length needed */
2156 *ReturnLength = LocalReturnLength;
2157
2158 /* Setup the length and maximum length */
2159 FileLength = (ULONG)((ULONG_PTR)p - (ULONG_PTR)ObjectNameInfo);
2160 ObjectNameInfo->Name.Length = (USHORT)FileLength -
2162 ObjectNameInfo->Name.MaximumLength = (USHORT)ObjectNameInfo->Name.Length +
2163 sizeof(UNICODE_NULL);
2164 }
2166 {
2167 /* Free buffer and return */
2168 ExFreePoolWithTag(LocalInfo, TAG_IO);
2169 } _SEH2_END;
2170
2171 return Status;
2172}
#define OBJ_NAME_PATH_SEPARATOR
Definition: arcname_tests.c:25
@ FileNameInformation
Definition: from_kernel.h:70
_Out_ PNDIS_HANDLE _Out_ PUINT FileLength
Definition: ndis.h:3228
NTSTATUS NTAPI IopGetFileInformation(IN PFILE_OBJECT FileObject, IN ULONG Length, IN FILE_INFORMATION_CLASS FileInfoClass, OUT PVOID Buffer, OUT PULONG ReturnedLength)
Definition: iofunc.c:777
NTSTATUS NTAPI IoVolumeDeviceToDosName(_In_ PVOID VolumeDeviceObject, _Out_ _When_(return==0, _At_(DosName->Buffer, __drv_allocatesMem(Mem))) PUNICODE_STRING DosName)
Definition: volume.c:1279
#define STATUS_OBJECT_PATH_INVALID
Definition: ntstatus.h:387
#define STATUS_INVALID_INFO_CLASS
Definition: ntstatus.h:333
#define FILE_DEVICE_NETWORK_FILE_SYSTEM
Definition: winioctl.h:65
#define _SEH2_FINALLY
Definition: pseh2_64.h:153
#define _SEH2_LEAVE
Definition: pseh2_64.h:206
UNICODE_STRING Name
Definition: nt_native.h:1273
void * PVOID
Definition: typedefs.h:50
#define STATUS_INVALID_DEVICE_REQUEST
Definition: udferr_usr.h:138
struct _FILE_NAME_INFORMATION * PFILE_NAME_INFORMATION

Referenced by IopQueryName(), and IoQueryFileDosDeviceName().

◆ IopQueueDeviceChangeEvent()

NTSTATUS IopQueueDeviceChangeEvent ( _In_ const GUID EventGuid,
_In_ const GUID InterfaceClassGuid,
_In_ PUNICODE_STRING  SymbolicLinkName 
)

Definition at line 52 of file plugplay.c.

56{
57 PPNP_EVENT_ENTRY EventEntry;
59 ULONG TotalSize;
60
61 /* Allocate a big enough buffer */
62 Copy.Length = 0;
63 Copy.MaximumLength = SymbolicLinkName->Length + sizeof(UNICODE_NULL);
64 TotalSize =
66 Copy.MaximumLength;
67
68 EventEntry = ExAllocatePool(NonPagedPool,
69 TotalSize + FIELD_OFFSET(PNP_EVENT_ENTRY, Event));
70 if (!EventEntry)
72 RtlZeroMemory(EventEntry, TotalSize + FIELD_OFFSET(PNP_EVENT_ENTRY, Event));
73
74 /* Fill the buffer with the event GUID */
75 RtlCopyMemory(&EventEntry->Event.EventGuid, EventGuid, sizeof(GUID));
77 EventEntry->Event.TotalSize = TotalSize;
78
79 /* Fill the interface class GUID */
80 RtlCopyMemory(&EventEntry->Event.DeviceClass.ClassGuid, InterfaceClassGuid, sizeof(GUID));
81
82 /* Fill the symbolic link name */
83 RtlCopyMemory(&EventEntry->Event.DeviceClass.SymbolicLinkName,
84 SymbolicLinkName->Buffer, SymbolicLinkName->Length);
85 EventEntry->Event.DeviceClass.SymbolicLinkName[SymbolicLinkName->Length / sizeof(WCHAR)] = UNICODE_NULL;
86
88 &EventEntry->ListEntry);
90 0,
91 FALSE);
92
93 return STATUS_SUCCESS;
94}
VOID Copy(PVOID Src, PVOID Dst, ULONG NumBytes)
Definition: mmixer.c:126
_Must_inspect_result_ _In_ WDFDEVICE _In_ REFGUID EventGuid
@ DeviceClassChangeEvent
Definition: cmtypes.h:272
struct _PLUGPLAY_EVENT_BLOCK::@2568::@2570 DeviceClass
WCHAR SymbolicLinkName[ANYSIZE_ARRAY]
Definition: cmtypes.h:430
PLUGPLAY_EVENT_CATEGORY EventCategory
Definition: cmtypes.h:420
Definition: plugplay.c:16
LIST_ENTRY ListEntry
Definition: plugplay.c:17
PLUGPLAY_EVENT_BLOCK Event
Definition: plugplay.c:18
_Must_inspect_result_ _In_ WDFDEVICE _In_ PCUNICODE_STRING SymbolicLinkName
Definition: wdfdevice.h:3745
_In_ CONST GUID * InterfaceClassGuid
Definition: iofuncs.h:1136

Referenced by IoSetDeviceInterfaceState().

◆ IopQueueDeviceInstallEvent()

NTSTATUS IopQueueDeviceInstallEvent ( _In_ const GUID Guid,
_In_ PUNICODE_STRING  DeviceId 
)

Definition at line 97 of file plugplay.c.

100{
101 PPNP_EVENT_ENTRY EventEntry;
103 ULONG TotalSize;
104
105 /* Allocate a big enough buffer */
106 Copy.Length = 0;
107 Copy.MaximumLength = DeviceId->Length + sizeof(UNICODE_NULL);
108 TotalSize =
110 Copy.MaximumLength;
111
112 EventEntry = ExAllocatePool(NonPagedPool,
113 TotalSize + FIELD_OFFSET(PNP_EVENT_ENTRY, Event));
114 if (!EventEntry)
116 RtlZeroMemory(EventEntry, TotalSize + FIELD_OFFSET(PNP_EVENT_ENTRY, Event));
117
118 /* Fill the buffer with the event GUID */
119 RtlCopyMemory(&EventEntry->Event.EventGuid, EventGuid, sizeof(GUID));
121 EventEntry->Event.TotalSize = TotalSize;
122
123 /* Fill the symbolic link name */
124 RtlCopyMemory(&EventEntry->Event.InstallDevice.DeviceId,
125 DeviceId->Buffer, DeviceId->Length);
126 EventEntry->Event.InstallDevice.DeviceId[DeviceId->Length / sizeof(WCHAR)] = UNICODE_NULL;
127
129
131
132 return STATUS_SUCCESS;
133}
static BOOL InstallDevice(PCWSTR DeviceInstance, BOOL ShowWizard)
Definition: install.c:55
@ DeviceInstallEvent
Definition: cmtypes.h:274
struct _PLUGPLAY_EVENT_BLOCK::@2568::@2572 InstallDevice

Referenced by PiControlInitializeDevice(), and PiInitializeDevNode().

◆ IopQueueTargetDeviceEvent()

NTSTATUS IopQueueTargetDeviceEvent ( _In_ const GUID Guid,
_In_ PUNICODE_STRING  DeviceIds 
)

◆ IopReadyDeviceObjects()

VOID NTAPI IopReadyDeviceObjects ( IN PDRIVER_OBJECT  Driver)

Definition at line 34 of file device.c.

35{
37 PAGED_CODE();
38
39 /* Set the driver as initialized */
40 Driver->Flags |= DRVO_INITIALIZED;
41 DeviceObject = Driver->DeviceObject;
42 while (DeviceObject)
43 {
44 /* Set every device as initialized too */
45 DeviceObject->Flags &= ~DO_DEVICE_INITIALIZING;
46 DeviceObject = DeviceObject->NextDevice;
47 }
48}
_Must_inspect_result_ _In_ WDFDRIVER Driver
Definition: wdfcontrol.h:83
#define DRVO_INITIALIZED
Definition: iotypes.h:4473

Referenced by IopInitializeDriverModule().

◆ IopReassignSystemRoot()

NTSTATUS NTAPI IopReassignSystemRoot ( IN PLOADER_PARAMETER_BLOCK  LoaderBlock,
OUT PANSI_STRING  NtBootPath 
)

Definition at line 839 of file arcname.c.

841{
844 CHAR Buffer[256], AnsiBuffer[256];
845 WCHAR ArcNameBuffer[64];
846 ANSI_STRING TargetString, ArcString, TempString;
847 UNICODE_STRING LinkName, TargetName, ArcName;
848 HANDLE LinkHandle;
849
850 /* Create the Unicode name for the current ARC boot device */
851 sprintf(Buffer, "\\ArcName\\%s", LoaderBlock->ArcBootDeviceName);
854 if (!NT_SUCCESS(Status)) return FALSE;
855
856 /* Initialize the attributes and open the link */
858 &TargetName,
860 NULL,
861 NULL);
862 Status = NtOpenSymbolicLinkObject(&LinkHandle,
865 if (!NT_SUCCESS(Status))
866 {
867 /* We failed, free the string */
869 return FALSE;
870 }
871
872 /* Query the current \\SystemRoot */
873 ArcName.Buffer = ArcNameBuffer;
874 ArcName.Length = 0;
875 ArcName.MaximumLength = sizeof(ArcNameBuffer);
876 Status = NtQuerySymbolicLinkObject(LinkHandle, &ArcName, NULL);
877 if (!NT_SUCCESS(Status))
878 {
879 /* We failed, free the string */
881 return FALSE;
882 }
883
884 /* Convert it to Ansi */
885 ArcString.Buffer = AnsiBuffer;
886 ArcString.Length = 0;
887 ArcString.MaximumLength = sizeof(AnsiBuffer);
888 Status = RtlUnicodeStringToAnsiString(&ArcString, &ArcName, FALSE);
889 AnsiBuffer[ArcString.Length] = ANSI_NULL;
890
891 /* Close the link handle and free the name */
892 ObCloseHandle(LinkHandle, KernelMode);
894
895 /* Setup the system root name again */
896 RtlInitAnsiString(&TempString, "\\SystemRoot");
897 Status = RtlAnsiStringToUnicodeString(&LinkName, &TempString, TRUE);
898 if (!NT_SUCCESS(Status)) return FALSE;
899
900 /* Open the symbolic link for it */
902 &LinkName,
904 NULL,
905 NULL);
906 Status = NtOpenSymbolicLinkObject(&LinkHandle,
909 if (!NT_SUCCESS(Status)) return FALSE;
910
911 /* Destroy it */
912 NtMakeTemporaryObject(LinkHandle);
913 ObCloseHandle(LinkHandle, KernelMode);
914
915 /* Now create the new name for it */
916 sprintf(Buffer, "%s%s", ArcString.Buffer, LoaderBlock->NtBootPathName);
917
918 /* Copy it into the passed parameter and null-terminate it */
919 RtlCopyString(NtBootPath, &ArcString);
921
922 /* Setup the Unicode-name for the new symbolic link value */
925 &LinkName,
927 NULL,
928 NULL);
930 if (!NT_SUCCESS(Status)) return FALSE;
931
932 /* Create it */
936 &ArcName);
937
938 /* Free all the strings and close the handle and return success */
939 RtlFreeUnicodeString(&ArcName);
940 RtlFreeUnicodeString(&LinkName);
941 ObCloseHandle(LinkHandle, KernelMode);
942 return TRUE;
943}
_In_z_ PCHAR TargetString
Definition: cdrom.h:954
#define SYMBOLIC_LINK_ALL_ACCESS
Definition: nt_native.h:1270
NTSYSAPI VOID NTAPI RtlCopyString(PSTRING DestinationString, PSTRING SourceString)
NTSTATUS NTAPI NtMakeTemporaryObject(IN HANDLE ObjectHandle)
Definition: oblife.c:1473
static PCWSTR TargetName
Definition: ping.c:67

Referenced by IoInitSystem().

◆ IopReferenceDeviceObject()

NTSTATUS NTAPI IopReferenceDeviceObject ( IN PDEVICE_OBJECT  DeviceObject)

◆ IopReinitializeBootDrivers()

VOID NTAPI IopReinitializeBootDrivers ( VOID  )

Definition at line 1544 of file driver.c.

1545{
1546 PDRIVER_REINIT_ITEM ReinitItem;
1548
1549 /* Get the first entry and start looping */
1552 while (Entry)
1553 {
1554 /* Get the item */
1555 ReinitItem = CONTAINING_RECORD(Entry, DRIVER_REINIT_ITEM, ItemEntry);
1556
1557 /* Increment reinitialization counter */
1558 ReinitItem->DriverObject->DriverExtension->Count++;
1559
1560 /* Remove the device object flag */
1561 ReinitItem->DriverObject->Flags &= ~DRVO_BOOTREINIT_REGISTERED;
1562
1563 /* Call the routine */
1564 ReinitItem->ReinitRoutine(ReinitItem->DriverObject,
1565 ReinitItem->Context,
1566 ReinitItem->DriverObject->
1567 DriverExtension->Count);
1568
1569 /* Free the entry */
1571
1572 /* Move to the next one */
1575 }
1576
1577 /* Wait for all device actions being finished*/
1579}
PLIST_ENTRY NTAPI ExInterlockedRemoveHeadList(IN OUT PLIST_ENTRY ListHead, IN OUT PKSPIN_LOCK Lock)
Definition: interlocked.c:166
KEVENT PiEnumerationFinished
Definition: devaction.c:50
KSPIN_LOCK DriverBootReinitListLock
Definition: driver.c:28
LIST_ENTRY DriverBootReinitListHead
Definition: driver.c:27
Entry
Definition: section.c:5210
PDRIVER_OBJECT DriverObject
Definition: io.h:448
PDRIVER_REINITIALIZE ReinitRoutine
Definition: io.h:449
PVOID Context
Definition: io.h:450

Referenced by IoInitSystem().

◆ IopReinitializeDrivers()

VOID NTAPI IopReinitializeDrivers ( VOID  )

Definition at line 1508 of file driver.c.

1509{
1510 PDRIVER_REINIT_ITEM ReinitItem;
1512
1513 /* Get the first entry and start looping */
1516 while (Entry)
1517 {
1518 /* Get the item */
1519 ReinitItem = CONTAINING_RECORD(Entry, DRIVER_REINIT_ITEM, ItemEntry);
1520
1521 /* Increment reinitialization counter */
1522 ReinitItem->DriverObject->DriverExtension->Count++;
1523
1524 /* Remove the device object flag */
1525 ReinitItem->DriverObject->Flags &= ~DRVO_REINIT_REGISTERED;
1526
1527 /* Call the routine */
1528 ReinitItem->ReinitRoutine(ReinitItem->DriverObject,
1529 ReinitItem->Context,
1530 ReinitItem->DriverObject->
1531 DriverExtension->Count);
1532
1533 /* Free the entry */
1535
1536 /* Move to the next one */
1539 }
1540}
LIST_ENTRY DriverReinitListHead
Definition: driver.c:22
KSPIN_LOCK DriverReinitListLock
Definition: driver.c:23

Referenced by IoInitSystem(), and IopInitializeDriverModule().

◆ IopRemoveTimerFromTimerList()

VOID NTAPI IopRemoveTimerFromTimerList ( IN PIO_TIMER  Timer)

Definition at line 70 of file iotimer.c.

71{
73
74 /* Lock Timers */
76
77 /* Remove Timer from the List and Drop the Timer Count if Enabled */
78 RemoveEntryList(&Timer->IoTimerList);
79 if (Timer->TimerEnabled) IopTimerCount--;
80
81 /* Unlock the Timers */
83}
#define RemoveEntryList(Entry)
Definition: env_spec_w32.h:986
#define KeReleaseSpinLock(sl, irql)
Definition: env_spec_w32.h:627
#define KeAcquireSpinLock(sl, irql)
Definition: env_spec_w32.h:609
KSPIN_LOCK IopTimerLock
Definition: iotimer.c:18
ULONG IopTimerCount
Definition: iotimer.c:26

Referenced by IoDeleteDevice().

◆ IopSaveBootLogToFile()

VOID IopSaveBootLogToFile ( VOID  )

Definition at line 288 of file bootlog.c.

289{
291 WCHAR ValueNameBuffer[8];
298 ULONG i;
300
301 if (IopBootLogCreate == FALSE)
302 return;
303
304 DPRINT("IopSaveBootLogToFile() called\n");
305
307
309 if (!NT_SUCCESS(Status))
310 {
311 DPRINT1("IopCreateLogFile() failed (Status %lx)\n", Status);
313 return;
314 }
315
316 //Status = IopWriteLogFile(L"ReactOS "KERNEL_VERSION_STR);
317
318 if (!NT_SUCCESS(Status))
319 {
320 DPRINT1("IopWriteLogFile() failed (Status %lx)\n", Status);
322 return;
323 }
324
326 if (!NT_SUCCESS(Status))
327 {
328 DPRINT1("IopWriteLogFile() failed (Status %lx)\n", Status);
330 return;
331 }
332
333
334 BufferSize = sizeof(KEY_VALUE_PARTIAL_INFORMATION) + 256 * sizeof(WCHAR);
335 KeyInfo = ExAllocatePool(PagedPool,
336 BufferSize);
337 if (KeyInfo == NULL)
338 {
340 return;
341 }
342
344 L"\\Registry\\Machine\\System\\CurrentControlSet\\BootLog");
346 &KeyName,
348 NULL,
349 NULL);
350 Status = ZwOpenKey(&KeyHandle,
353 if (!NT_SUCCESS(Status))
354 {
355 ExFreePool(KeyInfo);
357 return;
358 }
359
360 for (i = 0; ; i++)
361 {
362 swprintf(ValueNameBuffer,
363 L"%lu", i);
364
366 ValueNameBuffer);
367
368 Status = ZwQueryValueKey(KeyHandle,
369 &ValueName,
371 KeyInfo,
373 &ResultLength);
375 {
376 break;
377 }
378
379 if (!NT_SUCCESS(Status))
380 {
382 ExFreePool(KeyInfo);
384 return;
385 }
386
387 Status = IopWriteLogFile((PWSTR)&KeyInfo->Data);
388 if (!NT_SUCCESS(Status))
389 {
391 ExFreePool(KeyInfo);
393 return;
394 }
395
396 /* Delete keys */
398 &ValueName);
399 }
400
402
403 ExFreePool(KeyInfo);
404
407
408 DPRINT("IopSaveBootLogToFile() done\n");
409}
static NTSTATUS IopCreateLogFile(VOID)
Definition: bootlog.c:225
static NTSTATUS IopWriteLogFile(PWSTR LogText)
Definition: bootlog.c:146
static ERESOURCE IopBootLogResource
Definition: bootlog.c:22
static BOOLEAN IopLogFileEnabled
Definition: bootlog.c:20
static BOOLEAN IopBootLogCreate
Definition: bootlog.c:18
#define BufferSize
Definition: mmc.h:75
#define swprintf
Definition: precomp.h:40
NTSYSAPI NTSTATUS NTAPI ZwDeleteValueKey(__in IN HANDLE Key, __in IN PUNICODE_STRING ValueName)
struct _KEY_VALUE_PARTIAL_INFORMATION KEY_VALUE_PARTIAL_INFORMATION
#define STATUS_OBJECT_NAME_NOT_FOUND
Definition: udferr_usr.h:149
_Must_inspect_result_ _In_ WDFDEVICE _In_ DEVICE_REGISTRY_PROPERTY _In_ ULONG _Out_ PULONG ResultLength
Definition: wdfdevice.h:3782
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
Definition: wdfmemory.h:254

◆ IopShutdownBaseFileSystems()

VOID NTAPI IopShutdownBaseFileSystems ( IN PLIST_ENTRY  ListHead)

Definition at line 349 of file volume.c.

350{
351 PLIST_ENTRY ListEntry;
353 IO_STATUS_BLOCK StatusBlock;
354 PIRP Irp;
357
359
360 /* Get the first entry and start looping */
361 ListEntry = ListHead->Flink;
362 while (ListEntry != ListHead)
363 {
364 /* Get the device object */
367 Queue.ListEntry);
368
369 /* Go to the next entry */
370 ListEntry = ListEntry->Flink;
371
372 /* Get the attached device */
374
377
378 /* Build the shutdown IRP and call the driver */
381 NULL,
382 0,
383 NULL,
384 &Event,
385 &StatusBlock);
386 if (Irp)
387 {
389 if (Status == STATUS_PENDING)
390 {
391 /* Wait on the driver */
393 }
394 }
395
396 /* Reset the event */
398
401 }
402}
PIRP NTAPI IoBuildSynchronousFsdRequest(IN ULONG MajorFunction, IN PDEVICE_OBJECT DeviceObject, IN PVOID Buffer, IN ULONG Length, IN PLARGE_INTEGER StartingOffset, IN PKEVENT Event, IN PIO_STATUS_BLOCK IoStatusBlock)
Definition: irp.c:1069
VOID NTAPI IopDecrementDeviceObjectRef(IN PDEVICE_OBJECT DeviceObject, IN BOOLEAN UnloadIfUnused)
Definition: volume.c:33
#define IRP_MJ_SHUTDOWN

Referenced by IoShutdownSystem().

◆ IopStartBootLog()

VOID IopStartBootLog ( VOID  )

Definition at line 38 of file bootlog.c.

39{
42}
static BOOLEAN IopBootLogEnabled
Definition: bootlog.c:19

Referenced by IopInitBootLog().

◆ IopStartRamdisk()

NTSTATUS NTAPI IopStartRamdisk ( IN PLOADER_PARAMETER_BLOCK  LoaderBlock)

Definition at line 26 of file ramdisk.c.

27{
30 PCHAR CommandLine, Offset, OffsetValue, Length, LengthValue;
32 RAMDISK_CREATE_INPUT RamdiskCreate;
35 PLIST_ENTRY ListHead, NextEntry;
38
39 //
40 // Scan memory descriptors
41 //
43 ListHead = &LoaderBlock->MemoryDescriptorListHead;
44 NextEntry = ListHead->Flink;
45 while (NextEntry != ListHead)
46 {
47 //
48 // Get the descriptor
49 //
52 ListEntry);
53
54 //
55 // Needs to be a ROM/RAM descriptor
56 //
57 if (MemoryDescriptor->MemoryType == LoaderXIPRom) break;
58
59 //
60 // Keep trying
61 //
62 NextEntry = NextEntry->Flink;
63 }
64
65 //
66 // Nothing found?
67 //
68 if (NextEntry == ListHead)
69 {
70 //
71 // Bugcheck -- no data
72 //
73 KeBugCheckEx(RAMDISK_BOOT_INITIALIZATION_FAILED,
76 0,
77 0);
78 }
79
80 //
81 // Setup the input buffer
82 //
83 RtlZeroMemory(&RamdiskCreate, sizeof(RamdiskCreate));
84 RamdiskCreate.Version = sizeof(RamdiskCreate);
85 RamdiskCreate.DiskType = RAMDISK_BOOT_DISK;
86 RamdiskCreate.BasePage = MemoryDescriptor->BasePage;
87 RamdiskCreate.DiskOffset = 0;
88 RamdiskCreate.DiskLength.QuadPart = MemoryDescriptor->PageCount << PAGE_SHIFT;
89 RamdiskCreate.DiskGuid = RAMDISK_BOOTDISK_GUID;
90 RamdiskCreate.DriveLetter = L'C';
91 RamdiskCreate.Options.Fixed = TRUE;
92
93 //
94 // Check for commandline parameters
95 //
96 CommandLine = LoaderBlock->LoadOptions;
97 if (CommandLine)
98 {
99 //
100 // Make everything upper case
101 //
102 _strupr(CommandLine);
103
104 //
105 // Check for offset parameter
106 //
107 Offset = strstr(CommandLine, "RDIMAGEOFFSET");
108 if (Offset)
109 {
110 //
111 // Get to the actual value
112 //
113 OffsetValue = strstr(Offset, "=");
114 if (OffsetValue)
115 {
116 //
117 // Set the offset
118 //
119 RamdiskCreate.DiskOffset = atol(OffsetValue + 1);
120 }
121 }
122
123 //
124 // Reduce the disk length
125 //
126 RamdiskCreate.DiskLength.QuadPart -= RamdiskCreate.DiskOffset;
127
128 //
129 // Check for length parameter
130 //
131 Length = strstr(CommandLine, "RDIMAGELENGTH");
132 if (Length)
133 {
134 //
135 // Get to the actual value
136 //
137 LengthValue = strstr(Length, "=");
138 if (LengthValue)
139 {
140 //
141 // Set the offset
142 //
143 RamdiskCreate.DiskLength.QuadPart = _atoi64(LengthValue + 1);
144 }
145 }
146 }
147
148 //
149 // Setup object attributes
150 //
151 RtlInitUnicodeString(&ObjectName, L"\\Device\\Ramdisk");
153 &ObjectName,
155 NULL,
156 NULL);
157
158 //
159 // Open a handle to the driver
160 //
168 {
169 //
170 // Bugcheck -- no driver
171 //
172 KeBugCheckEx(RAMDISK_BOOT_INITIALIZATION_FAILED,
175 0,
176 0);
177 }
178
179 //
180 // Send create command
181 //
183 NULL,
184 NULL,
185 NULL,
188 &RamdiskCreate,
189 sizeof(RamdiskCreate),
190 NULL,
191 0);
194 {
195 //
196 // Bugcheck -- driver failed
197 //
198 KeBugCheckEx(RAMDISK_BOOT_INITIALIZATION_FAILED,
201 0,
202 0);
203 }
204
205 //
206 // Convert the GUID
207 //
208 Status = RtlStringFromGUID(&RamdiskCreate.DiskGuid, &GuidString);
209 if (!NT_SUCCESS(Status))
210 {
211 //
212 // Bugcheck -- GUID convert failed
213 //
214 KeBugCheckEx(RAMDISK_BOOT_INITIALIZATION_FAILED,
216 Status,
217 0,
218 0);
219 }
220
221 //
222 // Build the symbolic link name and target
223 //
225 sizeof(SourceString)/sizeof(WCHAR),
226 L"\\Device\\Ramdisk%wZ",
227 &GuidString);
228 SymbolicLinkName.Length = 38;
229 SymbolicLinkName.MaximumLength = 38 + sizeof(UNICODE_NULL);
230 SymbolicLinkName.Buffer = L"\\ArcName\\ramdisk(0)";
231
232 //
233 // Create the symbolic link
234 //
235 RtlInitUnicodeString(&DeviceString, SourceString);
238 if (!NT_SUCCESS(Status))
239 {
240 //
241 // Bugcheck -- symlink create failed
242 //
243 KeBugCheckEx(RAMDISK_BOOT_INITIALIZATION_FAILED,
245 Status,
246 0,
247 0);
248 }
249
250 //
251 // ReactOS hack (drive letter should not be hardcoded, and maybe set by mountmgr.sys)
252 //
253 {
254 ANSI_STRING AnsiPath;
255 CHAR Buffer[256];
257 UNICODE_STRING DriveLetter = RTL_CONSTANT_STRING(L"\\??\\X:");
258
259 AnsiPath.Length = sprintf(Buffer, "X:%s", LoaderBlock->NtBootPathName);
260 AnsiPath.MaximumLength = AnsiPath.Length + 1;
261 AnsiPath.Buffer = Buffer;
262 RtlInitEmptyUnicodeString(&NtSystemRoot,
263 SharedUserData->NtSystemRoot,
264 sizeof(SharedUserData->NtSystemRoot));
266 if (!NT_SUCCESS(Status))
267 {
268 KeBugCheckEx(RAMDISK_BOOT_INITIALIZATION_FAILED,
270 Status,
271 0,
272 0);
273 }
274 IoCreateSymbolicLink(&DriveLetter, &DeviceString);
275 }
276
277 //
278 // Wait for ramdisk relations being initialized
279 //
280
282
283 //
284 // We made it
285 //
286 return STATUS_SUCCESS;
287}
static NDIS_HANDLE DriverHandle
#define FILE_SHARE_READ
Definition: compat.h:136
_ACRTIMP int __cdecl _snwprintf(wchar_t *, size_t, const wchar_t *,...)
Definition: wcs.c:1493
_ACRTIMP __msvcrt_long __cdecl atol(const char *)
Definition: string.c:1782
_ACRTIMP __int64 __cdecl _atoi64(const char *)
Definition: string.c:1757
#define PAGE_SHIFT
Definition: env_spec_w32.h:45
static PWSTR GuidString
Definition: apphelp.c:93
NTSYSAPI NTSTATUS NTAPI ZwOpenFile(_Out_ PHANDLE FileHandle, _In_ ACCESS_MASK DesiredAccess, _In_ POBJECT_ATTRIBUTES ObjectAttributes, _Out_ PIO_STATUS_BLOCK IoStatusBlock, _In_ ULONG ShareAccess, _In_ ULONG OpenOptions)
_Out_ _Inout_ POEM_STRING _In_ PCUNICODE_STRING SourceString
Definition: rtlfuncs.h:1957
#define FILE_SHARE_WRITE
Definition: nt_native.h:681
#define GENERIC_ALL
Definition: nt_native.h:92
_In_ ULONG _In_ ULONG Offset
Definition: ntddpcm.h:101
#define RAMDISK_BOOT_DISK
Definition: ntddrdsk.h:52
#define FSCTL_CREATE_RAM_DISK
Definition: ntddrdsk.h:45
NTSYSAPI NTSTATUS NTAPI ZwDeviceIoControlFile(IN HANDLE DeviceHandle, IN HANDLE Event OPTIONAL, IN PIO_APC_ROUTINE UserApcRoutine OPTIONAL, IN PVOID UserApcContext OPTIONAL, OUT PIO_STATUS_BLOCK IoStatusBlock, IN ULONG IoControlCode, IN PVOID InputBuffer, IN ULONG InputBufferSize, OUT PVOID OutputBuffer, IN ULONG OutputBufferSize)
#define RD_NO_RAMDISK_DRIVER
Definition: io.h:70
#define RD_NO_XIPROM_DESCRIPTOR
Definition: io.h:66
#define RD_SYSROOT_INIT_FAILED
Definition: io.h:86
#define RD_FSCTL_FAILED
Definition: io.h:74
#define RD_GUID_CONVERT_FAILED
Definition: io.h:78
#define RD_SYMLINK_CREATE_FAILED
Definition: io.h:82
KEVENT PiEnumerationFinished
Definition: devaction.c:50
@ LoaderXIPRom
Definition: arc.h:318
_strupr
Definition: string.h:453
#define SharedUserData
RAMDISK_CREATE_OPTIONS Options
Definition: ntddrdsk.h:76
LARGE_INTEGER DiskLength
Definition: ntddrdsk.h:77
ULONG_PTR BasePage
Definition: ntddrdsk.h:89
_Must_inspect_result_ _In_ WDFUSBDEVICE _In_opt_ WDFREQUEST _In_opt_ PWDF_REQUEST_SEND_OPTIONS _In_ PWDF_USB_CONTROL_SETUP_PACKET _In_opt_ PWDF_MEMORY_DESCRIPTOR MemoryDescriptor
Definition: wdfusb.h:1339
NTSYSAPI NTSTATUS WINAPI RtlStringFromGUID(REFGUID, PUNICODE_STRING)
_In_ PVOID _Out_opt_ PULONG_PTR _Outptr_opt_ PCUNICODE_STRING * ObjectName
Definition: cmfuncs.h:64

Referenced by IoInitSystem().

◆ IopStopBootLog()

VOID IopStopBootLog ( VOID  )

Definition at line 46 of file bootlog.c.

47{
49}

◆ IopStoreSystemPartitionInformation()

VOID IopStoreSystemPartitionInformation ( _In_ PUNICODE_STRING  NtSystemPartitionDeviceName,
_In_ PUNICODE_STRING  OsLoaderPathName 
)

Definition at line 860 of file iorsrce.c.

863{
867 HANDLE LinkHandle, RegistryHandle, KeyHandle;
868 WCHAR LinkTargetBuffer[256];
869 UNICODE_STRING CmRegistryMachineSystemName = RTL_CONSTANT_STRING(L"\\Registry\\Machine\\SYSTEM");
870
871 ASSERT(NtSystemPartitionDeviceName->MaximumLength >= NtSystemPartitionDeviceName->Length + sizeof(WCHAR));
872 ASSERT(NtSystemPartitionDeviceName->Buffer[NtSystemPartitionDeviceName->Length / sizeof(WCHAR)] == UNICODE_NULL);
873 ASSERT(OsLoaderPathName->MaximumLength >= OsLoaderPathName->Length + sizeof(WCHAR));
874 ASSERT(OsLoaderPathName->Buffer[OsLoaderPathName->Length / sizeof(WCHAR)] == UNICODE_NULL);
875
876 /* First define needed stuff to open NtSystemPartitionDeviceName symbolic link */
878 NtSystemPartitionDeviceName,
880 NULL,
881 NULL);
882
883 /* Open NtSystemPartitionDeviceName symbolic link */
884 Status = ZwOpenSymbolicLinkObject(&LinkHandle,
887 if (!NT_SUCCESS(Status))
888 {
889 DPRINT("Failed to open symlink %wZ, Status=%lx\n", NtSystemPartitionDeviceName, Status);
890 return;
891 }
892
893 /* Prepare the string that will receive where symbolic link points to.
894 * We will zero the end of the string after having received it */
895 RtlInitEmptyUnicodeString(&LinkTarget, LinkTargetBuffer,
896 sizeof(LinkTargetBuffer) - sizeof(UNICODE_NULL));
897
898 /* Query target */
899 Status = ZwQuerySymbolicLinkObject(LinkHandle, &LinkTarget, NULL);
900
901 /* We are done with symbolic link */
902 ObCloseHandle(LinkHandle, KernelMode);
903
904 if (!NT_SUCCESS(Status))
905 {
906 DPRINT("Failed querying symlink %wZ, Status=%lx\n", NtSystemPartitionDeviceName, Status);
907 return;
908 }
909
910 /* As promised, we zero the end */
912
913 /* Open registry to save data (HKLM\SYSTEM) */
914 Status = IopOpenRegistryKeyEx(&RegistryHandle,
915 NULL,
916 &CmRegistryMachineSystemName,
918 if (!NT_SUCCESS(Status))
919 {
920 DPRINT("Failed to open HKLM\\SYSTEM, Status=%lx\n", Status);
921 return;
922 }
923
924 /* Open or create the Setup subkey where we'll store in */
926
928 RegistryHandle,
929 &KeyName,
932 NULL);
933
934 /* We're done with HKLM\SYSTEM */
935 ObCloseHandle(RegistryHandle, KernelMode);
936
937 if (!NT_SUCCESS(Status))
938 {
939 DPRINT("Failed opening/creating Setup key, Status=%lx\n", Status);
940 return;
941 }
942
943 /* Prepare first data writing */
944 RtlInitUnicodeString(&KeyName, L"SystemPartition");
945
946 /* Write SystemPartition value which is the target of the symbolic link */
947 Status = ZwSetValueKey(KeyHandle,
948 &KeyName,
949 0,
950 REG_SZ,
952 LinkTarget.Length + sizeof(WCHAR));
953 if (!NT_SUCCESS(Status))
954 {
955 DPRINT("Failed writing SystemPartition value, Status=%lx\n", Status);
956 }
957
958 /* Prepare for second data writing */
959 RtlInitUnicodeString(&KeyName, L"OsLoaderPath");
960
961 /* Remove trailing slash if any (one slash only excepted) */
962 if (OsLoaderPathName->Length > sizeof(WCHAR) &&
963 OsLoaderPathName->Buffer[(OsLoaderPathName->Length / sizeof(WCHAR)) - 1] == OBJ_NAME_PATH_SEPARATOR)
964 {
965 OsLoaderPathName->Length -= sizeof(WCHAR);
966 OsLoaderPathName->Buffer[OsLoaderPathName->Length / sizeof(WCHAR)] = UNICODE_NULL;
967 }
968
969 /* Then, write down data */
970 Status = ZwSetValueKey(KeyHandle,
971 &KeyName,
972 0,
973 REG_SZ,
974 OsLoaderPathName->Buffer,
975 OsLoaderPathName->Length + sizeof(UNICODE_NULL));
976 if (!NT_SUCCESS(Status))
977 {
978 DPRINT("Failed writing OsLoaderPath value, Status=%lx\n", Status);
979 }
980
981 /* We're finally done! */
983}
#define SYMBOLIC_LINK_QUERY
Definition: volume.c:47
NTSYSAPI NTSTATUS NTAPI ZwOpenSymbolicLinkObject(_Out_ PHANDLE SymbolicLinkHandle, _In_ ACCESS_MASK DesiredAccess, _In_ POBJECT_ATTRIBUTES ObjectAttributes)
_Inout_ PUNICODE_STRING LinkTarget
Definition: zwfuncs.h:292

Referenced by IopCreateArcNames(), and IopCreateArcNamesDisk().

◆ IopSynchronousCall()

NTSTATUS IopSynchronousCall ( IN PDEVICE_OBJECT  DeviceObject,
IN PIO_STACK_LOCATION  IoStackLocation,
OUT PVOID Information 
)

◆ IopTraverseDeviceTree()

◆ IopUnloadDevice()

VOID NTAPI IopUnloadDevice ( IN PDEVICE_OBJECT  DeviceObject)

Definition at line 391 of file device.c.

392{
395
396 /* Check if deletion is pending */
397 if (ThisExtension->ExtensionFlags & DOE_DELETE_PENDING)
398 {
399 if (DeviceObject->AttachedDevice)
400 {
401 DPRINT("Device object is in the middle of a device stack\n");
402 return;
403 }
404
405 if (DeviceObject->ReferenceCount)
406 {
407 DPRINT("Device object still has %d references\n", DeviceObject->ReferenceCount);
408 return;
409 }
410
411 /* Check if we have a Security Descriptor */
412 if (DeviceObject->SecurityDescriptor)
413 {
414 /* Dereference it */
415 ObDereferenceSecurityDescriptor(DeviceObject->SecurityDescriptor, 1);
416 }
417
418 /* Remove the device from the list */
420
421 /* Dereference the keep-alive */
423 }
424
425 /* We can't unload a non-PnP driver here */
426 if (DriverObject->Flags & DRVO_LEGACY_DRIVER)
427 {
428 DPRINT("Not a PnP driver! '%wZ' will not be unloaded!\n", &DriverObject->DriverName);
429 return;
430 }
431
432 /* Return if we've already called unload (maybe we're in it?) */
433 if (DriverObject->Flags & DRVO_UNLOAD_INVOKED) return;
434
435 /* We can't unload unless there's an unload handler */
436 if (!DriverObject->DriverUnload)
437 {
438 DPRINT1("No DriverUnload function on PnP driver! '%wZ' will not be unloaded!\n", &DriverObject->DriverName);
439 return;
440 }
441
442 /* Bail if there are still devices present */
443 if (DriverObject->DeviceObject)
444 {
445 DPRINT("Devices still present! '%wZ' will not be unloaded!\n", &DriverObject->DriverName);
446 return;
447 }
448
449 DPRINT1("Unloading driver '%wZ' (automatic)\n", &DriverObject->DriverName);
450
451 /* Set the unload invoked flag */
453
454 /* Unload it */
455 DriverObject->DriverUnload(DriverObject);
456
457 /* Make object temporary so it can be deleted */
459}
VOID NTAPI IopEditDeviceList(IN PDRIVER_OBJECT DriverObject, IN PDEVICE_OBJECT DeviceObject, IN IOP_DEVICE_LIST_OPERATION Type)
Definition: device.c:335
VOID NTAPI ObDereferenceSecurityDescriptor(IN PSECURITY_DESCRIPTOR SecurityDescriptor, IN ULONG Count)
Definition: obsdcach.c:287
#define DRVO_UNLOAD_INVOKED
Definition: iotypes.h:2227

Referenced by IoDeleteDevice(), IoDetachDevice(), IopDecrementDeviceObjectRef(), and IopDereferenceDeviceObject().

◆ IopUpdateRootKey()

NTSTATUS NTAPI IopUpdateRootKey ( VOID  )

Definition at line 670 of file pnpmap.c.

671{
672 UNICODE_STRING EnumU = RTL_CONSTANT_STRING(L"\\Registry\\Machine\\SYSTEM\\CurrentControlSet\\Enum");
673 UNICODE_STRING RootPathU = RTL_CONSTANT_STRING(L"Root");
674 UNICODE_STRING MultiKeyPathU = RTL_CONSTANT_STRING(L"\\Registry\\Machine\\HARDWARE\\DESCRIPTION\\System\\MultifunctionAdapter");
676 HANDLE hEnum, hRoot;
678
681 if (!NT_SUCCESS(Status))
682 {
683 DPRINT1("ZwCreateKey() failed with status 0x%08lx\n", Status);
684 return Status;
685 }
686
689 ZwClose(hEnum);
690 if (!NT_SUCCESS(Status))
691 {
692 DPRINT1("ZwOpenKey() failed with status 0x%08lx\n", Status);
693 return Status;
694 }
695
697 {
698 Status = IopOpenRegistryKeyEx(&hEnum, NULL, &MultiKeyPathU, KEY_ENUMERATE_SUB_KEYS);
699 if (!NT_SUCCESS(Status))
700 {
701 /* Nothing to do, don't return with an error status */
702 DPRINT("ZwOpenKey() failed with status 0x%08lx\n", Status);
703 ZwClose(hRoot);
704 return STATUS_SUCCESS;
705 }
707 hEnum,
708 NULL,
709 hRoot,
710 TRUE,
711 NULL,
712 0,
713 NULL,
714 0);
715 ZwClose(hEnum);
716 }
717 else
718 {
719 /* Enumeration is disabled */
721 }
722
723 ZwClose(hRoot);
724
725 return Status;
726}
static HTREEITEM hRoot
Definition: treeview.c:383
static NTSTATUS IopEnumerateDetectedDevices(_In_ HANDLE hBaseKey, _In_opt_ PUNICODE_STRING RelativePath, _In_ HANDLE hRootKey, _In_ BOOLEAN EnumerateSubKeys, _In_opt_ PCM_FULL_RESOURCE_DESCRIPTOR BootResources, _In_opt_ ULONG BootResourcesLength, _In_ PCM_FULL_RESOURCE_DESCRIPTOR ParentBootResources, _In_ ULONG ParentBootResourcesLength)
Definition: pnpmap.c:153
static BOOLEAN IopIsFirmwareMapperDisabled(VOID)
Definition: pnpmap.c:600

Referenced by IopInitializePlugPlayServices().

◆ IopVerifyDeviceObjectOnStack()

BOOLEAN NTAPI IopVerifyDeviceObjectOnStack ( IN PDEVICE_OBJECT  BaseDeviceObject,
IN PDEVICE_OBJECT  TopDeviceObjectHint 
)

Definition at line 696 of file device.c.

698{
701 PDEVICE_OBJECT LoopObject;
702
703 ASSERT(BaseDeviceObject != NULL);
704
705 Result = FALSE;
706 /* Simply loop on the device stack and try to find our hint */
708 for (LoopObject = BaseDeviceObject; ; LoopObject = LoopObject->AttachedDevice)
709 {
710 /* It was found, it's a success */
711 if (LoopObject == TopDeviceObjectHint)
712 {
713 Result = TRUE;
714 break;
715 }
716
717 /* End of the stack, that's a failure - default */
718 if (LoopObject == NULL)
719 {
720 break;
721 }
722 }
724
725 return Result;
726}
VOID FASTCALL KeReleaseQueuedSpinLock(IN KSPIN_LOCK_QUEUE_NUMBER LockNumber, IN KIRQL OldIrql)
Definition: spinlock.c:154
KIRQL FASTCALL KeAcquireQueuedSpinLock(IN KSPIN_LOCK_QUEUE_NUMBER LockNumber)
Definition: spinlock.c:108
_At_(*)(_In_ PWSK_CLIENT Client, _In_opt_ PUNICODE_STRING NodeName, _In_opt_ PUNICODE_STRING ServiceName, _In_opt_ ULONG NameSpace, _In_opt_ GUID *Provider, _In_opt_ PADDRINFOEXW Hints, _Outptr_ PADDRINFOEXW *Result, _In_opt_ PEPROCESS OwningProcess, _In_opt_ PETHREAD OwningThread, _Inout_ PIRP Irp Result)(Mem)) NTSTATUS(WSKAPI *PFN_WSK_GET_ADDRESS_INFO
Definition: wsk.h:409

Referenced by IoGetRelatedDeviceObject(), and IopCheckTopDeviceHint().

◆ IopVerifyDiskSignature()

BOOLEAN IopVerifyDiskSignature ( _In_ PDRIVE_LAYOUT_INFORMATION_EX  DriveLayout,
_In_ PARC_DISK_SIGNATURE  ArcDiskSignature,
_Out_ PULONG  Signature 
)

Definition at line 946 of file arcname.c.

950{
951 /* Fail if the partition table is invalid */
952 if (!ArcDiskSignature->ValidPartitionTable)
953 return FALSE;
954
955 /* If the partition style is MBR */
956 if (DriveLayout->PartitionStyle == PARTITION_STYLE_MBR)
957 {
958 /* Check the MBR signature */
959 if (DriveLayout->Mbr.Signature == ArcDiskSignature->Signature)
960 {
961 /* And return it */
962 if (Signature)
963 *Signature = DriveLayout->Mbr.Signature;
964 return TRUE;
965 }
966 }
967 /* If the partition style is GPT */
968 else if (DriveLayout->PartitionStyle == PARTITION_STYLE_GPT)
969 {
970 /* Verify whether the signature is GPT and compare the GUID */
971 if (ArcDiskSignature->IsGpt &&
972 IsEqualGUID((PGUID)&ArcDiskSignature->GptSignature, &DriveLayout->Gpt.DiskId))
973 {
974 /* There is no signature to return, just zero it */
975 if (Signature)
976 *Signature = 0;
977 return TRUE;
978 }
979 }
980
981 /* If we get there, something went wrong, so fail */
982 return FALSE;
983}
static const WCHAR Signature[]
Definition: parser.c:141
@ PARTITION_STYLE_GPT
Definition: imports.h:202
@ PARTITION_STYLE_MBR
Definition: imports.h:201
#define IsEqualGUID(rguid1, rguid2)
Definition: guiddef.h:147

Referenced by IoGetBootDiskInformation(), and IopCreateArcNamesDisk().

◆ IoSetIoCompletion()

NTSTATUS NTAPI IoSetIoCompletion ( IN PVOID  IoCompletion,
IN PVOID  KeyContext,
IN PVOID  ApcContext,
IN NTSTATUS  IoStatus,
IN ULONG_PTR  IoStatusInformation,
IN BOOLEAN  Quota 
)

Definition at line 147 of file iocomp.c.

153{
156 PKPRCB Prcb = KeGetCurrentPrcb();
158
159 /* Get the P List */
161 PPLookasideList[LookasideCompletionList].P;
162
163 /* Try to allocate the Packet */
164 List->L.TotalAllocates++;
165 Packet = (PVOID)InterlockedPopEntrySList(&List->L.ListHead);
166
167 /* Check if that failed, use the L list if it did */
168 if (!Packet)
169 {
170 /* Let the balancer know */
171 List->L.AllocateMisses++;
172
173 /* Get L List */
175 PPLookasideList[LookasideCompletionList].L;
176
177 /* Try to allocate the Packet */
178 List->L.TotalAllocates++;
179 Packet = (PVOID)InterlockedPopEntrySList(&List->L.ListHead);
180 }
181
182 /* Still failed, use pool */
183 if (!Packet)
184 {
185 /* Let the balancer know */
186 List->L.AllocateMisses++;
187
188 /* Allocate from Nonpaged Pool */
190 }
191
192 /* Make sure we have one by now... */
193 if (Packet)
194 {
195 /* Set up the Packet */
196 Packet->PacketType = IopCompletionPacketMini;
197 Packet->KeyContext = KeyContext;
198 Packet->ApcContext = ApcContext;
199 Packet->IoStatus = IoStatus;
200 Packet->IoStatusInformation = IoStatusInformation;
201
202 /* Insert the Queue */
203 KeInsertQueue(Queue, &Packet->ListEntry);
204 }
205 else
206 {
207 /* Out of memory, fail */
209 }
210
211 /* Return Success */
212 return STATUS_SUCCESS;
213}
NTSTATUS NTAPI IoCompletion(PDEVICE_OBJECT DeviceObject, PIRP Irp, PVOID Ctx)
Definition: control.c:383
__in UCHAR __in POWER_STATE __in_opt PVOID __in PIO_STATUS_BLOCK IoStatus
Definition: mxum.h:159
FORCEINLINE struct _KPRCB * KeGetCurrentPrcb(VOID)
Definition: ketypes.h:1187
_In_opt_ HANDLE _In_opt_ PIO_APC_ROUTINE _In_opt_ PVOID ApcContext
Definition: iofuncs.h:727
@ LookasideCompletionList
Definition: mmtypes.h:174
#define IOC_TAG
Definition: tag.h:68
_Must_inspect_result_ _In_ WDFCMRESLIST List
Definition: wdfresource.h:550
struct LOOKASIDE_ALIGN _NPAGED_LOOKASIDE_LIST * PNPAGED_LOOKASIDE_LIST
struct _KQUEUE * PKQUEUE
#define InterlockedPopEntrySList(SListHead)
Definition: rtlfuncs.h:3409

Referenced by IopDeviceFsIoControl(), NtLockFile(), and NtSetIoCompletion().

◆ IoShutdownSystem()

VOID NTAPI IoShutdownSystem ( IN ULONG  Phase)

Definition at line 134 of file device.c.

135{
136 PLIST_ENTRY ListEntry;
138 PSHUTDOWN_ENTRY ShutdownEntry;
139 IO_STATUS_BLOCK StatusBlock;
140 PIRP Irp;
143
144 /* Initialize an event to wait on */
146
147 /* What phase? */
148 if (Phase == 0)
149 {
150 /* Shutdown PnP */
152
153 /* Loop first-chance shutdown notifications */
156 while (ListEntry)
157 {
158 /* Get the shutdown entry */
159 ShutdownEntry = CONTAINING_RECORD(ListEntry,
161 ShutdownList);
162
163 /* Get the attached device */
165
166 /* Build the shutdown IRP and call the driver */
169 NULL,
170 0,
171 NULL,
172 &Event,
173 &StatusBlock);
174 if (Irp)
175 {
177 if (Status == STATUS_PENDING)
178 {
179 /* Wait on the driver */
181 }
182 }
183
184 /* Remove the flag */
185 ShutdownEntry->DeviceObject->Flags &= ~DO_SHUTDOWN_REGISTERED;
186
187 /* Get rid of our reference to it */
188 ObDereferenceObject(ShutdownEntry->DeviceObject);
189
190 /* Free the shutdown entry and reset the event */
193
194 /* Go to the next entry */
197 }
198 }
199 else if (Phase == 1)
200 {
201 /* Acquire resource forever */
203
204 /* Shutdown disk file systems */
206
207 /* Shutdown cdrom file systems */
209
210 /* Shutdown tape filesystems */
212
213 /* Loop last-chance shutdown notifications */
216 while (ListEntry)
217 {
218 /* Get the shutdown entry */
219 ShutdownEntry = CONTAINING_RECORD(ListEntry,
221 ShutdownList);
222
223 /* Get the attached device */
225
226 /* Build the shutdown IRP and call the driver */
229 NULL,
230 0,
231 NULL,
232 &Event,
233 &StatusBlock);
234 if (Irp)
235 {
237 if (Status == STATUS_PENDING)
238 {
239 /* Wait on the driver */
241 }
242 }
243
244 /* Remove the flag */
245 ShutdownEntry->DeviceObject->Flags &= ~DO_SHUTDOWN_REGISTERED;
246
247 /* Get rid of our reference to it */
248 ObDereferenceObject(ShutdownEntry->DeviceObject);
249
250 /* Free the shutdown entry and reset the event */
253
254 /* Go to the next entry */
257 }
258
259 }
260}
VOID NTAPI IopShutdownBaseFileSystems(IN PLIST_ENTRY ListHead)
Definition: volume.c:349
LIST_ENTRY ShutdownListHead
Definition: device.c:21
KSPIN_LOCK ShutdownListLock
Definition: device.c:22
LIST_ENTRY IopCdRomFileSystemQueueHead
Definition: volume.c:22
ERESOURCE IopDatabaseResource
Definition: volume.c:20
VOID NTAPI IoShutdownPnpDevices(VOID)
Definition: device.c:126
LIST_ENTRY LastChanceShutdownListHead
Definition: device.c:21
LIST_ENTRY IopDiskFileSystemQueueHead
Definition: volume.c:21
LIST_ENTRY IopTapeFileSystemQueueHead
Definition: volume.c:22
Definition: io.h:427
PDEVICE_OBJECT DeviceObject
Definition: io.h:429
#define TAG_SHUTDOWN_ENTRY
Definition: tag.h:58

Referenced by PopGracefulShutdown().

◆ PiClearDevNodeProblem()

VOID PiClearDevNodeProblem ( _In_ PDEVICE_NODE  DeviceNode)

Definition at line 141 of file devnode.c.

143{
144 DeviceNode->Flags &= ~DNF_HAS_PROBLEM;
145 DeviceNode->Problem = 0;
146}

◆ PiInitCacheGroupInformation()

NTSTATUS NTAPI PiInitCacheGroupInformation ( VOID  )

Definition at line 94 of file pnpinit.c.

95{
98 PKEY_VALUE_FULL_INFORMATION KeyValueInformation;
99 PUNICODE_STRING GroupTable;
100 ULONG Count;
101 UNICODE_STRING GroupString =
102 RTL_CONSTANT_STRING(L"\\Registry\\Machine\\System\\CurrentControlSet"
103 L"\\Control\\ServiceGroupOrder");
104
105 /* Open the registry key */
107 NULL,
108 &GroupString,
109 KEY_READ);
110 if (NT_SUCCESS(Status))
111 {
112 /* Get the list */
113 Status = IopGetRegistryValue(KeyHandle, L"List", &KeyValueInformation);
115
116 /* Make sure we got it */
117 if (NT_SUCCESS(Status))
118 {
119 /* Make sure it's valid */
120 if ((KeyValueInformation->Type == REG_MULTI_SZ) &&
121 (KeyValueInformation->DataLength))
122 {
123 /* Convert it to unicode strings */
124 Status = PnpRegMultiSzToUnicodeStrings(KeyValueInformation,
125 &GroupTable,
126 &Count);
127
128 /* Cache it for later */
129 PiInitGroupOrderTable = GroupTable;
131 }
132 else
133 {
134 /* Fail */
136 }
137
138 /* Free the information */
139 ExFreePool(KeyValueInformation);
140 }
141 }
142
143 /* Return status */
144 return Status;
145}
int Count
Definition: noreturn.cpp:7
#define REG_MULTI_SZ
Definition: nt_native.h:1504
NTSTATUS NTAPI PnpRegMultiSzToUnicodeStrings(IN PKEY_VALUE_FULL_INFORMATION KeyValueInformation, OUT PUNICODE_STRING *UnicodeStringList, OUT PULONG UnicodeStringCount)
Definition: pnputil.c:47
PUNICODE_STRING PiInitGroupOrderTable
Definition: pnpinit.c:17
USHORT PiInitGroupOrderTableCount
Definition: pnpinit.c:18

Referenced by IopInitializePlugPlayServices().

◆ PiInitializeNotifications()

VOID PiInitializeNotifications ( VOID  )

Definition at line 55 of file pnpnotify.c.

56{
60 InitializeListHead(&PiNotifyHwProfileListHead);
61 InitializeListHead(&PiNotifyDeviceInterfaceListHead);
62}
VOID FASTCALL KeInitializeGuardedMutex(OUT PKGUARDED_MUTEX GuardedMutex)
Definition: gmutex.c:31
KGUARDED_MUTEX PiNotifyDeviceInterfaceLock
Definition: pnpnotify.c:21
KGUARDED_MUTEX PiNotifyTargetDeviceLock
Definition: pnpnotify.c:19
KGUARDED_MUTEX PiNotifyHwProfileLock
Definition: pnpnotify.c:20

Referenced by IoInitSystem().

◆ PiInsertDevNode()

VOID PiInsertDevNode ( _In_ PDEVICE_NODE  DeviceNode,
_In_ PDEVICE_NODE  ParentNode 
)

Definition at line 80 of file devnode.c.

83{
84 KIRQL oldIrql;
85
86 ASSERT(DeviceNode->Parent == NULL);
87
89 DeviceNode->Parent = ParentNode;
90 DeviceNode->Sibling = NULL;
91 if (ParentNode->LastChild == NULL)
92 {
93 ParentNode->Child = DeviceNode;
94 ParentNode->LastChild = DeviceNode;
95 }
96 else
97 {
98 ParentNode->LastChild->Sibling = DeviceNode;
99 ParentNode->LastChild = DeviceNode;
100 }
102 DeviceNode->Level = ParentNode->Level + 1;
103
104 DPRINT("Inserted devnode 0x%p to parent 0x%p\n", DeviceNode, ParentNode);
105}
KSPIN_LOCK IopDeviceTreeLock
Definition: devnode.c:19

Referenced by IoReportDetectedDevice(), PiControlInitializeDevice(), and PiEnumerateDevice().

◆ PiIrpCancelStopDevice()

NTSTATUS PiIrpCancelStopDevice ( _In_ PDEVICE_NODE  DeviceNode)

Definition at line 154 of file pnpirp.c.

156{
157 PAGED_CODE();
158
161
162 PVOID info;
164 .MajorFunction = IRP_MJ_PNP,
165 .MinorFunction = IRP_MN_CANCEL_STOP_DEVICE
166 };
167
168 // in fact we don't care which status is returned here
169 NTSTATUS status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, &info);
171 return status;
172}
@ DeviceNodeQueryStopped
Definition: iotypes.h:544
NTSTATUS IopSynchronousCall(_In_ PDEVICE_OBJECT DeviceObject, _In_ PIO_STACK_LOCATION IoStackLocation, _Out_ PVOID *Information)
Definition: pnpirp.c:14
Definition: format.c:80
#define IRP_MN_CANCEL_STOP_DEVICE

Referenced by PiDevNodeStateMachine().

◆ PiIrpQueryDeviceRelations()

NTSTATUS PiIrpQueryDeviceRelations ( _In_ PDEVICE_NODE  DeviceNode,
_In_ DEVICE_RELATION_TYPE  Type 
)

Definition at line 176 of file pnpirp.c.

179{
180 PAGED_CODE();
181
184
186 .MajorFunction = IRP_MJ_PNP,
187 .MinorFunction = IRP_MN_QUERY_DEVICE_RELATIONS,
188 .Parameters.QueryDeviceRelations.Type = Type
189 };
190
191 // Vista+ does an asynchronous call
192 NTSTATUS status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject,
193 &stack,
194 (PVOID)&DeviceNode->OverUsed1.PendingDeviceRelations);
195 DeviceNode->CompletionStatus = status;
196 return status;
197}

Referenced by PiDevNodeStateMachine().

◆ PiIrpQueryDeviceText()

NTSTATUS PiIrpQueryDeviceText ( _In_ PDEVICE_NODE  DeviceNode,
_In_ LCID  LocaleId,
_In_ DEVICE_TEXT_TYPE  Type,
_Out_ PWSTR DeviceText 
)

Definition at line 253 of file pnpirp.c.

258{
259 PAGED_CODE();
260
263
264 ULONG_PTR longText;
266 .MajorFunction = IRP_MJ_PNP,
267 .MinorFunction = IRP_MN_QUERY_DEVICE_TEXT,
268 .Parameters.QueryDeviceText.DeviceTextType = Type,
269 .Parameters.QueryDeviceText.LocaleId = LocaleId
270 };
271
273 status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, (PVOID)&longText);
274 if (NT_SUCCESS(status))
275 {
276 *DeviceText = (PVOID)longText;
277 }
278
279 return status;
280}
@ DeviceNodeUninitialized
Definition: iotypes.h:536
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_ PCUNICODE_STRING _In_ PCUNICODE_STRING _In_ LCID LocaleId
Definition: wdfpdo.h:437
#define IRP_MN_QUERY_DEVICE_TEXT

Referenced by PiSetDevNodeText().

◆ PiIrpQueryPnPDeviceState()

NTSTATUS PiIrpQueryPnPDeviceState ( _In_ PDEVICE_NODE  DeviceNode,
_Out_ PPNP_DEVICE_STATE  DeviceState 
)

Definition at line 284 of file pnpirp.c.

287{
288 PAGED_CODE();
289
292 DeviceNode->State == DeviceNodeStarted);
293
294 ULONG_PTR longState;
296 .MajorFunction = IRP_MJ_PNP,
297 .MinorFunction = IRP_MN_QUERY_PNP_DEVICE_STATE
298 };
299
301 status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, (PVOID)&longState);
302 if (NT_SUCCESS(status))
303 {
304 *DeviceState = longState;
305 }
306
307 return status;
308}
@ DeviceNodeStartPostWork
Definition: iotypes.h:542
_In_ WDFDEVICE _Out_ PWDF_DEVICE_STATE DeviceState
Definition: wdfdevice.h:2005
#define IRP_MN_QUERY_PNP_DEVICE_STATE

Referenced by PiUpdateDeviceState().

◆ PiIrpQueryResourceRequirements()

NTSTATUS PiIrpQueryResourceRequirements ( _In_ PDEVICE_NODE  DeviceNode,
_Out_ PIO_RESOURCE_REQUIREMENTS_LIST Resources 
)

Definition at line 227 of file pnpirp.c.

230{
231 PAGED_CODE();
232
234
235 ULONG_PTR longRes;
237 .MajorFunction = IRP_MJ_PNP,
239 };
240
242 status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, (PVOID)&longRes);
243 if (NT_SUCCESS(status))
244 {
245 *Resources = (PVOID)longRes;
246 }
247
248 return status;
249}
#define IRP_MN_QUERY_RESOURCE_REQUIREMENTS

Referenced by PiFakeResourceRebalance().

◆ PiIrpQueryResources()

NTSTATUS PiIrpQueryResources ( _In_ PDEVICE_NODE  DeviceNode,
_Out_ PCM_RESOURCE_LIST Resources 
)

Definition at line 201 of file pnpirp.c.

204{
205 PAGED_CODE();
206
208
209 ULONG_PTR longRes;
211 .MajorFunction = IRP_MJ_PNP,
212 .MinorFunction = IRP_MN_QUERY_RESOURCES
213 };
214
216 status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, (PVOID)&longRes);
217 if (NT_SUCCESS(status))
218 {
219 *Resources = (PVOID)longRes;
220 }
221
222 return status;
223}
#define IRP_MN_QUERY_RESOURCES

Referenced by PiFakeResourceRebalance().

◆ PiIrpQueryStopDevice()

NTSTATUS PiIrpQueryStopDevice ( _In_ PDEVICE_NODE  DeviceNode)

Definition at line 133 of file pnpirp.c.

135{
136 PAGED_CODE();
137
140
141 PVOID info;
143 .MajorFunction = IRP_MJ_PNP,
144 .MinorFunction = IRP_MN_QUERY_STOP_DEVICE
145 };
146
147 NTSTATUS status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, &info);
148 DeviceNode->CompletionStatus = status;
149 return status;
150}
#define IRP_MN_QUERY_STOP_DEVICE

Referenced by PiDevNodeStateMachine().

◆ PiIrpStartDevice()

NTSTATUS PiIrpStartDevice ( _In_ PDEVICE_NODE  DeviceNode)

Definition at line 87 of file pnpirp.c.

89{
90 PAGED_CODE();
91
94
95 PVOID info;
97 .MajorFunction = IRP_MJ_PNP,
98 .MinorFunction = IRP_MN_START_DEVICE,
99 .Parameters.StartDevice.AllocatedResources = DeviceNode->ResourceList,
100 .Parameters.StartDevice.AllocatedResourcesTranslated = DeviceNode->ResourceListTranslated
101 };
102
103 // Vista+ does an asynchronous call
104 NTSTATUS status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, &info);
105 DeviceNode->CompletionStatus = status;
106 return status;
107}
#define IRP_MN_START_DEVICE

Referenced by PiDevNodeStateMachine().

◆ PiIrpStopDevice()

NTSTATUS PiIrpStopDevice ( _In_ PDEVICE_NODE  DeviceNode)

Definition at line 111 of file pnpirp.c.

113{
114 PAGED_CODE();
115
118
119 PVOID info;
121 .MajorFunction = IRP_MJ_PNP,
122 .MinorFunction = IRP_MN_STOP_DEVICE
123 };
124
125 // Drivers should never fail a IRP_MN_STOP_DEVICE request
126 NTSTATUS status = IopSynchronousCall(DeviceNode->PhysicalDeviceObject, &stack, &info);
128 return status;
129}
#define IRP_MN_STOP_DEVICE

Referenced by PiDevNodeStateMachine().

◆ PiNotifyDeviceInterfaceChange()

VOID PiNotifyDeviceInterfaceChange ( _In_ LPCGUID  Event,
_In_ LPCGUID  InterfaceClassGuid,
_In_ PUNICODE_STRING  SymbolicLinkName 
)

Delivers the event to all drivers subscribed to EventCategoryDeviceInterfaceChange.

Parameters
[in]EventThe PnP event GUID
[in]InterfaceClassGuidThe GUID of an interface class
[in]SymbolicLinkNamePointer to a string identifying the device interface name

Definition at line 161 of file pnpnotify.c.

165{
166 PAGED_CODE();
167
169 notifyStruct = ExAllocatePoolWithTag(PagedPool, sizeof(*notifyStruct), TAG_PNP_NOTIFY);
170 if (!notifyStruct)
171 {
172 return;
173 }
174
175 *notifyStruct = (DEVICE_INTERFACE_CHANGE_NOTIFICATION) {
176 .Version = 1,
178 .Event = *Event,
181 };
182
183 DPRINT("Delivering a DeviceInterfaceChange PnP event\n");
184
186
187 PLIST_ENTRY entry = PiNotifyDeviceInterfaceListHead.Flink;
188 while (entry != &PiNotifyDeviceInterfaceListHead)
189 {
191
192 if (!IsEqualGUID(&notifyStruct->InterfaceClassGuid, &nEntry->Guid))
193 {
194 entry = entry->Flink;
195 continue;
196 }
197
198 PiProcessSingleNotification(nEntry, notifyStruct, &PiNotifyDeviceInterfaceLock, &entry);
199 }
200
202 ExFreePoolWithTag(notifyStruct, TAG_PNP_NOTIFY);
203}
VOID FASTCALL KeReleaseGuardedMutex(IN OUT PKGUARDED_MUTEX GuardedMutex)
Definition: gmutex.c:53
VOID FASTCALL KeAcquireGuardedMutex(IN PKGUARDED_MUTEX GuardedMutex)
Definition: gmutex.c:42
uint32_t entry
Definition: isohybrid.c:63
* PPNP_NOTIFY_ENTRY
Definition: pnpnotify.c:49
PNP_NOTIFY_ENTRY
Definition: pnpnotify.c:49
#define TAG_PNP_NOTIFY
Definition: tag.h:90
struct _DEVICE_INTERFACE_CHANGE_NOTIFICATION DEVICE_INTERFACE_CHANGE_NOTIFICATION

Referenced by IoSetDeviceInterfaceState().

◆ PiNotifyHardwareProfileChange()

VOID PiNotifyHardwareProfileChange ( _In_ LPCGUID  Event)

Delivers the event to all drivers subscribed to EventCategoryHardwareProfileChange PnP event.

Parameters
[in]EventThe PnP event GUID

Definition at line 214 of file pnpnotify.c.

216{
217 PAGED_CODE();
218
220 notifyStruct = ExAllocatePoolWithTag(PagedPool, sizeof(*notifyStruct), TAG_PNP_NOTIFY);
221 if (!notifyStruct)
222 {
223 return;
224 }
225
226 *notifyStruct = (HWPROFILE_CHANGE_NOTIFICATION) {
227 .Version = 1,
228 .Size = sizeof(HWPROFILE_CHANGE_NOTIFICATION),
229 .Event = *Event
230 };
231
232 DPRINT("Delivering a HardwareProfileChange PnP event\n");
233
235
236 PLIST_ENTRY entry = PiNotifyHwProfileListHead.Flink;
237 while (entry != &PiNotifyHwProfileListHead)
238 {
240
241 PiProcessSingleNotification(nEntry, notifyStruct, &PiNotifyHwProfileLock, &entry);
242 }
243
245 ExFreePoolWithTag(notifyStruct, TAG_PNP_NOTIFY);
246}
struct _HWPROFILE_CHANGE_NOTIFICATION HWPROFILE_CHANGE_NOTIFICATION

◆ PiNotifyTargetDeviceChange()

VOID PiNotifyTargetDeviceChange ( _In_ LPCGUID  Event,
_In_ PDEVICE_OBJECT  DeviceObject,
_In_opt_ PTARGET_DEVICE_CUSTOM_NOTIFICATION  CustomNotification 
)

Delivers the event to all drivers subscribed to EventCategoryTargetDeviceChange PnP event.

Parameters
[in]EventThe PnP event GUID
[in]DeviceObjectThe (target) device object
[in]CustomNotificationPointer to a custom notification for GUID_PNP_CUSTOM_NOTIFICATION

Definition at line 258 of file pnpnotify.c.

262{
263 PAGED_CODE();
264
265 PVOID notificationStruct;
266 // just in case our device is removed during the operation
268
270 ASSERT(deviceNode);
271
272 if (!IsEqualGUID(Event, &GUID_PNP_CUSTOM_NOTIFICATION))
273 {
275 notifStruct = ExAllocatePoolWithTag(PagedPool, sizeof(*notifStruct), TAG_PNP_NOTIFY);
276 if (!notifStruct)
277 {
278 return;
279 }
280
281 *notifStruct = (TARGET_DEVICE_REMOVAL_NOTIFICATION) {
282 .Version = 1,
284 .Event = *Event
285 };
286
287 notificationStruct = notifStruct;
288
289 DPRINT("Delivering a (non-custom) TargetDeviceChange PnP event\n");
290 }
291 else
292 {
293 ASSERT(CustomNotification);
294 // assuming everythng else is correct
295
296 notificationStruct = CustomNotification;
297
298 DPRINT("Delivering a (custom) TargetDeviceChange PnP event\n");
299 }
300
302
304 while (entry != &deviceNode->TargetDeviceNotify)
305 {
307
308 // put the file object from our saved entry to this particular notification's struct
309 ((PTARGET_DEVICE_REMOVAL_NOTIFICATION)notificationStruct)->FileObject = nEntry->FileObject;
310 // so you don't need to look at the definition ;)
313
314 PiProcessSingleNotification(nEntry, notificationStruct, &PiNotifyTargetDeviceLock, &entry);
315 }
316
318 if (notificationStruct != CustomNotification)
319 ExFreePoolWithTag(notificationStruct, TAG_PNP_NOTIFY);
321}
#define C_ASSERT(e)
Definition: intsafe.h:73
LIST_ENTRY TargetDeviceNotify
Definition: iotypes.h:1025
struct _TARGET_DEVICE_REMOVAL_NOTIFICATION TARGET_DEVICE_REMOVAL_NOTIFICATION
struct _TARGET_DEVICE_REMOVAL_NOTIFICATION * PTARGET_DEVICE_REMOVAL_NOTIFICATION

Referenced by IopCancelRemoveDevice(), IopQueryRemoveDevice(), IopSendRemoveDevice(), and PpSetCustomTargetEvent().

◆ PipAllocateDeviceNode()

◆ PipCallDriverAddDevice()

NTSTATUS NTAPI PipCallDriverAddDevice ( IN PDEVICE_NODE  DeviceNode,
IN BOOLEAN  LoadDriver,
IN PDRIVER_OBJECT  DriverObject 
)

◆ PiPerformSyncDeviceAction()

NTSTATUS PiPerformSyncDeviceAction ( _In_ PDEVICE_OBJECT  DeviceObject,
_In_ DEVICE_ACTION  Action 
)

Perfom a device operation synchronously via PiQueueDeviceAction.

Parameters
[in]DeviceObjectThe device object
[in]ActionThe action
Returns
Status of the operation

Definition at line 2727 of file devaction.c.

2730{
2731 KEVENT opFinished;
2733
2737
2738 return status;
2739}
VOID PiQueueDeviceAction(_In_ PDEVICE_OBJECT DeviceObject, _In_ DEVICE_ACTION Action, _In_opt_ PKEVENT CompletionEvent, _Out_opt_ NTSTATUS *CompletionStatus)
Queue a device operation to a worker thread.
Definition: devaction.c:2668

Referenced by IopInitializeSystemDrivers(), IoSynchronousInvalidateDeviceRelations(), and PiControlSyncDeviceAction().

◆ PipGetDriverTagPriority()

USHORT NTAPI PipGetDriverTagPriority ( IN HANDLE  ServiceHandle)

Definition at line 192 of file pnpinit.c.

193{
196 PKEY_VALUE_FULL_INFORMATION KeyValueInformation = NULL;
197 PKEY_VALUE_FULL_INFORMATION KeyValueInformationTag;
198 PKEY_VALUE_FULL_INFORMATION KeyValueInformationGroupOrderList;
201 PULONG GroupOrder;
202 ULONG Count, Tag = 0;
203 USHORT i = -1;
204 UNICODE_STRING GroupString =
205 RTL_CONSTANT_STRING(L"\\Registry\\Machine\\System\\CurrentControlSet"
206 L"\\Control\\ServiceGroupOrder");
207
208 /* Open the key */
210 if (!NT_SUCCESS(Status)) goto Quickie;
211
212 /* Read the group */
213 Status = IopGetRegistryValue(ServiceHandle, L"Group", &KeyValueInformation);
214 if (!NT_SUCCESS(Status)) goto Quickie;
215
216 /* Make sure we have a group */
217 if ((KeyValueInformation->Type == REG_SZ) &&
218 (KeyValueInformation->DataLength))
219 {
220 /* Convert to unicode string */
221 Buffer = (PVOID)((ULONG_PTR)KeyValueInformation + KeyValueInformation->DataOffset);
222 PnpRegSzToString(Buffer, KeyValueInformation->DataLength, &Group.Length);
223 Group.MaximumLength = (USHORT)KeyValueInformation->DataLength;
224 Group.Buffer = Buffer;
225 }
226
227 /* Now read the tag */
228 Status = IopGetRegistryValue(ServiceHandle, L"Tag", &KeyValueInformationTag);
229 if (!NT_SUCCESS(Status)) goto Quickie;
230
231 /* Make sure we have a tag */
232 if ((KeyValueInformationTag->Type == REG_DWORD) &&
233 (KeyValueInformationTag->DataLength))
234 {
235 /* Read it */
236 Tag = *(PULONG)((ULONG_PTR)KeyValueInformationTag +
237 KeyValueInformationTag->DataOffset);
238 }
239
240 /* We can get rid of this now */
241 ExFreePool(KeyValueInformationTag);
242
243 /* Now let's read the group's tag order */
245 Group.Buffer,
246 &KeyValueInformationGroupOrderList);
247
248 /* We can get rid of this now */
249Quickie:
250 if (KeyValueInformation) ExFreePool(KeyValueInformation);
252 if (!NT_SUCCESS(Status)) return -1;
253
254 /* We're on the success path -- validate the tag order*/
255 if ((KeyValueInformationGroupOrderList->Type == REG_BINARY) &&
256 (KeyValueInformationGroupOrderList->DataLength))
257 {
258 /* Get the order array */
259 GroupOrder = (PULONG)((ULONG_PTR)KeyValueInformationGroupOrderList +
260 KeyValueInformationGroupOrderList->DataOffset);
261
262 /* Get the count */
263 Count = *GroupOrder;
264 ASSERT(((Count + 1) * sizeof(ULONG)) <=
265 KeyValueInformationGroupOrderList->DataLength);
266
267 /* Now loop each tag */
268 GroupOrder++;
269 for (i = 1; i <= Count; i++)
270 {
271 /* If we found it, we're out */
272 if (Tag == *GroupOrder) break;
273
274 /* Try the next one */
275 GroupOrder++;
276 }
277 }
278
279 /* Last buffer to free */
280 ExFreePool(KeyValueInformationGroupOrderList);
281 return i;
282}
@ Group
Definition: help.c:22
#define REG_BINARY
Definition: nt_native.h:1499
BOOLEAN NTAPI PnpRegSzToString(IN PWCHAR RegSzData, IN ULONG RegSzLength, OUT PUSHORT StringLength OPTIONAL)
Definition: pnputil.c:171
_Must_inspect_result_ _In_ WDFDEVICE _In_ BOOLEAN _In_opt_ PVOID Tag
Definition: wdfdevice.h:4071

Referenced by IopInitializeBootDrivers().

◆ PiQueueDeviceAction()

VOID PiQueueDeviceAction ( _In_ PDEVICE_OBJECT  DeviceObject,
_In_ DEVICE_ACTION  Action,
_In_opt_ PKEVENT  CompletionEvent,
_Out_opt_ NTSTATUS CompletionStatus 
)

Queue a device operation to a worker thread.

Parameters
[in]DeviceObjectThe device object
[in]ActionThe action
[in]CompletionEventThe completion event object (optional)
[out]CompletionStatusStatus returned be the action will be written here

Definition at line 2668 of file devaction.c.

2673{
2675 KIRQL OldIrql;
2676
2678
2679 DPRINT("PiQueueDeviceAction: DeviceObject - %p, Request - %p, Action - %s\n",
2680 DeviceObject, Request, ActionToStr(Action));
2681
2683
2684 Request->DeviceObject = DeviceObject;
2685 Request->Action = Action;
2686 Request->CompletionEvent = CompletionEvent;
2687 Request->CompletionStatus = CompletionStatus;
2688
2691
2693 {
2695
2699
2701 return;
2702 }
2703
2705 {
2707 return;
2708 }
2712
2715}
LIST_ENTRY IopDeviceActionRequestList
Definition: devaction.c:46
KSPIN_LOCK IopDeviceActionLock
Definition: devaction.c:49
KEVENT PiEnumerationFinished
Definition: devaction.c:50
static VOID NTAPI PipDeviceActionWorker(_In_opt_ PVOID Context)
Definition: devaction.c:2546
WORK_QUEUE_ITEM IopDeviceActionWorkItem
Definition: devaction.c:47
BOOLEAN IopDeviceActionInProgress
Definition: devaction.c:48
BOOLEAN PnPBootDriversLoaded
Definition: pnpinit.c:20
#define InsertTailList(ListHead, Entry)
_In_ WDFREQUEST Request
Definition: wdfdevice.h:547
VOID NTAPI ExQueueWorkItem(IN PWORK_QUEUE_ITEM WorkItem, IN WORK_QUEUE_TYPE QueueType)
Definition: work.c:723
#define ExInitializeWorkItem(Item, Routine, Context)
Definition: exfuncs.h:265
@ DelayedWorkQueue
Definition: extypes.h:190
@ NonPagedPoolMustSucceed
Definition: ketypes.h:932

Referenced by IoInitSystem(), IoInvalidateDeviceRelations(), IoInvalidateDeviceState(), IopInitializeBootDrivers(), IopInitializeBuiltinDriver(), IopInitializePlugPlayServices(), IopInitializeSystemDrivers(), IoReportDetectedDevice(), and PiPerformSyncDeviceAction().

◆ PiSetDevNodeProblem()

VOID PiSetDevNodeProblem ( _In_ PDEVICE_NODE  DeviceNode,
_In_ UINT32  Problem 
)

Definition at line 132 of file devnode.c.

135{
136 DeviceNode->Flags |= DNF_HAS_PROBLEM;
137 DeviceNode->Problem = Problem;
138}
#define DNF_HAS_PROBLEM
Definition: iotypes.h:184

Referenced by PiAttachFilterDriversCallback(), PiCallDriverAddDevice(), PiDevNodeStateMachine(), and PiUpdateDeviceState().

◆ PiSetDevNodeState()

PNP_DEVNODE_STATE PiSetDevNodeState ( _In_ PDEVICE_NODE  DeviceNode,
_In_ PNP_DEVNODE_STATE  NewState 
)

Definition at line 108 of file devnode.c.

111{
112 KIRQL oldIrql;
113
115
116 PNP_DEVNODE_STATE prevState = DeviceNode->State;
117 if (prevState != NewState)
118 {
119 DeviceNode->State = NewState;
120 DeviceNode->PreviousState = prevState;
121 DeviceNode->StateHistory[DeviceNode->StateHistoryEntry++] = prevState;
122 DeviceNode->StateHistoryEntry %= DEVNODE_HISTORY_SIZE;
123 }
124
126
127 DPRINT("%wZ Changed state 0x%x => 0x%x\n", &DeviceNode->InstancePath, prevState, NewState);
128 return prevState;
129}
enum _PNP_DEVNODE_STATE PNP_DEVNODE_STATE
#define DEVNODE_HISTORY_SIZE
Definition: iotypes.h:988

Referenced by IopAssignDeviceResources(), IopInitializePlugPlayServices(), IopQueryRemoveChildDevices(), IopSendRemoveDevice(), IoReportDetectedDevice(), PiCallDriverAddDevice(), PiControlInitializeDevice(), PiDevNodeStateMachine(), PiEnumerateDevice(), PiInitializeDevNode(), PiStartDeviceFinal(), and PiUpdateDeviceState().

◆ PiSetDevNodeText()

VOID PiSetDevNodeText ( _In_ PDEVICE_NODE  DeviceNode,
_In_ HANDLE  InstanceKey 
)

Sets the DeviceNode's DeviceDesc and LocationInformation registry values.

Definition at line 1092 of file devaction.c.

1095{
1096 PAGED_CODE();
1097
1098 LCID localeId;
1099
1100 // Get the Locale ID
1102 if (!NT_SUCCESS(status))
1103 {
1104 DPRINT1("ZwQueryDefaultLocale() failed with status %x\n", status);
1105 return;
1106 }
1107
1108 // Step 1: Write the DeviceDesc value if does not exist
1109
1110 UNICODE_STRING valDeviceDesc = RTL_CONSTANT_STRING(L"DeviceDesc");
1111 ULONG len;
1112
1113 status = ZwQueryValueKey(InstanceKey, &valDeviceDesc, KeyValueBasicInformation, NULL, 0, &len);
1115 {
1116 PWSTR deviceDesc = NULL;
1118
1119 if (deviceDesc && deviceDesc[0] != UNICODE_NULL)
1120 {
1121 status = ZwSetValueKey(InstanceKey,
1122 &valDeviceDesc,
1123 0,
1124 REG_SZ,
1125 deviceDesc,
1126 ((ULONG)wcslen(deviceDesc) + 1) * sizeof(WCHAR));
1127
1128 if (!NT_SUCCESS(status))
1129 {
1130 DPRINT1("ZwSetValueKey() failed (Status %x)\n", status);
1131 }
1132 }
1133 else
1134 {
1135 // This key is mandatory, so even if the Irp fails, we still write it
1136 UNICODE_STRING unknownDeviceDesc = RTL_CONSTANT_STRING(L"Unknown device");
1137 DPRINT("Driver didn't return DeviceDesc (status %x)\n", status);
1138
1139 status = ZwSetValueKey(InstanceKey,
1140 &valDeviceDesc,
1141 0,
1142 REG_SZ,
1143 unknownDeviceDesc.Buffer,
1144 unknownDeviceDesc.MaximumLength);
1145 if (!NT_SUCCESS(status))
1146 {
1147 DPRINT1("ZwSetValueKey() failed (Status %x)\n", status);
1148 }
1149 }
1150
1151 if (deviceDesc)
1152 {
1153 ExFreePoolWithTag(deviceDesc, 0);
1154 }
1155 }
1156
1157 // Step 2: LocaltionInformation is overwritten unconditionally
1158
1159 PWSTR deviceLocationInfo = NULL;
1161 localeId,
1163 &deviceLocationInfo);
1164
1165 if (deviceLocationInfo && deviceLocationInfo[0] != UNICODE_NULL)
1166 {
1167 UNICODE_STRING valLocationInfo = RTL_CONSTANT_STRING(L"LocationInformation");
1168
1169 status = ZwSetValueKey(InstanceKey,
1170 &valLocationInfo,
1171 0,
1172 REG_SZ,
1173 deviceLocationInfo,
1174 ((ULONG)wcslen(deviceLocationInfo) + 1) * sizeof(WCHAR));
1175 if (!NT_SUCCESS(status))
1176 {
1177 DPRINT1("ZwSetValueKey() failed (Status %x)\n", status);
1178 }
1179 }
1180
1181 if (deviceLocationInfo)
1182 {
1183 ExFreePoolWithTag(deviceLocationInfo, 0);
1184 }
1185 else
1186 {
1187 DPRINT("Driver didn't return LocationInformation (status %x)\n", status);
1188 }
1189}
GLenum GLsizei len
Definition: glext.h:6722
NTSYSAPI NTSTATUS NTAPI ZwQueryDefaultLocale(_In_ BOOLEAN UserProfile, _Out_ PLCID DefaultLocaleId)
NTSTATUS PiIrpQueryDeviceText(_In_ PDEVICE_NODE DeviceNode, _In_ LCID LocaleId, _In_ DEVICE_TEXT_TYPE Type, _Out_ PWSTR *DeviceText)
Definition: pnpirp.c:253
DWORD LCID
Definition: nls.h:13
@ DeviceTextLocationInformation
Definition: iotypes.h:2948
@ DeviceTextDescription
Definition: iotypes.h:2947

Referenced by IoReportDetectedDevice(), and PiInitializeDevNode().

◆ PnpDetermineResourceListSize()

ULONG NTAPI PnpDetermineResourceListSize ( IN PCM_RESOURCE_LIST  ResourceList)

Definition at line 1237 of file pnpmgr.c.

1238{
1239 ULONG FinalSize, PartialSize, EntrySize, i, j;
1240 PCM_FULL_RESOURCE_DESCRIPTOR FullDescriptor;
1241 PCM_PARTIAL_RESOURCE_DESCRIPTOR PartialDescriptor;
1242
1243 /* If we don't have one, that's easy */
1244 if (!ResourceList) return 0;
1245
1246 /* Start with the minimum size possible */
1247 FinalSize = FIELD_OFFSET(CM_RESOURCE_LIST, List);
1248
1249 /* Loop each full descriptor */
1250 FullDescriptor = ResourceList->List;
1251 for (i = 0; i < ResourceList->Count; i++)
1252 {
1253 /* Start with the minimum size possible */
1254 PartialSize = FIELD_OFFSET(CM_FULL_RESOURCE_DESCRIPTOR, PartialResourceList) +
1255 FIELD_OFFSET(CM_PARTIAL_RESOURCE_LIST, PartialDescriptors);
1256
1257 /* Loop each partial descriptor */
1258 PartialDescriptor = FullDescriptor->PartialResourceList.PartialDescriptors;
1259 for (j = 0; j < FullDescriptor->PartialResourceList.Count; j++)
1260 {
1261 /* Start with the minimum size possible */
1263
1264 /* Check if there is extra data */
1265 if (PartialDescriptor->Type == CmResourceTypeDeviceSpecific)
1266 {
1267 /* Add that data */
1268 EntrySize += PartialDescriptor->u.DeviceSpecificData.DataSize;
1269 }
1270
1271 /* The size of partial descriptors is bigger */
1272 PartialSize += EntrySize;
1273
1274 /* Go to the next partial descriptor */
1275 PartialDescriptor = (PVOID)((ULONG_PTR)PartialDescriptor + EntrySize);
1276 }
1277
1278 /* The size of full descriptors is bigger */
1279 FinalSize += PartialSize;
1280
1281 /* Go to the next full descriptor */
1282 FullDescriptor = (PVOID)((ULONG_PTR)FullDescriptor + PartialSize);
1283 }
1284
1285 /* Return the final size */
1286 return FinalSize;
1287}
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 GLint GLint j
Definition: glfuncs.h:250
#define CmResourceTypeDeviceSpecific
Definition: restypes.h:108
struct _CM_PARTIAL_RESOURCE_DESCRIPTOR CM_PARTIAL_RESOURCE_DESCRIPTOR
struct _CM_PARTIAL_RESOURCE_DESCRIPTOR::@384::@393 DeviceSpecificData
_In_ UCHAR EntrySize
Definition: iofuncs.h:642

Referenced by IoGetDeviceProperty(), IopAssignDeviceResources(), IopFixupResourceListWithRequirements(), IopSetDeviceInstanceData(), IopTranslateDeviceResources(), IopUpdateControlKeyWithResources(), and IopUpdateResourceMap().

◆ PnpInit2()

VOID PnpInit2 ( VOID  )

◆ PnpRegMultiSzToUnicodeStrings()

NTSTATUS NTAPI PnpRegMultiSzToUnicodeStrings ( IN PKEY_VALUE_FULL_INFORMATION  KeyValueInformation,
OUT PUNICODE_STRING UnicodeStringList,
OUT PULONG  UnicodeStringCount 
)

Definition at line 47 of file pnputil.c.

50{
51 PWCHAR p, pp, ps;
52 ULONG i = 0;
53 SIZE_T n;
54 ULONG Count = 0;
55
56 /* Validate the key information */
57 if (KeyValueInformation->Type != REG_MULTI_SZ) return STATUS_INVALID_PARAMETER;
58
59 /* Set the pointers */
60 p = (PWCHAR)((ULONG_PTR)KeyValueInformation +
61 KeyValueInformation->DataOffset);
62 pp = (PWCHAR)((ULONG_PTR)p + KeyValueInformation->DataLength);
63
64 /* Loop the data */
65 while (p != pp)
66 {
67 /* If we find a NULL, that means one string is done */
68 if (!*p)
69 {
70 /* Add to our string count */
71 Count++;
72
73 /* Check for a double-NULL, which means we're done */
74 if (((p + 1) == pp) || !(*(p + 1))) break;
75 }
76
77 /* Go to the next character */
78 p++;
79 }
80
81 /* If we looped the whole list over, we missed increment a string, do it */
82 if (p == pp) Count++;
83
84 /* Allocate the list now that we know how big it is */
85 *UnicodeStringList = ExAllocatePoolWithTag(PagedPool,
86 sizeof(UNICODE_STRING) * Count,
87 'sUpP');
88 if (!(*UnicodeStringList)) return STATUS_INSUFFICIENT_RESOURCES;
89
90 /* Set pointers for second loop */
91 ps = p = (PWCHAR)((ULONG_PTR)KeyValueInformation +
92 KeyValueInformation->DataOffset);
93
94 /* Loop again, to do the copy this time */
95 while (p != pp)
96 {
97 /* If we find a NULL, that means one string is done */
98 if (!*p)
99 {
100 /* Check how long this string is */
101 n = (ULONG_PTR)p - (ULONG_PTR)ps + sizeof(UNICODE_NULL);
102
103 /* Allocate the buffer */
104 (*UnicodeStringList)[i].Buffer = ExAllocatePoolWithTag(PagedPool,
105 n,
106 'sUpP');
107 if (!(*UnicodeStringList)[i].Buffer)
108 {
109 /* Back out of everything */
110 PnpFreeUnicodeStringList(*UnicodeStringList, i);
112 }
113
114 /* Copy the string into the buffer */
115 RtlCopyMemory((*UnicodeStringList)[i].Buffer, ps, n);
116
117 /* Set the lengths */
118 (*UnicodeStringList)[i].MaximumLength = (USHORT)n;
119 (*UnicodeStringList)[i].Length = (USHORT)(n - sizeof(UNICODE_NULL));
120
121 /* One more entry done */
122 i++;
123
124 /* Check for a double-NULL, which means we're done */
125 if (((p + 1) == pp) || !(*(p + 1))) break;
126
127 /* New string */
128 ps = p + 1;
129 }
130
131 /* New string */
132 p++;
133 }
134
135 /* Check if we've reached the last string */
136 if (p == pp)
137 {
138 /* Calculate the string length */
139 n = (ULONG_PTR)p - (ULONG_PTR)ps;
140
141 /* Allocate the buffer for it */
142 (*UnicodeStringList)[i].Buffer = ExAllocatePoolWithTag(PagedPool,
143 n +
144 sizeof(UNICODE_NULL),
145 'sUpP');
146 if (!(*UnicodeStringList)[i].Buffer)
147 {
148 /* Back out of everything */
149 PnpFreeUnicodeStringList(*UnicodeStringList, i);
151 }
152
153 /* Make sure there's an actual string here */
154 if (n) RtlCopyMemory((*UnicodeStringList)[i].Buffer, ps, n);
155
156 /* Null-terminate the string ourselves */
157 (*UnicodeStringList)[i].Buffer[n / sizeof(WCHAR)] = UNICODE_NULL;
158
159 /* Set the lengths */
160 (*UnicodeStringList)[i].Length = (USHORT)n;
161 (*UnicodeStringList)[i].MaximumLength = (USHORT)(n + sizeof(UNICODE_NULL));
162 }
163
164 /* And we're done */
165 *UnicodeStringCount = Count;
166 return STATUS_SUCCESS;
167}
GLdouble n
Definition: glext.h:7729
VOID NTAPI PnpFreeUnicodeStringList(IN PUNICODE_STRING UnicodeStringList, IN ULONG StringCount)
Definition: pnputil.c:21

Referenced by PiInitCacheGroupInformation().

◆ PnpRegSzToString()

BOOLEAN NTAPI PnpRegSzToString ( IN PWCHAR  RegSzData,
IN ULONG  RegSzLength,
OUT PUSHORT StringLength  OPTIONAL 
)

Definition at line 171 of file pnputil.c.

174{
175 PWCHAR p, pp;
176
177 /* Find the end */
178 pp = RegSzData + RegSzLength / sizeof(WCHAR);
179 for (p = RegSzData; p < pp; p++)
180 {
181 if (!*p)
182 {
183 break;
184 }
185 }
186
187 /* Return the length. Truncation can happen but is of no consequence. */
188 if (StringLength)
189 {
190 *StringLength = (USHORT)(p - RegSzData) * sizeof(WCHAR);
191 }
192 return TRUE;
193}

Referenced by IoGetDeviceInterfaceAlias(), PipGetDriverTagPriority(), and PpInitGetGroupOrderIndex().

◆ PnpRootCreateDevice()

NTSTATUS PnpRootCreateDevice ( IN PUNICODE_STRING  ServiceName,
OUT PDEVICE_OBJECT PhysicalDeviceObject,
OUT PUNICODE_STRING  FullInstancePath 
)

Definition at line 184 of file pnproot.c.

188{
189 PPNPROOT_FDO_DEVICE_EXTENSION DeviceExtension;
190 PPNPROOT_PDO_DEVICE_EXTENSION PdoDeviceExtension;
192 WCHAR InstancePath[5];
195 ULONG NextInstance;
196 UNICODE_STRING EnumKeyName = RTL_CONSTANT_STRING(L"\\Registry\\Machine\\" REGSTR_PATH_SYSTEMENUM);
197 HANDLE EnumHandle, DeviceKeyHandle = NULL, InstanceKeyHandle;
200
201 DeviceExtension = &PnpRootDOExtension;
202 KeAcquireGuardedMutex(&DeviceExtension->DeviceListLock);
203
204 DPRINT("Creating a PnP root device for service '%wZ'\n", ServiceName);
205
206 DevicePath.Length = 0;
207 DevicePath.MaximumLength = sizeof(REGSTR_KEY_ROOTENUM) + sizeof(L'\\') + ServiceName->Length;
209 DevicePath.MaximumLength,
211 if (DevicePath.Buffer == NULL)
212 {
213 DPRINT1("ExAllocatePoolWithTag() failed\n");
215 goto cleanup;
216 }
219
220 /* Initialize a PNPROOT_DEVICE structure */
222 if (!Device)
223 {
224 DPRINT("ExAllocatePoolWithTag() failed\n");
226 goto cleanup;
227 }
229 Device->DeviceID = DevicePath; // "Root<service_name>"
230 RtlInitEmptyUnicodeString(&DevicePath, NULL, 0);
231
232 Status = IopOpenRegistryKeyEx(&EnumHandle, NULL, &EnumKeyName, KEY_READ);
233 if (NT_SUCCESS(Status))
234 {
236 &Device->DeviceID,
238 EnumHandle,
239 NULL);
240 Status = ZwCreateKey(&DeviceKeyHandle, KEY_SET_VALUE, &ObjectAttributes, 0, NULL, REG_OPTION_NON_VOLATILE, NULL);
241 ObCloseHandle(EnumHandle, KernelMode);
242 }
243
244 if (!NT_SUCCESS(Status))
245 {
246 DPRINT1("Failed to open registry key\n");
247 goto cleanup;
248 }
249
250tryagain:
252 QueryTable[0].Name = L"NextInstance";
253 QueryTable[0].EntryContext = &NextInstance;
255
257 (PWSTR)DeviceKeyHandle,
259 NULL,
260 NULL);
261 for (NextInstance = 0; NextInstance <= 9999; NextInstance++)
262 {
263 _snwprintf(InstancePath, sizeof(InstancePath) / sizeof(WCHAR), L"%04lu", NextInstance);
264 Status = LocateChildDevice(DeviceExtension, &Device->DeviceID, InstancePath, NULL);
266 break;
267 }
268
269 if (NextInstance > 9999)
270 {
271 DPRINT1("Too many legacy devices reported for service '%wZ'\n", ServiceName);
273 goto cleanup;
274 }
275
276 _snwprintf(InstancePath, sizeof(InstancePath) / sizeof(WCHAR), L"%04lu", NextInstance);
277 Status = LocateChildDevice(DeviceExtension, &Device->DeviceID, InstancePath, NULL);
278 if (Status != STATUS_NO_SUCH_DEVICE || NextInstance > 9999)
279 {
280 DPRINT1("NextInstance value is corrupt! (%lu)\n", NextInstance);
282 (PWSTR)DeviceKeyHandle,
283 L"NextInstance");
284 goto tryagain;
285 }
286
287 NextInstance++;
289 (PWSTR)DeviceKeyHandle,
290 L"NextInstance",
291 REG_DWORD,
292 &NextInstance,
293 sizeof(NextInstance));
294 if (!NT_SUCCESS(Status))
295 {
296 DPRINT1("Failed to write new NextInstance value! (0x%x)\n", Status);
297 goto cleanup;
298 }
299
300 // "0000" or higher
301 if (!RtlCreateUnicodeString(&Device->InstanceID, InstancePath))
302 {
304 goto cleanup;
305 }
306
307 /* Finish creating the instance path in the registry */
309 &Device->InstanceID,
311 DeviceKeyHandle,
312 NULL);
313 Status = ZwCreateKey(&InstanceKeyHandle, KEY_QUERY_VALUE, &ObjectAttributes, 0, NULL, REG_OPTION_NON_VOLATILE, NULL);
314 if (!NT_SUCCESS(Status))
315 {
316 DPRINT1("Failed to create instance path (0x%x)\n", Status);
317 goto cleanup;
318 }
319
320 /* Just close the handle */
321 ObCloseHandle(InstanceKeyHandle, KernelMode);
322
323 // generate the full device instance path
324 FullInstancePath->MaximumLength = Device->DeviceID.Length + sizeof(L'\\') + Device->InstanceID.Length;
325 FullInstancePath->Length = 0;
326 FullInstancePath->Buffer = ExAllocatePool(PagedPool, FullInstancePath->MaximumLength);
327 if (!FullInstancePath->Buffer)
328 {
330 goto cleanup;
331 }
332
333 RtlAppendUnicodeStringToString(FullInstancePath, &Device->DeviceID);
334 RtlAppendUnicodeToString(FullInstancePath, L"\\");
335 RtlAppendUnicodeStringToString(FullInstancePath, &Device->InstanceID);
336
337 /* Initialize a device object */
339 if (!NT_SUCCESS(Status))
340 {
341 DPRINT("IoCreateDevice() failed with status 0x%08lx\n", Status);
343 goto cleanup;
344 }
345
346 PdoDeviceExtension = (PPNPROOT_PDO_DEVICE_EXTENSION)Device->Pdo->DeviceExtension;
347 RtlZeroMemory(PdoDeviceExtension, sizeof(PNPROOT_PDO_DEVICE_EXTENSION));
348 PdoDeviceExtension->DeviceInfo = Device;
349
350 Device->Pdo->Flags |= DO_BUS_ENUMERATED_DEVICE;
351 Device->Pdo->Flags &= ~DO_DEVICE_INITIALIZING;
352
354 &DeviceExtension->DeviceListHead,
355 &Device->ListEntry);
356 DeviceExtension->DeviceListCount++;
357
359 DPRINT("Created PDO %p (%wZ\\%wZ)\n", *PhysicalDeviceObject, &Device->DeviceID, &Device->InstanceID);
360 Device = NULL;
362
363cleanup:
364 KeReleaseGuardedMutex(&DeviceExtension->DeviceListLock);
365 if (Device)
366 {
367 if (Device->Pdo)
369 RtlFreeUnicodeString(&Device->DeviceID);
370 RtlFreeUnicodeString(&Device->InstanceID);
372 }
374 if (DeviceKeyHandle != NULL)
375 ObCloseHandle(DeviceKeyHandle, KernelMode);
376 return Status;
377}
_In_ PIOMMU_DEVICE_PATH DevicePath
Definition: haltypes.h:1823
_In_ PCWSTR _Inout_ _At_ QueryTable _Pre_unknown_ PRTL_QUERY_REGISTRY_TABLE QueryTable
Definition: rtlfuncs.h:4211
#define RTL_QUERY_REGISTRY_REQUIRED
Definition: nt_native.h:132
#define RTL_QUERY_REGISTRY_DIRECT
Definition: nt_native.h:144
#define RTL_REGISTRY_HANDLE
Definition: nt_native.h:168
#define KEY_SET_VALUE
Definition: nt_native.h:1020
VOID NTAPI IoDeleteDevice(IN PDEVICE_OBJECT DeviceObject)
Definition: device.c:1252
static PNPROOT_FDO_DEVICE_EXTENSION PnpRootDOExtension
Definition: pnproot.c:65
struct _PNPROOT_PDO_DEVICE_EXTENSION * PPNPROOT_PDO_DEVICE_EXTENSION
static NTSTATUS LocateChildDevice(IN PPNPROOT_FDO_DEVICE_EXTENSION DeviceExtension, IN PCUNICODE_STRING DeviceId, IN PCWSTR InstanceId, OUT PPNPROOT_DEVICE *ChildDevice OPTIONAL)
Definition: pnproot.c:70
NTSTATUS PnpRootCreateDeviceObject(OUT PDEVICE_OBJECT *DeviceObject)
Definition: pnproot.c:167
#define REGSTR_PATH_SYSTEMENUM
Definition: regstr.h:483
KGUARDED_MUTEX DeviceListLock
Definition: pnproot.c:56
PPNPROOT_DEVICE DeviceInfo
Definition: pnproot.c:45
#define TAG_PNP_ROOT
Definition: tag.h:91
_Must_inspect_result_ _In_ WDFDEVICE Device
Definition: wdfchildlist.h:474
NTSYSAPI NTSTATUS WINAPI RtlDeleteRegistryValue(ULONG, PCWSTR, PCWSTR)
NTSYSAPI NTSTATUS WINAPI RtlWriteRegistryValue(ULONG, PCWSTR, PCWSTR, ULONG, PVOID, ULONG)
NTSYSAPI NTSTATUS WINAPI RtlQueryRegistryValues(ULONG, PCWSTR, PRTL_QUERY_REGISTRY_TABLE, PVOID, PVOID)

Referenced by IoReportDetectedDevice().

◆ PnpRootCreateDeviceObject()

NTSTATUS PnpRootCreateDeviceObject ( OUT PDEVICE_OBJECT DeviceObject)

Definition at line 167 of file pnproot.c.

169{
173 NULL,
176 FALSE,
178
179 return status;
180}
#define FILE_AUTOGENERATED_DEVICE_NAME
Definition: iotypes.h:138

Referenced by PiControlInitializeDevice(), PnpRootCreateDevice(), and PnpRootQueryDeviceRelations().

◆ PnpRootDriverEntry()

NTSTATUS NTAPI PnpRootDriverEntry ( IN PDRIVER_OBJECT  DriverObject,
IN PUNICODE_STRING  RegistryPath 
)

Definition at line 1488 of file pnproot.c.

1491{
1492#if MI_TRACE_PFNS
1494 UNICODE_STRING PfnDumpDeviceName = RTL_CONSTANT_STRING(L"\\Device\\PfnDump");
1495#endif
1496
1497 DPRINT("PnpRootDriverEntry(%p %wZ)\n", DriverObject, RegistryPath);
1498
1500
1502
1503#if MI_TRACE_PFNS
1504 DriverObject->MajorFunction[IRP_MJ_CREATE] = PnpRootCreateClose;
1505 DriverObject->MajorFunction[IRP_MJ_CLOSE] = PnpRootCreateClose;
1506#endif
1507 DriverObject->MajorFunction[IRP_MJ_PNP] = PnpRootPnpControl;
1509
1510#if MI_TRACE_PFNS
1512 0,
1513 &PfnDumpDeviceName,
1515 0,
1516 FALSE,
1517 &IopPfnDumpDeviceObject);
1518 if (!NT_SUCCESS(Status))
1519 {
1520 DPRINT1("Creating PFN Dump device failed with %lx\n", Status);
1521 }
1522 else
1523 {
1524 IopPfnDumpDeviceObject->Flags &= ~DO_DEVICE_INITIALIZING;
1525 }
1526#endif
1527
1528 return STATUS_SUCCESS;
1529}
static NTSTATUS NTAPI PnpRootPowerControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
Definition: pnproot.c:1418
static NTSTATUS NTAPI PnpRootPnpControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
Definition: pnproot.c:1395
NTSTATUS NTAPI PnpRootAddDevice(IN PDRIVER_OBJECT DriverObject, IN PDEVICE_OBJECT PhysicalDeviceObject)
Definition: pnproot.c:1449
#define FILE_DEVICE_UNKNOWN
Definition: winioctl.h:79
PDRIVER_ADD_DEVICE AddDevice
Definition: iotypes.h:2222
#define IRP_MJ_POWER

Referenced by IopInitializePlugPlayServices().

◆ PnpRootInitializeDevExtension()

VOID PnpRootInitializeDevExtension ( VOID  )

◆ PnpRootRegisterDevice()

NTSTATUS PnpRootRegisterDevice ( IN PDEVICE_OBJECT  DeviceObject)

Definition at line 107 of file pnproot.c.

109{
111 PPNPROOT_PDO_DEVICE_EXTENSION PdoDeviceExtension;
114 PWSTR InstancePath;
115 UNICODE_STRING InstancePathCopy;
116
118 if (!Device) return STATUS_NO_MEMORY;
119
121 if (!RtlCreateUnicodeString(&InstancePathCopy, DeviceNode->InstancePath.Buffer))
122 {
124 return STATUS_NO_MEMORY;
125 }
126
127 InstancePath = wcsrchr(InstancePathCopy.Buffer, L'\\');
128 ASSERT(InstancePath);
129
130 if (!RtlCreateUnicodeString(&Device->InstanceID, InstancePath + 1))
131 {
132 RtlFreeUnicodeString(&InstancePathCopy);
134 return STATUS_NO_MEMORY;
135 }
136
137 InstancePath[0] = UNICODE_NULL;
138
139 if (!RtlCreateUnicodeString(&Device->DeviceID, InstancePathCopy.Buffer))
140 {
141 RtlFreeUnicodeString(&InstancePathCopy);
142 RtlFreeUnicodeString(&Device->InstanceID);
144 return STATUS_NO_MEMORY;
145 }
146
147 InstancePath[0] = L'\\';
148
149 Device->Pdo = DeviceObject;
150
151 PdoDeviceExtension = DeviceObject->DeviceExtension;
152 RtlZeroMemory(PdoDeviceExtension, sizeof(PNPROOT_PDO_DEVICE_EXTENSION));
153 PdoDeviceExtension->DeviceInfo = Device;
154
155 KeAcquireGuardedMutex(&DeviceExtension->DeviceListLock);
156 InsertTailList(&DeviceExtension->DeviceListHead,
157 &Device->ListEntry);
158 DeviceExtension->DeviceListCount++;
159 KeReleaseGuardedMutex(&DeviceExtension->DeviceListLock);
160
161 RtlFreeUnicodeString(&InstancePathCopy);
162
163 return STATUS_SUCCESS;
164}
#define wcsrchr
Definition: compat.h:16

Referenced by IoReportDetectedDevice(), and PiControlInitializeDevice().

◆ PpInitGetGroupOrderIndex()

USHORT NTAPI PpInitGetGroupOrderIndex ( IN HANDLE  ServiceHandle)

Definition at line 149 of file pnpinit.c.

150{
152 PKEY_VALUE_FULL_INFORMATION KeyValueInformation;
153 USHORT i;
156 PAGED_CODE();
157
158 /* Make sure we have a cache */
159 if (!PiInitGroupOrderTable) return -1;
160
161 /* If we don't have a handle, the rest is easy -- return the count */
162 if (!ServiceHandle) return PiInitGroupOrderTableCount + 1;
163
164 /* Otherwise, get the group value */
165 Status = IopGetRegistryValue(ServiceHandle, L"Group", &KeyValueInformation);
167
168 /* Make sure we have a valid string */
169 ASSERT(KeyValueInformation->Type == REG_SZ);
170 ASSERT(KeyValueInformation->DataLength);
171
172 /* Convert to unicode string */
173 Buffer = (PVOID)((ULONG_PTR)KeyValueInformation + KeyValueInformation->DataOffset);
174 PnpRegSzToString(Buffer, KeyValueInformation->DataLength, &Group.Length);
175 Group.MaximumLength = (USHORT)KeyValueInformation->DataLength;
176 Group.Buffer = Buffer;
177
178 /* Loop the groups */
180 {
181 /* Try to find a match */
183 }
184
185 /* We're done */
186 ExFreePool(KeyValueInformation);
187 return i;
188}
for(i=0;i< ARRAY_SIZE(offsets);i++)
NTSYSAPI BOOLEAN NTAPI RtlEqualUnicodeString(PUNICODE_STRING String1, PUNICODE_STRING String2, BOOLEAN CaseInSensitive)

Referenced by IopInitializeBootDrivers().

◆ PpInitSystem()

BOOLEAN NTAPI PpInitSystem ( VOID  )

Definition at line 1142 of file pnpmgr.c.

1143{
1144 /* Check the initialization phase */
1145 switch (ExpInitializationPhase)
1146 {
1147 case 0:
1148
1149 /* Do Phase 0 */
1150 return PiInitPhase0();
1151
1152 case 1:
1153
1154 /* Do Phase 1 */
1155 return TRUE;
1156 //return PiInitPhase1();
1157
1158 default:
1159
1160 /* Don't know any other phase! Bugcheck! */
1161 KeBugCheck(UNEXPECTED_INITIALIZATION_CALL);
1162 return FALSE;
1163 }
1164}
DECLSPEC_NORETURN VOID NTAPI KeBugCheck(ULONG BugCheckCode)
Definition: bug.c:1434
ULONG ExpInitializationPhase
Definition: init.c:68
BOOLEAN NTAPI PiInitPhase0(VOID)
Definition: pnpmgr.c:1130

Referenced by ExpInitializeExecutive(), and Phase1InitializationDiscard().

◆ RawFsDriverEntry()

NTSTATUS NTAPI RawFsDriverEntry ( IN PDRIVER_OBJECT  DriverObject,
IN PUNICODE_STRING  RegistryPath 
)

Definition at line 1193 of file rawfs.c.

1195{
1198
1200
1201 /* Create the raw disk device */
1202 RtlInitUnicodeString(&DeviceName, L"\\Device\\RawDisk");
1204 0,
1205 &DeviceName,
1207 0,
1208 FALSE,
1210 if (!NT_SUCCESS(Status))
1211 {
1212 return Status;
1213 }
1214
1215 /* Create the raw CDROM device */
1216 RtlInitUnicodeString(&DeviceName, L"\\Device\\RawCdRom");
1218 0,
1219 &DeviceName,
1221 0,
1222 FALSE,
1224 if (!NT_SUCCESS(Status))
1225 {
1227 return Status;
1228 }
1229
1230 /* Create the raw tape device */
1231 RtlInitUnicodeString(&DeviceName, L"\\Device\\RawTape");
1233 0,
1234 &DeviceName,
1236 0,
1237 FALSE,
1239 if (!NT_SUCCESS(Status))
1240 {
1243 return Status;
1244 }
1245
1246 /* Set Direct I/O for all devices */
1250
1251 /* Set generic stubs */
1252 DriverObject->MajorFunction[IRP_MJ_CREATE] =
1253 DriverObject->MajorFunction[IRP_MJ_CLEANUP] =
1254 DriverObject->MajorFunction[IRP_MJ_CLOSE] =
1255 DriverObject->MajorFunction[IRP_MJ_READ] =
1256 DriverObject->MajorFunction[IRP_MJ_WRITE] =
1257 DriverObject->MajorFunction[IRP_MJ_QUERY_INFORMATION] =
1258 DriverObject->MajorFunction[IRP_MJ_SET_INFORMATION] =
1262
1263 /* Shutdown and unload */
1264 DriverObject->MajorFunction[IRP_MJ_SHUTDOWN] = RawShutdown;
1265 DriverObject->DriverUnload = RawUnload;
1266
1267 /* Register the file systems */
1271
1272#if 0 // FIXME: DriverUnload is never called
1273 /* Reference device objects */
1277#endif
1278 return STATUS_SUCCESS;
1279}
#define DO_DIRECT_IO
Definition: env_spec_w32.h:396
VOID NTAPI IoRegisterFileSystem(IN PDEVICE_OBJECT DeviceObject)
Definition: volume.c:987
NTSTATUS NTAPI RawShutdown(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
Definition: rawfs.c:1157
PDEVICE_OBJECT RawCdromDeviceObject
Definition: rawfs.c:43
PDEVICE_OBJECT RawTapeDeviceObject
Definition: rawfs.c:43
PDEVICE_OBJECT RawDiskDeviceObject
Definition: rawfs.c:43
VOID NTAPI RawUnload(IN PDRIVER_OBJECT DriverObject)
Definition: rawfs.c:1180
NTSTATUS NTAPI RawDispatch(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
Definition: rawfs.c:1047
#define IRP_MJ_READ
Definition: rdpdr.c:46
#define IRP_MJ_DEVICE_CONTROL
Definition: rdpdr.c:52
#define IRP_MJ_QUERY_VOLUME_INFORMATION
Definition: rdpdr.c:50
#define IRP_MJ_WRITE
Definition: rdpdr.c:47
#define IRP_MJ_SET_INFORMATION
Definition: rdpdr.c:49
_Must_inspect_result_ _In_ PWDFDEVICE_INIT _In_opt_ PCUNICODE_STRING DeviceName
Definition: wdfdevice.h:3281

Referenced by IopInitializeBootDrivers().

◆ RawFsIsRawFileSystemDeviceObject()

BOOLEAN RawFsIsRawFileSystemDeviceObject ( IN PDEVICE_OBJECT  DeviceObject)

Variable Documentation

◆ _HalDispatchTable

HAL_DISPATCH _HalDispatchTable
extern

◆ _IoFileObjectType

POBJECT_TYPE _IoFileObjectType
extern

◆ IoCompletionType

◆ IopAutoReboot

ULONG IopAutoReboot
extern

Definition at line 46 of file iomgr.c.

Referenced by KeBugCheckWithTf().

◆ IopBusTypeGuidList

PIO_BUS_TYPE_GUID_LIST IopBusTypeGuidList
extern

◆ IopCompletionMapping

GENERIC_MAPPING IopCompletionMapping
extern

Definition at line 20 of file iocomp.c.

Referenced by IopCreateObjectTypes().

◆ IopDeviceActionLock

KSPIN_LOCK IopDeviceActionLock
extern

◆ IopDeviceActionRequestList

LIST_ENTRY IopDeviceActionRequestList
extern

◆ IopDeviceTreeLock

◆ IopErrorLogListHead

LIST_ENTRY IopErrorLogListHead
extern

Definition at line 30 of file error.c.

◆ IopFileMapping

GENERIC_MAPPING IopFileMapping
extern

Definition at line 50 of file iomgr.c.

Referenced by IoGetFileObjectGenericMapping(), and IopCreateObjectTypes().

◆ IopMdlLookasideList

GENERAL_LOOKASIDE IopMdlLookasideList
extern

Definition at line 85 of file iomgr.c.

Referenced by IopInitLookasideLists().

◆ IopNumTriageDumpDataBlocks

ULONG IopNumTriageDumpDataBlocks
extern

Definition at line 47 of file iomgr.c.

◆ IopReserveIrpAllocator

RESERVE_IRP_ALLOCATOR IopReserveIrpAllocator
extern

Definition at line 19 of file irp.c.

Referenced by IofCompleteRequest(), IoInitSystem(), IopAllocateReserveIrp(), and IopFreeReserveIrp().

◆ IopRootDeviceNode

◆ IopRootDriverObject

PDRIVER_OBJECT IopRootDriverObject
extern

◆ IopTraceLevel

ULONG IopTraceLevel
extern

Definition at line 16 of file iomgr.c.

◆ IopTriageDumpDataBlocks

PVOID IopTriageDumpDataBlocks[64]
extern

Definition at line 48 of file iomgr.c.

◆ IoRemoteBootClient

BOOLEAN IoRemoteBootClient
extern

Definition at line 70 of file init.c.

Referenced by ExpInitializeExecutive(), IopCreateArcNames(), and xHalIoAssignDriveLetters().

◆ PnpBusTypeGuidList

PIO_BUS_TYPE_GUID_LIST PnpBusTypeGuidList
extern